pom.xml 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591
  1. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  3. <modelVersion>4.0.0</modelVersion>
  4. <groupId>keyuan</groupId>
  5. <artifactId>diaowen</artifactId>
  6. <packaging>war</packaging>
  7. <version>0.0.1-SNAPSHOT</version>
  8. <name>diaowen Maven Webapp</name>
  9. <url>https://github.com/wkeyuan/DWSurvey</url>
  10. <dependencies>
  11. <dependency>
  12. <groupId>junit</groupId>
  13. <artifactId>junit</artifactId>
  14. <version>3.8.1</version>
  15. <scope>test</scope>
  16. </dependency>
  17. <dependency>
  18. <groupId>org.apache.geronimo.specs</groupId>
  19. <artifactId>geronimo-j2ee-management_1.1_spec</artifactId>
  20. <version>1.0.1</version>
  21. </dependency>
  22. <dependency>
  23. <groupId>org.apache.geronimo.specs</groupId>
  24. <artifactId>geronimo-jms_1.1_spec</artifactId>
  25. <version>1.1.1</version>
  26. </dependency>
  27. <dependency>
  28. <groupId>org.hamcrest</groupId>
  29. <artifactId>hamcrest-core</artifactId>
  30. <version>1.1</version>
  31. </dependency>
  32. <dependency>
  33. <groupId>com.itextpdf</groupId>
  34. <artifactId>itextpdf</artifactId>
  35. <version>5.4.3</version>
  36. </dependency>
  37. <dependency>
  38. <groupId>com.itextpdf</groupId>
  39. <artifactId>itext-asian</artifactId>
  40. <version>5.2.0</version>
  41. </dependency>
  42. <!-- https://mvnrepository.com/artifact/com.lowagie/itext -->
  43. <dependency>
  44. <groupId>com.lowagie</groupId>
  45. <artifactId>itext</artifactId>
  46. <version>2.0.8</version>
  47. </dependency>
  48. <!-- https://mvnrepository.com/artifact/org.jsoup/jsoup -->
  49. <dependency>
  50. <groupId>org.jsoup</groupId>
  51. <artifactId>jsoup</artifactId>
  52. <version>1.7.2</version>
  53. </dependency>
  54. <!-- https://mvnrepository.com/artifact/org.eclipse.birt.runtime.3_7_1/Tidy -->
  55. <dependency>
  56. <groupId>org.eclipse.birt.runtime.3_7_1</groupId>
  57. <artifactId>Tidy</artifactId>
  58. <version>1</version>
  59. </dependency>
  60. <!-- https://mvnrepository.com/artifact/com.octo.captcha/jcaptcha-all -->
  61. <dependency>
  62. <groupId>com.octo.captcha</groupId>
  63. <artifactId>jcaptcha-all</artifactId>
  64. <version>1.0-RC6</version>
  65. <exclusions>
  66. <exclusion>
  67. <artifactId>spring</artifactId>
  68. <groupId>org.springframework</groupId>
  69. </exclusion>
  70. </exclusions>
  71. </dependency>
  72. <dependency>
  73. <groupId>org.sitemesh</groupId>
  74. <artifactId>sitemesh</artifactId>
  75. <version>3.0-alpha-2</version>
  76. </dependency>
  77. <!-- https://mvnrepository.com/artifact/org.apache.poi/poi -->
  78. <dependency>
  79. <groupId>org.apache.poi</groupId>
  80. <artifactId>poi</artifactId>
  81. <version>3.7</version>
  82. </dependency>
  83. <!-- https://mvnrepository.com/artifact/mysql/mysql-connector-java -->
  84. <dependency>
  85. <groupId>mysql</groupId>
  86. <artifactId>mysql-connector-java</artifactId>
  87. <version>5.1.6</version>
  88. </dependency>
  89. <!-- https://mvnrepository.com/artifact/org.apache.velocity/velocity -->
  90. <dependency>
  91. <groupId>org.apache.velocity</groupId>
  92. <artifactId>velocity</artifactId>
  93. <version>1.7</version>
  94. </dependency>
  95. <dependency>
  96. <groupId>org.jvnet</groupId>
  97. <artifactId>mimepull</artifactId>
  98. <version>1.4</version>
  99. </dependency>
  100. <dependency>
  101. <groupId>javax.mail</groupId>
  102. <artifactId>mail</artifactId>
  103. <version>1.4.4</version>
  104. </dependency>
  105. <dependency>
  106. <groupId>com.itextpdf.tool</groupId>
  107. <artifactId>xmlworker</artifactId>
  108. <version>5.4.3</version>
  109. </dependency>
  110. <dependency>
  111. <groupId>org.apache.xbean</groupId>
  112. <artifactId>xbean-spring</artifactId>
  113. <version>3.12</version>
  114. </dependency>
  115. <dependency>
  116. <groupId>org.tuckey</groupId>
  117. <artifactId>urlrewritefilter</artifactId>
  118. <version>4.0.3</version>
  119. </dependency>
  120. <dependency>
  121. <groupId>org.apache.struts</groupId>
  122. <artifactId>struts2-spring-plugin</artifactId>
  123. <version>${org.struts2.version}</version>
  124. </dependency>
  125. <dependency>
  126. <groupId>org.apache.struts</groupId>
  127. <artifactId>struts2-core</artifactId>
  128. <version>${org.struts2.version}</version>
  129. </dependency>
  130. <dependency>
  131. <groupId>org.apache.struts</groupId>
  132. <artifactId>struts2-convention-plugin</artifactId>
  133. <version>${org.struts2.version}</version>
  134. </dependency>
  135. <dependency>
  136. <groupId>org.apache.struts</groupId>
  137. <artifactId>struts2-convention-plugin</artifactId>
  138. <version>${org.struts2.version}</version>
  139. </dependency>
  140. <dependency>
  141. <groupId>org.hibernate</groupId>
  142. <artifactId>hibernate-validator</artifactId>
  143. <version>4.2.0.Final</version>
  144. </dependency>
  145. <dependency>
  146. <groupId>org.hibernate.javax.persistence</groupId>
  147. <artifactId>hibernate-jpa-2.0-api</artifactId>
  148. <version>1.0.1.Final</version>
  149. </dependency>
  150. <dependency>
  151. <groupId>org.hibernate</groupId>
  152. <artifactId>hibernate-commons-annotations</artifactId>
  153. <version>3.2.0.Final</version>
  154. </dependency>
  155. <dependency>
  156. <groupId>org.hibernate</groupId>
  157. <artifactId>hibernate-core</artifactId>
  158. <version>3.6.8.Final</version>
  159. </dependency>
  160. <dependency>
  161. <groupId>com.baidubce</groupId>
  162. <artifactId>bce-java-sdk</artifactId>
  163. <version>0.10.5</version>
  164. </dependency>
  165. <dependency>
  166. <groupId>com.aliyun.oss</groupId>
  167. <artifactId>aliyun-sdk-oss</artifactId>
  168. <version>2.0.3</version>
  169. </dependency>
  170. <!-- https://mvnrepository.com/artifact/org.xhtmlrenderer/core-renderer -->
  171. <dependency>
  172. <groupId>org.xhtmlrenderer</groupId>
  173. <artifactId>core-renderer</artifactId>
  174. <version>R8</version>
  175. </dependency>
  176. <!-- https://mvnrepository.com/artifact/org.json/json -->
  177. <dependency>
  178. <groupId>org.json</groupId>
  179. <artifactId>json</artifactId>
  180. <version>20160810</version>
  181. </dependency>
  182. <!-- https://mvnrepository.com/artifact/org.apache.activemq/activemq-all -->
  183. <dependency>
  184. <groupId>org.apache.activemq</groupId>
  185. <artifactId>activemq-all</artifactId>
  186. <version>5.8.0</version>
  187. </dependency>
  188. <dependency>
  189. <groupId>org.apache.activemq</groupId>
  190. <artifactId>activeio-core</artifactId>
  191. <version>3.1.4</version>
  192. </dependency>
  193. <!-- Spring -->
  194. <!-- https://mvnrepository.com/artifact/org.springframework/spring-web -->
  195. <dependency>
  196. <groupId>org.springframework</groupId>
  197. <artifactId>spring-web</artifactId>
  198. <version>${org.springframework.version}</version>
  199. </dependency>
  200. <!-- https://mvnrepository.com/artifact/org.springframework/spring-tx -->
  201. <dependency>
  202. <groupId>org.springframework</groupId>
  203. <artifactId>spring-tx</artifactId>
  204. <version>${org.springframework.version}</version>
  205. </dependency>
  206. <!-- https://mvnrepository.com/artifact/org.springframework/spring-jms -->
  207. <dependency>
  208. <groupId>org.springframework</groupId>
  209. <artifactId>spring-jms</artifactId>
  210. <version>${org.springframework.version}</version>
  211. </dependency>
  212. <dependency>
  213. <groupId>org.springframework</groupId>
  214. <artifactId>spring-context</artifactId>
  215. <version>${org.springframework.version}</version>
  216. </dependency>
  217. <dependency>
  218. <groupId>org.springframework</groupId>
  219. <artifactId>spring-test</artifactId>
  220. <version>${org.springframework.version}</version>
  221. </dependency>
  222. <dependency>
  223. <groupId>org.springframework</groupId>
  224. <artifactId>spring-context-support</artifactId>
  225. <version>${org.springframework.version}</version>
  226. </dependency>
  227. <dependency>
  228. <groupId>org.springframework</groupId>
  229. <artifactId>spring-oxm</artifactId>
  230. <version>${org.springframework.version}</version>
  231. </dependency>
  232. <dependency>
  233. <groupId>org.springframework</groupId>
  234. <artifactId>spring-core</artifactId>
  235. <version>${org.springframework.version}</version>
  236. </dependency>
  237. <dependency>
  238. <groupId>org.springframework</groupId>
  239. <artifactId>spring-beans</artifactId>
  240. <version>${org.springframework.version}</version>
  241. </dependency>
  242. <dependency>
  243. <groupId>org.springframework</groupId>
  244. <artifactId>spring-expression</artifactId>
  245. <version>${org.springframework.version}</version>
  246. </dependency>
  247. <!-- https://mvnrepository.com/artifact/org.springframework/spring-aspects -->
  248. <dependency>
  249. <groupId>org.springframework</groupId>
  250. <artifactId>spring-aspects</artifactId>
  251. <version>${org.springframework.version}</version>
  252. </dependency>
  253. <!-- https://mvnrepository.com/artifact/org.springframework/spring-jdbc -->
  254. <dependency>
  255. <groupId>org.springframework</groupId>
  256. <artifactId>spring-jdbc</artifactId>
  257. <version>${org.springframework.version}</version>
  258. </dependency>
  259. <!-- https://mvnrepository.com/artifact/org.springframework/spring-web -->
  260. <dependency>
  261. <groupId>org.springframework</groupId>
  262. <artifactId>spring-web</artifactId>
  263. <version>${org.springframework.version}</version>
  264. </dependency>
  265. <!-- https://mvnrepository.com/artifact/org.springframework/spring-orm -->
  266. <dependency>
  267. <groupId>org.springframework</groupId>
  268. <artifactId>spring-orm</artifactId>
  269. <version>${org.springframework.version}</version>
  270. </dependency>
  271. <!-- https://mvnrepository.com/artifact/cglib/cglib-nodep -->
  272. <dependency>
  273. <groupId>cglib</groupId>
  274. <artifactId>cglib-nodep</artifactId>
  275. <version>2.2.2</version>
  276. </dependency>
  277. <!-- https://mvnrepository.com/artifact/commons-logging/commons-logging -->
  278. <dependency>
  279. <groupId>commons-logging</groupId>
  280. <artifactId>commons-logging</artifactId>
  281. <version>1.2</version>
  282. </dependency>
  283. <dependency>
  284. <groupId>commons-codec</groupId>
  285. <artifactId>commons-codec</artifactId>
  286. <version>1.4</version>
  287. </dependency>
  288. <dependency>
  289. <groupId>org.apache.commons</groupId>
  290. <artifactId>commons-lang3</artifactId>
  291. <version>3.4</version>
  292. </dependency>
  293. <dependency>
  294. <groupId>commons-lang</groupId>
  295. <artifactId>commons-lang</artifactId>
  296. <version>2.6</version>
  297. </dependency>
  298. <dependency>
  299. <groupId>commons-httpclient</groupId>
  300. <artifactId>commons-httpclient</artifactId>
  301. <version>3.0.1</version>
  302. </dependency>
  303. <dependency>
  304. <groupId>org.apache.httpcomponents</groupId>
  305. <artifactId>httpcore</artifactId>
  306. <version>4.4.5</version>
  307. </dependency>
  308. <dependency>
  309. <groupId>org.apache.httpcomponents</groupId>
  310. <artifactId>httpclient</artifactId>
  311. <version>4.5.2</version>
  312. </dependency>
  313. <dependency>
  314. <groupId>org.apache.httpcomponents</groupId>
  315. <artifactId>httpclient-cache</artifactId>
  316. <version>4.5.2</version>
  317. </dependency>
  318. <dependency>
  319. <groupId>org.apache.httpcomponents</groupId>
  320. <artifactId>httpcore-nio</artifactId>
  321. <version>4.4.5</version>
  322. </dependency>
  323. <dependency>
  324. <groupId>org.apache.httpcomponents</groupId>
  325. <artifactId>httpmime</artifactId>
  326. <version>4.5.2</version>
  327. </dependency>
  328. <dependency>
  329. <groupId>com.fasterxml.jackson.core</groupId>
  330. <artifactId>jackson-annotations</artifactId>
  331. <version>2.1.1</version>
  332. </dependency>
  333. <dependency>
  334. <groupId>com.fasterxml.jackson.core</groupId>
  335. <artifactId>jackson-core</artifactId>
  336. <version>2.1.1</version>
  337. </dependency>
  338. <dependency>
  339. <groupId>com.fasterxml.jackson.core</groupId>
  340. <artifactId>jackson-databind</artifactId>
  341. <version>2.1.1</version>
  342. </dependency>
  343. <dependency>
  344. <groupId>com.sun.jersey</groupId>
  345. <artifactId>jersey-client</artifactId>
  346. <version>1.19.1</version>
  347. </dependency>
  348. <!-- log4j2 -->
  349. <!-- https://mvnrepository.com/artifact/log4j/log4j -->
  350. <dependency>
  351. <groupId>log4j</groupId>
  352. <artifactId>log4j</artifactId>
  353. <version>1.2.17</version>
  354. </dependency>
  355. <!-- https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core -->
  356. <dependency>
  357. <groupId>org.apache.logging.log4j</groupId>
  358. <artifactId>log4j-core</artifactId>
  359. <version>2.7</version>
  360. </dependency>
  361. <!-- https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-api -->
  362. <dependency>
  363. <groupId>org.apache.logging.log4j</groupId>
  364. <artifactId>log4j-api</artifactId>
  365. <version>2.7</version>
  366. </dependency>
  367. <!--utils-->
  368. <dependency>
  369. <groupId>com.google.guava</groupId>
  370. <artifactId>guava</artifactId>
  371. <version>r09</version>
  372. </dependency>
  373. <dependency>
  374. <groupId>com.google.guava</groupId>
  375. <artifactId>guava</artifactId>
  376. <version>17.0</version>
  377. </dependency>
  378. <!-- 读取字节码包 -->
  379. <dependency>
  380. <groupId>org.javassist</groupId>
  381. <artifactId>javassist</artifactId>
  382. <version>3.15.0-GA</version>
  383. </dependency>
  384. <dependency>
  385. <groupId>org.apache.shiro</groupId>
  386. <artifactId>shiro-all</artifactId>
  387. <version>1.2.1</version>
  388. </dependency>
  389. <dependency>
  390. <groupId>commons-beanutils</groupId>
  391. <artifactId>commons-beanutils</artifactId>
  392. <version>1.9.2</version>
  393. </dependency>
  394. <dependency>
  395. <groupId>net.sf.dozer</groupId>
  396. <artifactId>dozer</artifactId>
  397. <version>5.3.2</version>
  398. </dependency>
  399. <dependency>
  400. <groupId>net.sf.json-lib</groupId>
  401. <artifactId>json-lib</artifactId>
  402. <version>2.4</version>
  403. <classifier>jdk15</classifier>
  404. </dependency>
  405. <dependency>
  406. <groupId>org.slf4j</groupId>
  407. <artifactId>slf4j-log4j12</artifactId>
  408. <version>1.5.0</version>
  409. </dependency>
  410. <dependency>
  411. <groupId>javax.servlet</groupId>
  412. <artifactId>jstl</artifactId>
  413. <version>1.2</version>
  414. <type>jar</type>
  415. </dependency>
  416. <dependency>
  417. <groupId>taglibs</groupId>
  418. <artifactId>standard</artifactId>
  419. <version>1.1.2</version>
  420. <type>jar</type>
  421. </dependency>
  422. <!-- servlet3 -->
  423. <dependency>
  424. <groupId>javax.servlet</groupId>
  425. <artifactId>javax.servlet-api</artifactId>
  426. <version>3.0.1</version>
  427. <scope>provided</scope>
  428. </dependency>
  429. <dependency>
  430. <groupId>javax.servlet.jsp</groupId>
  431. <artifactId>jsp-api</artifactId>
  432. <version>2.1</version>
  433. <scope>provided</scope>
  434. </dependency>
  435. <!-- https://mvnrepository.com/artifact/antlr/antlr -->
  436. <dependency>
  437. <groupId>antlr</groupId>
  438. <artifactId>antlr</artifactId>
  439. <version>2.7.7</version>
  440. </dependency>
  441. <!-- https://mvnrepository.com/artifact/org.antlr/antlr-runtime -->
  442. <dependency>
  443. <groupId>org.antlr</groupId>
  444. <artifactId>antlr-runtime</artifactId>
  445. <version>3.0.1</version>
  446. </dependency>
  447. <!-- local lib -->
  448. <dependency>
  449. <groupId>net.qrcode</groupId>
  450. <artifactId>qrcode</artifactId>
  451. <version>1.0</version>
  452. </dependency>
  453. <dependency>
  454. <groupId>net.xssprotect</groupId>
  455. <artifactId>xssprotest</artifactId>
  456. <version>1.0</version>
  457. </dependency>
  458. <dependency>
  459. <groupId>net.spssw</groupId>
  460. <artifactId>spssw</artifactId>
  461. <version>1.66</version>
  462. </dependency>
  463. </dependencies>
  464. <build>
  465. <finalName>diaowen</finalName>
  466. <plugins>
  467. <plugin>
  468. <groupId>org.apache.maven.plugins</groupId>
  469. <artifactId>maven-compiler-plugin</artifactId>
  470. <version>3.1</version>
  471. <configuration>
  472. <source>1.6</source>
  473. <target>1.6</target>
  474. </configuration>
  475. </plugin>
  476. <plugin>
  477. <groupId>org.apache.maven.plugins</groupId>
  478. <artifactId>maven-surefire-plugin</artifactId>
  479. <configuration>
  480. <skip>true</skip>
  481. </configuration>
  482. </plugin>
  483. </plugins>
  484. <resources>
  485. <resource>
  486. <directory>src/main/java</directory>
  487. <includes>
  488. <include>**/*.dat</include>
  489. </includes>
  490. <filtering>false</filtering>
  491. </resource>
  492. <resource>
  493. <directory>src/main/resources</directory>
  494. </resource>
  495. </resources>
  496. </build>
  497. <properties>
  498. <org.springframework.version>3.1.2.RELEASE</org.springframework.version>
  499. <org.struts2.version>2.5.10.1</org.struts2.version>
  500. <log4j.version>2.0</log4j.version>
  501. <commons.fileupload.version>1.2.1</commons.fileupload.version>
  502. <cxf.version>3.0.2</cxf.version>
  503. </properties>
  504. <profiles>
  505. <profile>
  506. <id>jdk-1.8</id>
  507. <!-- 另外一种激活方式 -->
  508. <activation>
  509. <activeByDefault>true</activeByDefault>
  510. <jdk>1.8</jdk>
  511. </activation>
  512. <properties>
  513. <maven.compiler.source>1.8</maven.compiler.source>
  514. <maven.compiler.target>1.8</maven.compiler.target>
  515. </properties>
  516. </profile>
  517. </profiles>
  518. </project>