pom.xml 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  5. <modelVersion>4.0.0</modelVersion>
  6. <groupId>com.happyjob</groupId>
  7. <artifactId>happyjob-parent</artifactId>
  8. <version>1.0-SNAPSHOT</version>
  9. <modules>
  10. <module>happy-job-base-common</module>
  11. <module>happy-job-base-system</module>
  12. <module>happy-job-module-hpjob</module>
  13. <module>happy-job-module-crm</module>
  14. <module>happy-job-module-hppay</module>
  15. <module>happy-job-module-hpvip</module>
  16. </modules>
  17. <packaging>pom</packaging>
  18. <!-- 项目属性 -->
  19. <properties>
  20. <!-- main version setting -->
  21. <spring.version>4.3.5.RELEASE</spring.version>
  22. <validator.version>5.4.0.Final</validator.version>
  23. <mybatis.version>3.2.8</mybatis.version>
  24. <mybatis-spring.version>1.2.2</mybatis-spring.version>
  25. <druid.version>1.0.11</druid.version>
  26. <ehcache.version>2.6.11</ehcache.version>
  27. <ehcache-web.version>2.0.4</ehcache-web.version>
  28. <shiro.version>1.4.0-RC2</shiro.version>
  29. <sitemesh.version>2.4.2</sitemesh.version>
  30. <activiti.version>5.21.0</activiti.version>
  31. <!-- tools version setting -->
  32. <slf4j.version>1.7.25</slf4j.version>
  33. <commons-io.version>2.4</commons-io.version>
  34. <commons-codec.version>1.9</commons-codec.version>
  35. <commons-fileupload.version>1.3.1</commons-fileupload.version>
  36. <commons-beanutils.version>1.9.1</commons-beanutils.version>
  37. <jackson.version>2.8.6</jackson.version>
  38. <fastjson.version>1.2.45</fastjson.version>
  39. <xstream.version>1.4.9</xstream.version>
  40. <dozer.version>5.5.1</dozer.version>
  41. <poi.version>3.9</poi.version>
  42. <freemarker.version>2.3.25-incubating</freemarker.version>
  43. <quartz.version>2.2.3</quartz.version>
  44. <guava.version>20.0</guava.version>
  45. <commons-lang.version>2.5</commons-lang.version>
  46. <commons-lang3.version>3.5</commons-lang3.version>
  47. <bouncycastle.version>1.56</bouncycastle.version>
  48. <!-- jdbc driver setting -->
  49. <mysql.driver.version>5.1.30</mysql.driver.version>
  50. <oracle.driver.version>10.2.0.4.0</oracle.driver.version>
  51. <mssql.driver.version>1.3.1</mssql.driver.version>
  52. <okhttp-version>3.11.0</okhttp-version>
  53. <!-- environment setting -->
  54. <jdk.version>1.8</jdk.version>
  55. <tomcat.version>2.2</tomcat.version>
  56. <jetty.version>7.6.14.v20131031</jetty.version>
  57. <webserver.port>8081</webserver.port>
  58. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  59. <downloadSources>true</downloadSources>
  60. </properties>
  61. <!-- 设定仓库 -->
  62. <repositories>
  63. <repository>
  64. <id>central-repos</id>
  65. <name>Central Repository</name>
  66. <url>http://maven.aliyun.com/nexus/content/groups/public/</url>
  67. <releases>
  68. <enabled>true</enabled>
  69. </releases>
  70. <snapshots>
  71. <enabled>false</enabled>
  72. </snapshots>
  73. </repository>
  74. <repository>
  75. <id>central-repos2</id>
  76. <name>Central Repository 2</name>
  77. <url>http://mvnrepo.code.taobao.org/nexus/content/repositories/snapshots/</url>
  78. <releases>
  79. <enabled>true</enabled>
  80. </releases>
  81. <snapshots>
  82. <enabled>false</enabled>
  83. </snapshots>
  84. </repository>
  85. <repository>
  86. <id>springsource-repos</id>
  87. <name>SpringSource Repository</name>
  88. <url>http://mvnrepo.code.taobao.org/nexus/content/repositories/releases/</url>
  89. <releases>
  90. <enabled>true</enabled>
  91. </releases>
  92. <snapshots>
  93. <enabled>false</enabled>
  94. </snapshots>
  95. </repository>
  96. <repository>
  97. <id>bitwalker.user-agent-utils.mvn.repo</id>
  98. <url>https://nexus.jackpinetech.com/nexus/content/groups/public</url>
  99. <!-- use snapshot version -->
  100. <snapshots>
  101. <updatePolicy>always</updatePolicy>
  102. </snapshots>
  103. </repository>
  104. </repositories>
  105. <build>
  106. <plugins>
  107. <!-- tomcat6插件 -->
  108. <plugin>
  109. <groupId>org.apache.tomcat.maven</groupId>
  110. <artifactId>tomcat6-maven-plugin</artifactId>
  111. <version>${tomcat.version}</version>
  112. <configuration>
  113. <port>${webserver.port}</port>
  114. <path>/${project.artifactId}</path>
  115. <uriEncoding>${project.build.sourceEncoding}</uriEncoding>
  116. </configuration>
  117. </plugin>
  118. <!-- tomcat7插件 -->
  119. <plugin>
  120. <groupId>org.apache.tomcat.maven</groupId>
  121. <artifactId>tomcat7-maven-plugin</artifactId>
  122. <version>${tomcat.version}</version>
  123. <configuration>
  124. <port>${webserver.port}</port>
  125. <path>/${project.artifactId}</path>
  126. <uriEncoding>${project.build.sourceEncoding}</uriEncoding>
  127. </configuration>
  128. </plugin>
  129. <plugin>
  130. <groupId>org.apache.maven.plugins</groupId>
  131. <artifactId>maven-compiler-plugin</artifactId>
  132. <version>3.3</version>
  133. <configuration>
  134. <source>1.8</source>
  135. <target>1.8</target>
  136. </configuration>
  137. </plugin>
  138. <plugin>
  139. <groupId>org.mortbay.jetty</groupId>
  140. <artifactId>jetty-maven-plugin</artifactId>
  141. <version>${jetty.version}</version>
  142. <configuration>
  143. <connectors>
  144. <connector
  145. implementation="org.eclipse.jetty.server.nio.SelectChannelConnector">
  146. <port>${webserver.port}</port>
  147. </connector>
  148. </connectors>
  149. <webAppConfig>
  150. <contextPath>/${project.artifactId}</contextPath>
  151. </webAppConfig>
  152. <systemProperties>
  153. <systemProperty>
  154. <name>org.mortbay.util.URI.charset</name>
  155. <value>${project.build.sourceEncoding}</value>
  156. </systemProperty>
  157. </systemProperties>
  158. </configuration>
  159. </plugin>
  160. </plugins>
  161. </build>
  162. <!-- 依赖项定义 -->
  163. <dependencies>
  164. <!-- SPRING begin -->
  165. <dependency>
  166. <groupId>org.springframework</groupId>
  167. <artifactId>spring-core</artifactId>
  168. <version>${spring.version}</version>
  169. <exclusions>
  170. <exclusion>
  171. <groupId>commons-logging</groupId>
  172. <artifactId>commons-logging</artifactId>
  173. </exclusion>
  174. </exclusions>
  175. </dependency>
  176. <dependency>
  177. <groupId>org.springframework</groupId>
  178. <artifactId>spring-beans</artifactId>
  179. <version>${spring.version}</version>
  180. </dependency>
  181. <dependency>
  182. <groupId>org.springframework</groupId>
  183. <artifactId>spring-context</artifactId>
  184. <version>${spring.version}</version>
  185. </dependency>
  186. <dependency>
  187. <groupId>org.springframework</groupId>
  188. <artifactId>spring-context-support</artifactId>
  189. <version>${spring.version}</version>
  190. </dependency>
  191. <dependency>
  192. <groupId>org.springframework</groupId>
  193. <artifactId>spring-aop</artifactId>
  194. <version>${spring.version}</version>
  195. <exclusions>
  196. <exclusion>
  197. <groupId>commons-logging</groupId>
  198. <artifactId>commons-logging</artifactId>
  199. </exclusion>
  200. </exclusions>
  201. </dependency>
  202. <dependency>
  203. <groupId>org.springframework</groupId>
  204. <artifactId>spring-tx</artifactId>
  205. <version>${spring.version}</version>
  206. </dependency>
  207. <!-- spring orm -->
  208. <dependency>
  209. <groupId>org.springframework</groupId>
  210. <artifactId>spring-orm</artifactId>
  211. <version>${spring.version}</version>
  212. </dependency>
  213. <dependency>
  214. <groupId>org.springframework</groupId>
  215. <artifactId>spring-jdbc</artifactId>
  216. <version>${spring.version}</version>
  217. </dependency>
  218. <!-- spring websocket-->
  219. <dependency>
  220. <groupId>org.springframework</groupId>
  221. <artifactId>spring-websocket</artifactId>
  222. <version>${spring.version}</version>
  223. </dependency>
  224. <dependency>
  225. <groupId>org.springframework</groupId>
  226. <artifactId>spring-messaging</artifactId>
  227. <version>${spring.version}</version>
  228. </dependency>
  229. <!-- bean validate -->
  230. <dependency>
  231. <groupId>org.hibernate</groupId>
  232. <artifactId>hibernate-validator</artifactId>
  233. <version>${validator.version}</version>
  234. </dependency>
  235. <!-- SPRING end -->
  236. <!-- AOP begin -->
  237. <dependency>
  238. <groupId>org.aspectj</groupId>
  239. <artifactId>aspectjrt</artifactId>
  240. <version>1.7.4</version>
  241. </dependency>
  242. <dependency>
  243. <groupId>org.aspectj</groupId>
  244. <artifactId>aspectjweaver</artifactId>
  245. <version>1.7.4</version>
  246. </dependency>
  247. <dependency>
  248. <groupId>cglib</groupId>
  249. <artifactId>cglib</artifactId>
  250. <version>3.1</version>
  251. </dependency>
  252. <!-- AOP end -->
  253. <!-- PERSISTENCE begin -->
  254. <!-- MyBatis -->
  255. <dependency>
  256. <groupId>org.mybatis</groupId>
  257. <artifactId>mybatis</artifactId>
  258. <version>${mybatis.version}</version>
  259. </dependency>
  260. <dependency>
  261. <groupId>org.mybatis</groupId>
  262. <artifactId>mybatis-spring</artifactId>
  263. <version>${mybatis-spring.version}</version>
  264. </dependency>
  265. <!-- connection pool -->
  266. <dependency>
  267. <groupId>com.alibaba</groupId>
  268. <artifactId>druid</artifactId>
  269. <version>${druid.version}</version>
  270. </dependency>
  271. <!-- jdbc driver -->
  272. <dependency>
  273. <groupId>mysql</groupId>
  274. <artifactId>mysql-connector-java</artifactId>
  275. <version>${mysql.driver.version}</version>
  276. </dependency>
  277. <dependency>
  278. <groupId>net.sourceforge.jtds</groupId>
  279. <artifactId>jtds</artifactId>
  280. <version>${mssql.driver.version}</version>
  281. </dependency>
  282. <!-- PERSISTENCE end -->
  283. <!-- WEB begin -->
  284. <dependency>
  285. <groupId>org.springframework</groupId>
  286. <artifactId>spring-web</artifactId>
  287. <version>${spring.version}</version>
  288. </dependency>
  289. <dependency>
  290. <groupId>org.springframework</groupId>
  291. <artifactId>spring-webmvc</artifactId>
  292. <version>${spring.version}</version>
  293. </dependency>
  294. <dependency>
  295. <groupId>org.springframework</groupId>
  296. <artifactId>spring-oxm</artifactId>
  297. <version>${spring.version}</version>
  298. </dependency>
  299. <dependency>
  300. <groupId>opensymphony</groupId>
  301. <artifactId>sitemesh</artifactId>
  302. <version>${sitemesh.version}</version>
  303. </dependency>
  304. <dependency>
  305. <groupId>taglibs</groupId>
  306. <artifactId>standard</artifactId>
  307. <version>1.1.2</version>
  308. <type>jar</type>
  309. </dependency>
  310. <dependency>
  311. <groupId>javax</groupId>
  312. <artifactId>javaee-api</artifactId>
  313. <version>7.0</version>
  314. <scope>provided</scope>
  315. </dependency>
  316. <dependency>
  317. <groupId>javax.servlet</groupId>
  318. <artifactId>jstl</artifactId>
  319. <version>1.2</version>
  320. <type>jar</type>
  321. </dependency>
  322. <dependency>
  323. <groupId>javax.servlet</groupId>
  324. <artifactId>servlet-api</artifactId>
  325. <version>2.5</version>
  326. <scope>provided</scope>
  327. </dependency>
  328. <dependency>
  329. <groupId>javax.servlet.jsp</groupId>
  330. <artifactId>jsp-api</artifactId>
  331. <version>2.1</version>
  332. <scope>provided</scope>
  333. </dependency>
  334. <!-- <dependency>
  335. <groupId>javax.servlet</groupId>
  336. <artifactId>javax.servlet-api</artifactId>
  337. <version>3.0.1</version>
  338. <scope>provided</scope>
  339. </dependency>
  340. <dependency>
  341. <groupId>javax.servlet.jsp</groupId>
  342. <artifactId>jsp-api</artifactId>
  343. <version>2.2</version>
  344. <scope>provided</scope>
  345. </dependency>-->
  346. <!-- J2CACHE begin -->
  347. <dependency>
  348. <groupId>com.github.ben-manes.caffeine</groupId>
  349. <artifactId>caffeine</artifactId>
  350. <version>2.6.1</version>
  351. </dependency>
  352. <dependency>
  353. <groupId>net.sf.ehcache</groupId>
  354. <artifactId>ehcache</artifactId>
  355. <version>2.10.4</version>
  356. </dependency>
  357. <dependency>
  358. <groupId>org.ehcache</groupId>
  359. <artifactId>ehcache</artifactId>
  360. <version>3.4.0</version>
  361. </dependency>
  362. <dependency>
  363. <groupId>redis.clients</groupId>
  364. <artifactId>jedis</artifactId>
  365. <version>2.9.0</version>
  366. </dependency>
  367. <dependency>
  368. <groupId>org.jgroups</groupId>
  369. <artifactId>jgroups</artifactId>
  370. <version>3.6.13.Final</version>
  371. </dependency>
  372. <dependency>
  373. <groupId>de.ruedigermoeller</groupId>
  374. <artifactId>fst</artifactId>
  375. <version>2.57</version>
  376. </dependency>
  377. <dependency>
  378. <groupId>com.esotericsoftware</groupId>
  379. <artifactId>kryo-shaded</artifactId>
  380. <version>3.0.0</version>
  381. </dependency>
  382. <dependency>
  383. <groupId>org.xerial.snappy</groupId>
  384. <artifactId>snappy-java</artifactId>
  385. <version>1.1.7.1</version>
  386. </dependency>
  387. <dependency>
  388. <groupId>jline</groupId>
  389. <artifactId>jline</artifactId>
  390. <version>2.14.2</version>
  391. </dependency>
  392. <!-- J2CACHE end -->
  393. <!-- SECURITY begin -->
  394. <dependency>
  395. <groupId>org.apache.shiro</groupId>
  396. <artifactId>shiro-core</artifactId>
  397. <version>${shiro.version}</version>
  398. </dependency>
  399. <dependency>
  400. <groupId>org.apache.shiro</groupId>
  401. <artifactId>shiro-spring</artifactId>
  402. <version>${shiro.version}</version>
  403. </dependency>
  404. <dependency>
  405. <groupId>org.apache.shiro</groupId>
  406. <artifactId>shiro-cas</artifactId>
  407. <version>${shiro.version}</version>
  408. <exclusions>
  409. <exclusion>
  410. <groupId>commons-logging</groupId>
  411. <artifactId>commons-logging</artifactId>
  412. </exclusion>
  413. </exclusions>
  414. </dependency>
  415. <dependency>
  416. <groupId>org.apache.shiro</groupId>
  417. <artifactId>shiro-web</artifactId>
  418. <version>${shiro.version}</version>
  419. </dependency>
  420. <dependency>
  421. <groupId>org.apache.shiro</groupId>
  422. <artifactId>shiro-ehcache</artifactId>
  423. <version>${shiro.version}</version>
  424. </dependency>
  425. <!-- SECURITY end -->
  426. <!-- Activiti -->
  427. <dependency>
  428. <groupId>org.activiti</groupId>
  429. <artifactId>activiti-engine</artifactId>
  430. <version>${activiti.version}</version>
  431. </dependency>
  432. <dependency>
  433. <groupId>org.activiti</groupId>
  434. <artifactId>activiti-spring</artifactId>
  435. <version>${activiti.version}</version>
  436. </dependency>
  437. <dependency>
  438. <groupId>org.activiti</groupId>
  439. <artifactId>activiti-explorer</artifactId>
  440. <version>${activiti.version}</version>
  441. <exclusions>
  442. <exclusion>
  443. <artifactId>vaadin</artifactId>
  444. <groupId>com.vaadin</groupId>
  445. </exclusion>
  446. <exclusion>
  447. <artifactId>dcharts-widget</artifactId>
  448. <groupId>org.vaadin.addons</groupId>
  449. </exclusion>
  450. <exclusion>
  451. <artifactId>activiti-simple-workflow</artifactId>
  452. <groupId>org.activiti</groupId>
  453. </exclusion>
  454. </exclusions>
  455. </dependency>
  456. <dependency>
  457. <groupId>org.activiti</groupId>
  458. <artifactId>activiti-modeler</artifactId>
  459. <version>${activiti.version}</version>
  460. </dependency>
  461. <dependency>
  462. <groupId>org.activiti</groupId>
  463. <artifactId>activiti-rest</artifactId>
  464. <version>${activiti.version}</version>
  465. </dependency>
  466. <dependency>
  467. <groupId>org.activiti</groupId>
  468. <artifactId>activiti-diagram-rest</artifactId>
  469. <version>${activiti.version}</version>
  470. </dependency>
  471. <!-- 支持activiti缓存 -->
  472. <!-- <dependency>
  473. <groupId>org.infinispan</groupId>
  474. <artifactId>infinispan-core</artifactId>
  475. <version>5.1.7.Final</version>
  476. </dependency> -->
  477. <!-- LOGGING begin -->
  478. <dependency>
  479. <groupId>org.slf4j</groupId>
  480. <artifactId>slf4j-api</artifactId>
  481. <version>${slf4j.version}</version>
  482. </dependency>
  483. <dependency>
  484. <groupId>org.slf4j</groupId>
  485. <artifactId>slf4j-log4j12</artifactId>
  486. <version>${slf4j.version}</version>
  487. </dependency>
  488. <dependency>
  489. <groupId>org.slf4j</groupId>
  490. <artifactId>slf4j-simple</artifactId>
  491. <version>${slf4j.version}</version>
  492. </dependency>
  493. <!-- common-logging 实际调用slf4j -->
  494. <dependency>
  495. <groupId>org.slf4j</groupId>
  496. <artifactId>jcl-over-slf4j</artifactId>
  497. <version>${slf4j.version}</version>
  498. </dependency>
  499. <!-- java.util.logging 实际调用slf4j -->
  500. <dependency>
  501. <groupId>org.slf4j</groupId>
  502. <artifactId>jul-to-slf4j</artifactId>
  503. <version>${slf4j.version}</version>
  504. </dependency>
  505. <!-- LOGGING end -->
  506. <!-- GENERAL UTILS begin -->
  507. <dependency>
  508. <groupId>commons-io</groupId>
  509. <artifactId>commons-io</artifactId>
  510. <version>${commons-io.version}</version>
  511. </dependency>
  512. <dependency>
  513. <groupId>commons-codec</groupId>
  514. <artifactId>commons-codec</artifactId>
  515. <version>${commons-codec.version}</version>
  516. </dependency>
  517. <dependency>
  518. <groupId>commons-fileupload</groupId>
  519. <artifactId>commons-fileupload</artifactId>
  520. <version>${commons-fileupload.version}</version>
  521. </dependency>
  522. <dependency>
  523. <groupId>commons-beanutils</groupId>
  524. <artifactId>commons-beanutils</artifactId>
  525. <version>${commons-beanutils.version}</version>
  526. <exclusions>
  527. <exclusion>
  528. <groupId>commons-logging</groupId>
  529. <artifactId>commons-logging</artifactId>
  530. </exclusion>
  531. </exclusions>
  532. </dependency>
  533. <dependency>
  534. <groupId>commons-dbcp</groupId>
  535. <artifactId>commons-dbcp</artifactId>
  536. <version>1.4</version>
  537. </dependency>
  538. <!-- jackson json -->
  539. <dependency>
  540. <groupId>com.fasterxml.jackson.core</groupId>
  541. <artifactId>jackson-core</artifactId>
  542. <version>${jackson.version}</version>
  543. </dependency>
  544. <dependency>
  545. <groupId>com.fasterxml.jackson.core</groupId>
  546. <artifactId>jackson-databind</artifactId>
  547. <version>${jackson.version}</version>
  548. </dependency>
  549. <dependency>
  550. <groupId>com.fasterxml.jackson.core</groupId>
  551. <artifactId>jackson-annotations</artifactId>
  552. <version>${jackson.version}</version>
  553. </dependency>
  554. <dependency>
  555. <groupId>com.fasterxml.jackson.module</groupId>
  556. <artifactId>jackson-module-jaxb-annotations</artifactId>
  557. <version>${jackson.version}</version>
  558. </dependency>
  559. <!-- fastjson json-->
  560. <dependency>
  561. <groupId>com.alibaba</groupId>
  562. <artifactId>fastjson</artifactId>
  563. <version>${fastjson.version}</version>
  564. </dependency>
  565. <!-- xstream xml -->
  566. <dependency>
  567. <groupId>com.thoughtworks.xstream</groupId>
  568. <artifactId>xstream</artifactId>
  569. <version>${xstream.version}</version>
  570. </dependency>
  571. <!-- pojo copy -->
  572. <dependency>
  573. <groupId>net.sf.dozer</groupId>
  574. <artifactId>dozer</artifactId>
  575. <version>${dozer.version}</version>
  576. </dependency>
  577. <!-- freemarker engine -->
  578. <dependency>
  579. <groupId>org.freemarker</groupId>
  580. <artifactId>freemarker</artifactId>
  581. <version>${freemarker.version}</version>
  582. </dependency>
  583. <!-- email -->
  584. <dependency>
  585. <groupId>javax.mail</groupId>
  586. <artifactId>mail</artifactId>
  587. <version>1.4.7</version>
  588. </dependency>
  589. <dependency>
  590. <groupId>javax.activation</groupId>
  591. <artifactId>activation</artifactId>
  592. <version>1.1.1</version>
  593. </dependency>
  594. <!-- poi office -->
  595. <dependency>
  596. <groupId>org.apache.poi</groupId>
  597. <artifactId>poi</artifactId>
  598. <version>${poi.version}</version>
  599. </dependency>
  600. <dependency>
  601. <groupId>org.apache.poi</groupId>
  602. <artifactId>poi-ooxml</artifactId>
  603. <version>${poi.version}</version>
  604. </dependency>
  605. <dependency>
  606. <groupId>org.apache.poi</groupId>
  607. <artifactId>poi-ooxml-schemas</artifactId>
  608. <version>${poi.version}</version>
  609. </dependency>
  610. <!-- image util -->
  611. <dependency>
  612. <groupId>com.drewnoakes</groupId>
  613. <artifactId>metadata-extractor</artifactId>
  614. <version>2.6.2</version>
  615. </dependency>
  616. <!-- 条形码、二维码生成 -->
  617. <dependency>
  618. <groupId>com.google.zxing</groupId>
  619. <artifactId>core</artifactId>
  620. <version>2.2</version>
  621. </dependency>
  622. <dependency>
  623. <groupId>com.google.zxing</groupId>
  624. <artifactId>javase</artifactId>
  625. <version>2.2</version>
  626. </dependency>
  627. <!-- quartz -->
  628. <dependency>
  629. <groupId>org.quartz-scheduler</groupId>
  630. <artifactId>quartz</artifactId>
  631. <version>${quartz.version}</version>
  632. </dependency>
  633. <dependency>
  634. <groupId>org.quartz-scheduler</groupId>
  635. <artifactId>quartz-jobs</artifactId>
  636. <version>${quartz.version}</version>
  637. </dependency>
  638. <!-- https://github.com/square/okhttp -->
  639. <dependency>
  640. <groupId>com.squareup.okhttp3</groupId>
  641. <artifactId>okhttp</artifactId>
  642. <version>${okhttp-version}</version>
  643. </dependency>
  644. <!-- GENERAL UTILS end -->
  645. <dependency>
  646. <groupId>org.bouncycastle</groupId>
  647. <artifactId>bcprov-jdk15on</artifactId>
  648. <version>${bouncycastle.version}</version>
  649. </dependency>
  650. <!-- Echarts图表依赖包开始 -->
  651. <!-- https://mvnrepository.com/artifact/com.github.abel533/ECharts -->
  652. <dependency>
  653. <groupId>com.github.abel533</groupId>
  654. <artifactId>ECharts</artifactId>
  655. <version>3.0.0.2</version>
  656. </dependency>
  657. <dependency>
  658. <groupId>com.google.code.gson</groupId>
  659. <artifactId>gson</artifactId>
  660. <version>2.6.2</version>
  661. </dependency>
  662. <!-- Echarts图表依赖包结束 -->
  663. <!-- TEST begin -->
  664. <dependency>
  665. <groupId>junit</groupId>
  666. <artifactId>junit</artifactId>
  667. <version>4.11</version>
  668. </dependency>
  669. <dependency>
  670. <groupId>org.springframework</groupId>
  671. <artifactId>spring-test</artifactId>
  672. <version>${spring.version}</version>
  673. </dependency>
  674. <!-- TEST end -->
  675. <dependency>
  676. <groupId>eu.bitwalker</groupId>
  677. <artifactId>UserAgentUtils</artifactId>
  678. <version>1.20</version>
  679. </dependency>
  680. <!--httpcore -->
  681. <dependency>
  682. <groupId>org.apache.httpcomponents</groupId>
  683. <artifactId>httpcore</artifactId>
  684. <version>4.4.4</version>
  685. </dependency>
  686. <!-- swagger-springmvc -->
  687. <dependency>
  688. <groupId>io.springfox</groupId>
  689. <artifactId>springfox-swagger2</artifactId>
  690. <version>2.5.0</version>
  691. </dependency>
  692. <dependency>
  693. <groupId>io.springfox</groupId>
  694. <artifactId>springfox-swagger-ui</artifactId>
  695. <version>2.5.0</version>
  696. </dependency>
  697. <!-- swagger-springmvc dependencies -->
  698. <!--httpclient -->
  699. <dependency>
  700. <groupId>org.apache.httpcomponents</groupId>
  701. <artifactId>httpclient</artifactId>
  702. <version>4.5.2</version>
  703. </dependency>
  704. <!-- UTILS begin -->
  705. <dependency>
  706. <groupId>com.google.guava</groupId>
  707. <artifactId>guava</artifactId>
  708. <version>${guava.version}</version>
  709. </dependency>
  710. <dependency>
  711. <groupId>net.sf.json-lib</groupId>
  712. <artifactId>json-lib</artifactId>
  713. <version>2.4</version>
  714. <classifier>jdk15</classifier>
  715. </dependency>
  716. <dependency>
  717. <groupId>org.apache.commons</groupId>
  718. <artifactId>commons-lang3</artifactId>
  719. <version>${commons-lang3.version}</version>
  720. </dependency>
  721. <!-- https://mvnrepository.com/artifact/org.postgresql/postgresql -->
  722. <dependency>
  723. <groupId>org.postgresql</groupId>
  724. <artifactId>postgresql</artifactId>
  725. <version>42.1.1</version>
  726. </dependency>
  727. <dependency>
  728. <groupId>com.aliyun.oss</groupId>
  729. <artifactId>aliyun-sdk-oss</artifactId>
  730. <version>2.6.0</version>
  731. </dependency>
  732. <dependency>
  733. <groupId>org.apache.ant</groupId>
  734. <artifactId>ant</artifactId>
  735. <version>1.8.1</version>
  736. </dependency>
  737. <!-- UTILS end -->
  738. </dependencies>
  739. </project>