pom.xml 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369
  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>ilogWebSystem</artifactId>
  12. <version>1.0-SNAPSHOT</version>
  13. <packaging>war</packaging>
  14. <name>ilogWebSystem 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. <!--读取pdf内容  -->
  24. <dependency>
  25. <groupId>org.apache.pdfbox</groupId>
  26. <artifactId>pdfbox</artifactId>
  27. <version>2.0.4</version>
  28. </dependency>
  29. <dependency>
  30. <groupId>com.ag.Psamathe</groupId>
  31. <artifactId>psamathe</artifactId>
  32. <version>3</version>
  33. </dependency>
  34. <dependency>
  35. <groupId>junit</groupId>
  36. <artifactId>junit</artifactId>
  37. <version>4.11</version>
  38. <scope>test</scope>
  39. </dependency>
  40. <dependency>
  41. <groupId>com.spotify</groupId>
  42. <artifactId>docker-client</artifactId>
  43. <version>8.4.0</version>
  44. </dependency>
  45. <!--添加jar-->
  46. <!-- https://mvnrepository.com/artifact/net.sf.json-lib/json-lib -->
  47. <dependency>
  48. <groupId>anjiDubboGroup</groupId>
  49. <artifactId>anjiDubboArtifact</artifactId>
  50. <version>2.8.4</version>
  51. </dependency>
  52. <dependency>
  53. <groupId>com.101tec</groupId>
  54. <artifactId>zkclient</artifactId>
  55. <version>0.10</version>
  56. </dependency>
  57. <dependency>
  58. <groupId>hessian-dubbo</groupId>
  59. <artifactId>hessina-dubbo</artifactId>
  60. <version>1.2</version>
  61. </dependency>
  62. <!--添加jar-->
  63. <dependency>
  64. <groupId>org.mozilla</groupId>
  65. <artifactId>rhino</artifactId>
  66. <version>1.7.7</version>
  67. </dependency>
  68. <dependency>
  69. <groupId>org.apache.shiro</groupId>
  70. <artifactId>shiro-core</artifactId>
  71. <version>1.2.1</version>
  72. </dependency>
  73. <dependency>
  74. <groupId>org.apache.shiro</groupId>
  75. <artifactId>shiro-web</artifactId>
  76. <version>1.2.1</version>
  77. </dependency>
  78. <dependency>
  79. <groupId>org.apache.shiro</groupId>
  80. <artifactId>shiro-ehcache</artifactId>
  81. <version>1.2.1</version>
  82. </dependency>
  83. <dependency>
  84. <groupId>org.apache.shiro</groupId>
  85. <artifactId>shiro-spring</artifactId>
  86. <version>1.2.1</version>
  87. </dependency>
  88. <dependency>
  89. <groupId>org.projectlombok</groupId>
  90. <artifactId>lombok</artifactId>
  91. <version>1.16.8</version>
  92. </dependency>
  93. <dependency>
  94. <groupId>commons-collections</groupId>
  95. <artifactId>commons-collections</artifactId>
  96. <version>3.2</version>
  97. </dependency>
  98. <dependency>
  99. <groupId>org.apache.commons</groupId>
  100. <artifactId>commons-lang3</artifactId>
  101. <version>3.1</version>
  102. </dependency>
  103. <dependency>
  104. <groupId>anji-jsonGroup</groupId>
  105. <artifactId>anji-jsonArtifact</artifactId>
  106. <version>1.2</version>
  107. </dependency>
  108. <dependency>
  109. <groupId>com.fasterxml.jackson.core</groupId>
  110. <artifactId>jackson-core</artifactId>
  111. <version>2.9.8</version>
  112. </dependency>
  113. <dependency>
  114. <groupId>com.fasterxml.jackson.core</groupId>
  115. <artifactId>jackson-databind</artifactId>
  116. <version>2.9.8</version>
  117. </dependency>
  118. <dependency>
  119. <groupId>com.fasterxml.jackson.datatype</groupId>
  120. <artifactId>jackson-datatype-jsr310</artifactId>
  121. <version>2.9.8</version>
  122. </dependency>
  123. <dependency>
  124. <groupId>org.thymeleaf</groupId>
  125. <artifactId>thymeleaf-spring4</artifactId>
  126. <version>2.1.4.RELEASE</version>
  127. <scope>compile</scope>
  128. </dependency>
  129. <dependency>
  130. <groupId>org.thymeleaf</groupId>
  131. <artifactId>thymeleaf</artifactId>
  132. <version>2.1.4.RELEASE</version>
  133. </dependency>
  134. <!-- http://mvnrepository.com/artifact/org.quartz-scheduler/quartz -->
  135. <dependency>
  136. <groupId>org.quartz-scheduler</groupId>
  137. <artifactId>quartz</artifactId>
  138. <version>2.2.1</version>
  139. </dependency>
  140. <!-- http://mvnrepository.com/artifact/org.apache.xmlbeans/xmlbeans -->
  141. <dependency>
  142. <groupId>org.apache.xmlbeans</groupId>
  143. <artifactId>xmlbeans</artifactId>
  144. <version>2.6.0</version>
  145. </dependency>
  146. <!-- http://mvnrepository.com/artifact/com.yahoo.platform.yui/yuicompressor -->
  147. <dependency>
  148. <groupId>javax.validation</groupId>
  149. <artifactId>validation-api</artifactId>
  150. <version>1.0.0.GA</version>
  151. <scope>compile</scope>
  152. </dependency>
  153. <dependency>
  154. <groupId>org.hibernate</groupId>
  155. <artifactId>hibernate-validator-annotation-processor</artifactId>
  156. <version>4.1.0.Final</version>
  157. </dependency>
  158. <dependency>
  159. <groupId>org.slf4j</groupId>
  160. <artifactId>slf4j-api</artifactId>
  161. <version>1.6.1</version>
  162. <scope>compile</scope>
  163. </dependency>
  164. <dependency>
  165. <groupId>org.slf4j</groupId>
  166. <artifactId>slf4j-log4j12</artifactId>
  167. <version>1.6.1</version>
  168. <scope>compile</scope>
  169. </dependency>
  170. <dependency>
  171. <groupId>com.google.guava</groupId>
  172. <artifactId>guava</artifactId>
  173. <version>18.0</version>
  174. </dependency>
  175. <dependency>
  176. <groupId>com.alibaba</groupId>
  177. <artifactId>druid</artifactId>
  178. <version>1.1.5</version>
  179. </dependency>
  180. <!--新增jar -->
  181. <dependency>
  182. <groupId>commons-codec</groupId>
  183. <artifactId>commons-codec</artifactId>
  184. <version>1.9</version>
  185. </dependency>
  186. <dependency>
  187. <groupId>commons-logging</groupId>
  188. <artifactId>commons-logging</artifactId>
  189. <version>1.1.3</version>
  190. </dependency>
  191. <dependency>
  192. <groupId>dom4j</groupId>
  193. <artifactId>dom4j</artifactId>
  194. <version>1.6.1</version>
  195. </dependency>
  196. <dependency>
  197. <groupId>anji-jsonGroup</groupId>
  198. <artifactId>anji-jsonArtifact</artifactId>
  199. <version>1.2</version>
  200. </dependency>
  201. <dependency>
  202. <groupId>com.alibaba</groupId>
  203. <artifactId>fastjson</artifactId>
  204. <version>1.2.58</version>
  205. </dependency>
  206. <dependency>
  207. <groupId>Agmozillagroup</groupId>
  208. <artifactId>AgmozillArtifact</artifactId>
  209. <version>1.7</version>
  210. </dependency>
  211. <dependency>
  212. <groupId>com.zaxxer</groupId>
  213. <artifactId>HikariCP</artifactId>
  214. <version>2.7.6</version>
  215. </dependency>
  216. <dependency>
  217. <groupId>AgrihnoGroup</groupId>
  218. <artifactId>AgrihnoArtifact</artifactId>
  219. <version>1.7</version>
  220. </dependency>
  221. <dependency>
  222. <groupId>AgyuicompressGroup</groupId>
  223. <artifactId>AgyuicompressArtifact</artifactId>
  224. <version>1.2</version>
  225. </dependency>
  226. <!--spring mongo==******************************************start-->
  227. <!-- https://mvnrepository.com/artifact/org.springframework.data/spring-data-mongodb -->
  228. <dependency>
  229. <groupId>org.springframework.data</groupId>
  230. <artifactId>spring-data-mongodb</artifactId>
  231. <version>1.8.2.RELEASE</version>
  232. </dependency>
  233. <!-- https://mvnrepository.com/artifact/org.springframework.data/spring-data-commons -->
  234. <dependency>
  235. <groupId>org.springframework.data</groupId>
  236. <artifactId>spring-data-commons</artifactId>
  237. <version>1.11.2.RELEASE</version>
  238. </dependency>
  239. <!-- https://mvnrepository.com/artifact/org.mongodb/mongo-java-driver -->
  240. <dependency>
  241. <groupId>org.mongodb</groupId>
  242. <artifactId>mongo-java-driver</artifactId>
  243. <version>3.0.4</version>
  244. </dependency>
  245. <dependency>
  246. <groupId>com.offbytwo.jenkins</groupId>
  247. <artifactId>jenkins-client</artifactId>
  248. <version>0.3.8</version>
  249. </dependency>
  250. <!--连接数据库
  251. <dependency>
  252. <groupId>com.hynnet</groupId>
  253. <artifactId>oracle-driver-ojdbc6</artifactId>
  254. <version>12.1.0.1</version>
  255. </dependency> -->
  256. <!--spring mongo==******************************************end-->
  257. <dependency>
  258. <groupId>com.alibaba.nacos</groupId>
  259. <artifactId>nacos-spring-context</artifactId>
  260. <version>0.3.0</version>
  261. </dependency>
  262. <!-- 生成word start-->
  263. <dependency>
  264. <groupId>org.apache.poi</groupId>
  265. <artifactId>poi-scratchpad</artifactId>
  266. <version>3.0.2-FINAL</version>
  267. </dependency>
  268. <dependency>
  269. <groupId>org.apache.poi</groupId>
  270. <artifactId>poi</artifactId>
  271. <version>3.15</version>
  272. </dependency>
  273. <dependency>
  274. <groupId>org.apache.poi</groupId>
  275. <artifactId>poi-ooxml-schemas</artifactId>
  276. <version>3.15</version>
  277. </dependency>
  278. <dependency>
  279. <groupId>org.apache.poi</groupId>
  280. <artifactId>poi-ooxml</artifactId>
  281. <version>3.15</version>
  282. </dependency>
  283. <!-- 生成word end-->
  284. <!--Spring整合redis-->
  285. <dependency>
  286. <groupId>redis.clients</groupId>
  287. <artifactId>jedis</artifactId>
  288. <version>2.9.0</version>
  289. </dependency>
  290. <dependency>
  291. <groupId>org.springframework.data</groupId>
  292. <artifactId>spring-data-redis</artifactId>
  293. <version>1.8.3.RELEASE</version>
  294. </dependency>
  295. <dependency>
  296. <groupId>cn.hutool</groupId>
  297. <artifactId>hutool-all</artifactId>
  298. <version>4.6.1</version>
  299. <scope>compile</scope>
  300. </dependency>
  301. <dependency>
  302. <groupId>com.ag.ilog</groupId>
  303. <artifactId>WebplatformModule</artifactId>
  304. <version>1.0-SNAPSHOT</version>
  305. <scope>compile</scope>
  306. </dependency>
  307. </dependencies>
  308. <build>
  309. <finalName>ilogWebSystem</finalName>
  310. <pluginManagement><!-- lock down plugins versions to avoid using Maven defaults (may be moved to parent pom) -->
  311. <plugins>
  312. <plugin>
  313. <artifactId>maven-clean-plugin</artifactId>
  314. <version>3.1.0</version>
  315. </plugin>
  316. <!-- see http://maven.apache.org/ref/current/maven-core/default-bindings.html#Plugin_bindings_for_war_packaging -->
  317. <plugin>
  318. <artifactId>maven-resources-plugin</artifactId>
  319. <version>3.0.2</version>
  320. </plugin>
  321. <plugin>
  322. <artifactId>maven-compiler-plugin</artifactId>
  323. <version>3.8.0</version>
  324. </plugin>
  325. <plugin>
  326. <artifactId>maven-surefire-plugin</artifactId>
  327. <version>2.22.1</version>
  328. </plugin>
  329. <plugin>
  330. <artifactId>maven-war-plugin</artifactId>
  331. <version>3.2.2</version>
  332. </plugin>
  333. <plugin>
  334. <artifactId>maven-install-plugin</artifactId>
  335. <version>2.5.2</version>
  336. </plugin>
  337. <plugin>
  338. <artifactId>maven-deploy-plugin</artifactId>
  339. <version>2.8.2</version>
  340. </plugin>
  341. </plugins>
  342. </pluginManagement>
  343. </build>
  344. </project>