明晋临时用仓库程序
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

pom.xml 22KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678
  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. <groupId>com.th.demo</groupId>
  6. <artifactId>thware</artifactId>
  7. <version>1.0-SNAPSHOT</version>
  8. <packaging>war</packaging>
  9. <name>ugo Maven Webapp</name>
  10. <!-- FIXME change it to the project's website -->
  11. <url>http://www.example.com</url>
  12. <properties>
  13. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  14. <maven.compiler.source>1.7</maven.compiler.source>
  15. <maven.compiler.target>1.7</maven.compiler.target>
  16. <org.springframework.version>4.3.5.RELEASE</org.springframework.version>
  17. <poi.version>3.17</poi.version>
  18. <itext.version>5.5.12</itext.version>
  19. <log4j.version>2.15.0</log4j.version>
  20. <activiti.version>5.22.0</activiti.version>
  21. </properties>
  22. <dependencies>
  23. <dependency>
  24. <groupId>junit</groupId>
  25. <artifactId>junit</artifactId>
  26. <version>4.11</version>
  27. <scope>test</scope>
  28. </dependency>
  29. <dependency>
  30. <groupId>org.springframework</groupId>
  31. <artifactId>spring-context</artifactId>
  32. <version>${org.springframework.version}</version>
  33. </dependency>
  34. <dependency>
  35. <groupId>org.springframework</groupId>
  36. <artifactId>spring-aspects</artifactId>
  37. <version>${org.springframework.version}</version>
  38. </dependency>
  39. <dependency>
  40. <groupId>org.springframework</groupId>
  41. <artifactId>spring-jdbc</artifactId>
  42. <version>${org.springframework.version}</version>
  43. </dependency>
  44. <dependency>
  45. <groupId>org.springframework</groupId>
  46. <artifactId>spring-web</artifactId>
  47. <version>${org.springframework.version}</version>
  48. </dependency>
  49. <dependency>
  50. <groupId>org.springframework</groupId>
  51. <artifactId>spring-tx</artifactId>
  52. <version>${org.springframework.version}</version>
  53. </dependency>
  54. <dependency>
  55. <groupId>org.springframework</groupId>
  56. <artifactId>spring-webmvc</artifactId>
  57. <version>${org.springframework.version}</version>
  58. </dependency>
  59. <dependency>
  60. <groupId>org.springframework</groupId>
  61. <artifactId>spring-context-support</artifactId>
  62. <version>${org.springframework.version}</version>
  63. </dependency>
  64. <dependency>
  65. <groupId>org.springframework</groupId>
  66. <artifactId>spring-instrument</artifactId>
  67. <version>${org.springframework.version}</version>
  68. </dependency>
  69. <dependency>
  70. <groupId>org.springframework</groupId>
  71. <artifactId>spring-instrument-tomcat</artifactId>
  72. <version>${org.springframework.version}</version>
  73. </dependency>
  74. <dependency>
  75. <groupId>org.springframework</groupId>
  76. <artifactId>spring-jms</artifactId>
  77. <version>${org.springframework.version}</version>
  78. </dependency>
  79. <dependency>
  80. <groupId>org.springframework</groupId>
  81. <artifactId>spring-messaging</artifactId>
  82. <version>${org.springframework.version}</version>
  83. </dependency>
  84. <dependency>
  85. <groupId>org.springframework</groupId>
  86. <artifactId>spring-oxm</artifactId>
  87. <version>${org.springframework.version}</version>
  88. </dependency>
  89. <dependency>
  90. <groupId>org.springframework</groupId>
  91. <artifactId>spring-webmvc-portlet</artifactId>
  92. <version>${org.springframework.version}</version>
  93. </dependency>
  94. <dependency>
  95. <groupId>org.springframework</groupId>
  96. <artifactId>spring-websocket</artifactId>
  97. <version>${org.springframework.version}</version>
  98. </dependency>
  99. <dependency>
  100. <groupId>org.springframework</groupId>
  101. <artifactId>spring-orm</artifactId>
  102. <version>${org.springframework.version}</version>
  103. </dependency>
  104. <dependency>
  105. <groupId>org.springframework</groupId>
  106. <artifactId>spring-test</artifactId>
  107. <version>${org.springframework.version}</version>
  108. </dependency>
  109. <dependency>
  110. <groupId>c3p0</groupId>
  111. <artifactId>c3p0</artifactId>
  112. <version>0.9.1.2</version>
  113. </dependency>
  114. <dependency>
  115. <groupId>com.alibaba</groupId>
  116. <artifactId>druid</artifactId>
  117. <version>1.1.12</version>
  118. </dependency>
  119. <dependency>
  120. <groupId>com.google.code.gson</groupId>
  121. <artifactId>gson</artifactId>
  122. <version>2.8.0</version>
  123. </dependency>
  124. <dependency>
  125. <groupId>org.mybatis</groupId>
  126. <artifactId>mybatis-spring</artifactId>
  127. <version>1.3.1</version>
  128. </dependency>
  129. <dependency>
  130. <groupId>org.slf4j</groupId>
  131. <artifactId>slf4j-api</artifactId>
  132. <version>1.7.25</version>
  133. </dependency>
  134. <dependency>
  135. <groupId>com.lmax</groupId>
  136. <artifactId>disruptor</artifactId>
  137. <version>3.3.6</version>
  138. </dependency>
  139. <dependency>
  140. <groupId>org.apache.logging.log4j</groupId>
  141. <artifactId>log4j-slf4j-impl</artifactId>
  142. <version>${log4j.version}</version>
  143. </dependency>
  144. <dependency>
  145. <groupId>org.apache.logging.log4j</groupId>
  146. <artifactId>log4j-api</artifactId>
  147. <version>${log4j.version}</version>
  148. </dependency>
  149. <dependency>
  150. <groupId>org.apache.logging.log4j</groupId>
  151. <artifactId>log4j-core</artifactId>
  152. <version>${log4j.version}</version>
  153. </dependency>
  154. <dependency>
  155. <groupId>org.apache.logging.log4j</groupId>
  156. <artifactId>log4j-web</artifactId>
  157. <version>${log4j.version}</version>
  158. </dependency>
  159. <dependency>
  160. <groupId>org.mybatis</groupId>
  161. <artifactId>mybatis</artifactId>
  162. <version>3.4.4</version>
  163. <type>pom</type>
  164. </dependency>
  165. <dependency>
  166. <groupId>jstl</groupId>
  167. <artifactId>jstl</artifactId>
  168. <version>1.2</version>
  169. </dependency>
  170. <dependency>
  171. <groupId>commons-io</groupId>
  172. <artifactId>commons-io</artifactId>
  173. <version>2.4</version>
  174. </dependency>
  175. <dependency>
  176. <groupId>commons-fileupload</groupId>
  177. <artifactId>commons-fileupload</artifactId>
  178. <version>1.3.2</version>
  179. </dependency>
  180. <dependency>
  181. <groupId>commons-dbutils</groupId>
  182. <artifactId>commons-dbutils</artifactId>
  183. <version>1.6</version>
  184. </dependency>
  185. <dependency>
  186. <groupId>org.aspectj</groupId>
  187. <artifactId>aspectjweaver</artifactId>
  188. <version>1.8.10</version>
  189. </dependency>
  190. <dependency>
  191. <groupId>org.mybatis</groupId>
  192. <artifactId>mybatis</artifactId>
  193. <version>3.4.4</version>
  194. </dependency>
  195. <dependency>
  196. <groupId>mysql</groupId>
  197. <artifactId>mysql-connector-java</artifactId>
  198. <version>5.1.8</version>
  199. </dependency>
  200. <!--<dependency>-->
  201. <!--<groupId>com.oracle</groupId>-->
  202. <!--<artifactId>ojdbc6</artifactId>-->
  203. <!--<version>11.2.0.1.0</version>-->
  204. <!--</dependency>-->
  205. <dependency>
  206. <groupId>com.mchange</groupId>
  207. <artifactId>mchange-commons-java</artifactId>
  208. <version>0.2.12</version>
  209. </dependency>
  210. <dependency>
  211. <groupId>org.apache.tomcat</groupId>
  212. <artifactId>servlet-api</artifactId>
  213. <version>6.0.51</version>
  214. </dependency>
  215. <dependency>
  216. <groupId>org.mybatis.spring.boot</groupId>
  217. <artifactId>mybatis-spring-boot-starter</artifactId>
  218. <version>1.1.1</version>
  219. <exclusions>
  220. <exclusion>
  221. <artifactId>logback-classic</artifactId>
  222. <groupId>ch.qos.logback</groupId>
  223. </exclusion>
  224. </exclusions>
  225. </dependency>
  226. <dependency>
  227. <groupId>org.apache.commons</groupId>
  228. <artifactId>commons-lang3</artifactId>
  229. <version>3.0</version>
  230. </dependency>
  231. <dependency>
  232. <groupId>org.apache.commons</groupId>
  233. <artifactId>commons-collections4</artifactId>
  234. <version>4.1</version>
  235. </dependency>
  236. <dependency>
  237. <groupId>org.apache.xmlbeans</groupId>
  238. <artifactId>xmlbeans</artifactId>
  239. <version>2.6.0</version>
  240. </dependency>
  241. <!--POI office文档控制jar-->
  242. <dependency>
  243. <groupId>org.apache.poi</groupId>
  244. <artifactId>poi</artifactId>
  245. <version>${poi.version}</version>
  246. </dependency>
  247. <dependency>
  248. <groupId>org.apache.poi</groupId>
  249. <artifactId>poi-scratchpad</artifactId>
  250. <version>${poi.version}</version>
  251. </dependency>
  252. <dependency>
  253. <groupId>org.apache.poi</groupId>
  254. <artifactId>poi-ooxml</artifactId>
  255. <version>${poi.version}</version>
  256. </dependency>
  257. <dependency>
  258. <groupId>fr.opensagres.xdocreport</groupId>
  259. <artifactId>xdocreport</artifactId>
  260. <version>2.0.1</version>
  261. </dependency>
  262. <dependency>
  263. <groupId>fr.opensagres.xdocreport</groupId>
  264. <artifactId>fr.opensagres.poi.xwpf.converter.core</artifactId>
  265. <version>2.0.1</version>
  266. </dependency>
  267. <dependency>
  268. <groupId>fr.opensagres.xdocreport</groupId>
  269. <artifactId>fr.opensagres.poi.xwpf.converter.xhtml</artifactId>
  270. <version>2.0.1</version>
  271. </dependency>
  272. <dependency>
  273. <groupId>org.apache.poi</groupId>
  274. <artifactId>poi-ooxml-schemas</artifactId>
  275. <version>${poi.version}</version>
  276. </dependency>
  277. <dependency>
  278. <groupId>org.apache.poi</groupId>
  279. <artifactId>ooxml-schemas</artifactId>
  280. <version>1.3</version>
  281. </dependency>
  282. <!--POI office文档控制jar-->
  283. <!--itext pdf-->
  284. <dependency>
  285. <groupId>com.itextpdf</groupId>
  286. <artifactId>itextpdf</artifactId>
  287. <version>5.2.1</version>
  288. </dependency>
  289. <!-- 解决中文显示问题的Jar包 -->
  290. <dependency>
  291. <groupId>com.itextpdf</groupId>
  292. <artifactId>itext-asian</artifactId>
  293. <version>5.2.0</version>
  294. </dependency>
  295. <dependency>
  296. <groupId>org.projectlombok</groupId>
  297. <artifactId>lombok</artifactId>
  298. <version>1.16.10</version>
  299. <scope>provided</scope>
  300. </dependency>
  301. <!--二维码-->
  302. <dependency>
  303. <groupId>com.google.zxing</groupId>
  304. <artifactId>core</artifactId>
  305. <version>3.3.0</version>
  306. </dependency>
  307. <dependency>
  308. <groupId>com.google.zxing</groupId>
  309. <artifactId>javase</artifactId>
  310. <version>3.3.0</version>
  311. </dependency>
  312. <dependency>
  313. <groupId>org.apache.tomcat</groupId>
  314. <artifactId>juli</artifactId>
  315. <version>6.0.47</version>
  316. </dependency>
  317. <dependency>
  318. <groupId>javax.servlet</groupId>
  319. <artifactId>javax.servlet-api</artifactId>
  320. <version>3.1.0</version>
  321. </dependency>
  322. <dependency>
  323. <groupId>com.github.pagehelper</groupId>
  324. <artifactId>pagehelper</artifactId>
  325. <version>5.1.8</version>
  326. </dependency>
  327. <dependency>
  328. <groupId>com.alibaba</groupId>
  329. <artifactId>fastjson</artifactId>
  330. <version>1.2.83</version>
  331. </dependency>
  332. <dependency>
  333. <groupId>com.fasterxml.jackson.core</groupId>
  334. <artifactId>jackson-databind</artifactId>
  335. <version>2.5.0</version>
  336. </dependency>
  337. <dependency>
  338. <groupId>com.fasterxml.jackson.core</groupId>
  339. <artifactId>jackson-core</artifactId>
  340. <version>2.5.0</version>
  341. </dependency>
  342. <dependency>
  343. <groupId>com.fasterxml.jackson.core</groupId>
  344. <artifactId>jackson-annotations</artifactId>
  345. <version>2.5.0</version>
  346. </dependency>
  347. <dependency>
  348. <groupId>org.mybatis.generator</groupId>
  349. <artifactId>mybatis-generator-core</artifactId>
  350. <version>1.3.5</version>
  351. </dependency>
  352. <dependency>
  353. <groupId>org.freemarker</groupId>
  354. <artifactId>freemarker</artifactId>
  355. <version>2.3.28</version>
  356. </dependency>
  357. <dependency>
  358. <groupId>com.auth0</groupId>
  359. <artifactId>java-jwt</artifactId>
  360. <version>2.2.0</version>
  361. </dependency>
  362. <dependency>
  363. <groupId>net.coobird</groupId>
  364. <artifactId>thumbnailator</artifactId>
  365. <version>0.4.8</version>
  366. </dependency>
  367. <dependency>
  368. <groupId>antlr</groupId>
  369. <artifactId>antlr</artifactId>
  370. <version>2.7.2</version>
  371. </dependency>
  372. <dependency>
  373. <groupId>com.bstek.ureport</groupId>
  374. <artifactId>ureport2-console</artifactId>
  375. <version>2.2.9</version>
  376. <exclusions>
  377. <exclusion>
  378. <artifactId>logback-classic</artifactId>
  379. <groupId>ch.qos.Logback</groupId>
  380. </exclusion>
  381. </exclusions>
  382. </dependency>
  383. <dependency>
  384. <groupId>org.xerial</groupId>
  385. <artifactId>sqlite-jdbc</artifactId>
  386. <version>3.8.11.2</version>
  387. </dependency>
  388. <dependency>
  389. <groupId>com.litai</groupId>
  390. <artifactId>litai</artifactId>
  391. <version>1.0</version>
  392. <scope>system</scope>
  393. <systemPath>${project.basedir}/src/main/resource/lib/litai-1.0.jar</systemPath>
  394. </dependency>
  395. <!--工作流引擎activiti-->
  396. <dependency>
  397. <groupId>org.activiti</groupId>
  398. <artifactId>activiti-engine</artifactId>
  399. <version>${activiti.version}</version>
  400. <exclusions>
  401. <exclusion>
  402. <groupId>>org.slf4j</groupId>
  403. <artifactId>slf4j-log4j12</artifactId>
  404. </exclusion>
  405. </exclusions>
  406. </dependency>
  407. <dependency>
  408. <groupId>org.activiti</groupId>
  409. <artifactId>activiti-spring</artifactId>
  410. <version>${activiti.version}</version>
  411. <exclusions>
  412. <exclusion>
  413. <groupId>>org.slf4j</groupId>
  414. <artifactId>slf4j-log4j12</artifactId>
  415. </exclusion>
  416. </exclusions>
  417. </dependency>
  418. <dependency>
  419. <groupId>org.activiti</groupId>
  420. <artifactId>activiti-json-converter</artifactId>
  421. <version>${activiti.version}</version>
  422. <exclusions>
  423. <exclusion>
  424. <groupId>>org.slf4j</groupId>
  425. <artifactId>slf4j-log4j12</artifactId>
  426. </exclusion>
  427. </exclusions>
  428. </dependency>
  429. <dependency>
  430. <groupId>org.activiti</groupId>
  431. <artifactId>activiti-explorer</artifactId>
  432. <version>${activiti.version}</version>
  433. <exclusions>
  434. <exclusion>
  435. <artifactId>vaadin</artifactId>
  436. <groupId>com.vaadin</groupId>
  437. </exclusion>
  438. <exclusion>
  439. <artifactId>dcharts-widget</artifactId>
  440. <groupId>org.vaadin.addons</groupId>
  441. </exclusion>
  442. <exclusion>
  443. <artifactId>activiti-simple-workflow</artifactId>
  444. <groupId>org.activiti</groupId>
  445. </exclusion>
  446. <exclusion>
  447. <groupId>>org.slf4j</groupId>
  448. <artifactId>slf4j-log4j12</artifactId>
  449. </exclusion>
  450. </exclusions>
  451. </dependency>
  452. <dependency>
  453. <groupId>org.activiti</groupId>
  454. <artifactId>activiti-modeler</artifactId>
  455. <version>${activiti.version}</version>
  456. <exclusions>
  457. <exclusion>
  458. <groupId>>org.slf4j</groupId>
  459. <artifactId>slf4j-log4j12</artifactId>
  460. </exclusion>
  461. </exclusions>
  462. </dependency>
  463. <dependency>
  464. <groupId>org.activiti</groupId>
  465. <artifactId>activiti-rest</artifactId>
  466. <version>${activiti.version}</version>
  467. <exclusions>
  468. <exclusion>
  469. <groupId>>org.slf4j</groupId>
  470. <artifactId>slf4j-log4j12</artifactId>
  471. </exclusion>
  472. </exclusions>
  473. </dependency>
  474. <dependency>
  475. <groupId>org.activiti</groupId>
  476. <artifactId>activiti-diagram-rest</artifactId>
  477. <version>${activiti.version}</version>
  478. <exclusions>
  479. <exclusion>
  480. <groupId>>org.slf4j</groupId>
  481. <artifactId>slf4j-log4j12</artifactId>
  482. </exclusion>
  483. </exclusions>
  484. </dependency>
  485. <dependency>
  486. <groupId>org.activiti</groupId>
  487. <artifactId>activiti-cxf</artifactId>
  488. <version>${activiti.version}</version>
  489. <exclusions>
  490. <exclusion>
  491. <groupId>>org.slf4j</groupId>
  492. <artifactId>slf4j-log4j12</artifactId>
  493. </exclusion>
  494. </exclusions>
  495. </dependency>
  496. <dependency>
  497. <groupId>org.activiti</groupId>
  498. <artifactId>activiti-image-generator</artifactId>
  499. <version>${activiti.version}</version>
  500. <exclusions>
  501. <exclusion>
  502. <groupId>>org.slf4j</groupId>
  503. <artifactId>slf4j-log4j12</artifactId>
  504. </exclusion>
  505. </exclusions>
  506. </dependency>
  507. </dependencies>
  508. <profiles>
  509. <profile> <!-- 本地开发环境 -->
  510. <id>localhost</id>
  511. <properties>
  512. <profiles.active>localhost</profiles.active>
  513. </properties>
  514. <activation>
  515. <activeByDefault>true</activeByDefault>
  516. </activation>
  517. </profile>
  518. <profile> <!-- 开发环境 -->
  519. <id>development</id>
  520. <properties>
  521. <profiles.active>development</profiles.active>
  522. </properties>
  523. </profile>
  524. <profile> <!-- 生产环境 -->
  525. <id>production</id>
  526. <properties>
  527. <profiles.active>production</profiles.active>
  528. </properties>
  529. </profile>
  530. </profiles>
  531. <build>
  532. <finalName>thware_mj</finalName>
  533. <resources>
  534. <resource>
  535. <directory>src/main/resource</directory>
  536. <excludes>
  537. <exclude>localhost/**</exclude>
  538. <exclude>development/**</exclude>
  539. <exclude>production/**</exclude>
  540. </excludes>
  541. </resource>
  542. <resource>
  543. <directory>src/main/resource/${profiles.active}</directory>
  544. </resource>
  545. </resources>
  546. <pluginManagement><!-- lock down plugins versions to avoid using Maven defaults (may be moved to parent pom) -->
  547. <plugins>
  548. <plugin>
  549. <artifactId>maven-clean-plugin</artifactId>
  550. <version>3.0.0</version>
  551. </plugin>
  552. <!-- see http://maven.apache.org/ref/current/maven-core/default-bindings.html#Plugin_bindings_for_war_packaging -->
  553. <plugin>
  554. <artifactId>maven-resources-plugin</artifactId>
  555. <version>3.0.2</version>
  556. </plugin>
  557. <plugin>
  558. <artifactId>maven-compiler-plugin</artifactId>
  559. <version>3.7.0</version>
  560. </plugin>
  561. <plugin>
  562. <artifactId>maven-surefire-plugin</artifactId>
  563. <version>2.20.1</version>
  564. </plugin>
  565. <plugin>
  566. <artifactId>maven-war-plugin</artifactId>
  567. <version>3.2.0</version>
  568. <configuration>
  569. <outputDirectory>c:\thware2</outputDirectory>
  570. <webResources>
  571. <resource>
  572. <directory>${project.basedir}/src/main/resource/lib</directory>
  573. <targetPath>WEB-INF/lib</targetPath>
  574. <includes>
  575. <include>**/*.jar</include>
  576. </includes>
  577. </resource>
  578. </webResources>
  579. </configuration>
  580. </plugin>
  581. <plugin>
  582. <artifactId>maven-install-plugin</artifactId>
  583. <version>2.5.2</version>
  584. </plugin>
  585. <plugin>
  586. <artifactId>maven-deploy-plugin</artifactId>
  587. <version>2.8.2</version>
  588. </plugin>
  589. </plugins>
  590. </pluginManagement>
  591. </build>
  592. </project>