pom.xml 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  4. <modelVersion>4.0.0</modelVersion>
  5. <parent>
  6. <groupId>com.ag.ilog</groupId>
  7. <artifactId>AG-ILOG-WMS-3.0</artifactId>
  8. <version>1.0-SNAPSHOT</version>
  9. </parent>
  10. <groupId>com.ag.ilog</groupId>
  11. <artifactId>WebplatformModule</artifactId>
  12. <version>1.0-SNAPSHOT</version>
  13. <packaging>jar</packaging>
  14. <name>WebplatformModule Maven Webapp</name>
  15. <!-- FIXME change it to the project's website -->
  16. <url>http://www.example.com</url>
  17. <properties>
  18. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  19. <maven.compiler.source>1.8</maven.compiler.source>
  20. <maven.compiler.target>1.8</maven.compiler.target>
  21. </properties>
  22. <dependencies>
  23. <dependency>
  24. <groupId>AgquartzallGroup</groupId>
  25. <artifactId>AgquartzallArtifact</artifactId>
  26. <version>1.6.6</version>
  27. </dependency>
  28. <dependency>
  29. <groupId>AgzipGroup</groupId>
  30. <artifactId>AgzipArtifact</artifactId>
  31. <version>1.2</version>
  32. </dependency>
  33. <dependency>
  34. <groupId>com.yahoo.platform.yui</groupId>
  35. <artifactId>yuicompressor</artifactId>
  36. <version>2.4.8</version>
  37. </dependency>
  38. <dependency>
  39. <groupId>org.eclipse.birt.runtime.3_7_1</groupId>
  40. <artifactId>org.mozilla.javascript</artifactId>
  41. <version>1.7.2</version>
  42. </dependency>
  43. <dependency>
  44. <groupId>javax.mail</groupId>
  45. <artifactId>javax.mail-api</artifactId>
  46. <version>1.5.3</version>
  47. </dependency>
  48. <!-- 生成word start-->
  49. <dependency>
  50. <groupId>org.apache.poi</groupId>
  51. <artifactId>poi-scratchpad</artifactId>
  52. <version>3.0.2-FINAL</version>
  53. </dependency>
  54. <dependency>
  55. <groupId>org.apache.poi</groupId>
  56. <artifactId>poi</artifactId>
  57. <version>3.15</version>
  58. </dependency>
  59. <dependency>
  60. <groupId>org.apache.poi</groupId>
  61. <artifactId>poi-ooxml-schemas</artifactId>
  62. <version>3.15</version>
  63. </dependency>
  64. <dependency>
  65. <groupId>org.apache.poi</groupId>
  66. <artifactId>poi-ooxml</artifactId>
  67. <version>3.15</version>
  68. </dependency>
  69. <dependency>
  70. <groupId>anji-jsonGroup</groupId>
  71. <artifactId>anji-jsonArtifact</artifactId>
  72. <version>1.2</version>
  73. </dependency>
  74. <dependency>
  75. <groupId>junit</groupId>
  76. <artifactId>junit</artifactId>
  77. <version>4.11</version>
  78. <scope>test</scope>
  79. </dependency>
  80. <dependency>
  81. <groupId>com.alibaba</groupId>
  82. <artifactId>druid</artifactId>
  83. <version>1.1.12</version>
  84. <scope>compile</scope>
  85. </dependency>
  86. </dependencies>
  87. <build>
  88. <finalName>WebplatformModule</finalName>
  89. <pluginManagement><!-- lock down plugins versions to avoid using Maven defaults (may be moved to parent pom) -->
  90. <plugins>
  91. <plugin>
  92. <artifactId>maven-clean-plugin</artifactId>
  93. <version>3.1.0</version>
  94. </plugin>
  95. <!-- see http://maven.apache.org/ref/current/maven-core/default-bindings.html#Plugin_bindings_for_war_packaging -->
  96. <plugin>
  97. <artifactId>maven-resources-plugin</artifactId>
  98. <version>3.0.2</version>
  99. </plugin>
  100. <plugin>
  101. <artifactId>maven-compiler-plugin</artifactId>
  102. <version>3.8.0</version>
  103. </plugin>
  104. <plugin>
  105. <artifactId>maven-surefire-plugin</artifactId>
  106. <version>2.22.1</version>
  107. </plugin>
  108. <plugin>
  109. <artifactId>maven-war-plugin</artifactId>
  110. <version>3.2.2</version>
  111. </plugin>
  112. <plugin>
  113. <artifactId>maven-install-plugin</artifactId>
  114. <version>2.5.2</version>
  115. </plugin>
  116. <plugin>
  117. <artifactId>maven-deploy-plugin</artifactId>
  118. <version>2.8.2</version>
  119. </plugin>
  120. </plugins>
  121. </pluginManagement>
  122. </build>
  123. </project>