pom.xml 37 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234
  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/maven-v4_0_0.xsd">
  4. <modelVersion>4.0.0</modelVersion>
  5. <groupId>com.superservice</groupId>
  6. <artifactId>super_service</artifactId>
  7. <packaging>war</packaging>
  8. <version>1.0</version>
  9. <name>Super Service Server</name>
  10. <url>http://www.palmnest.com</url>
  11. <prerequisites>
  12. <maven>2.2.1</maven>
  13. </prerequisites>
  14. <properties>
  15. <!-- Application settings -->
  16. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  17. <copyright.year>2013</copyright.year>
  18. <dao.framework>hibernate</dao.framework>
  19. <web.framework>spring</web.framework>
  20. <amp.genericCore>true</amp.genericCore>
  21. <amp.fullSource>false</amp.fullSource>
  22. <db.name>super_service</db.name>
  23. <!-- <db.name>sunmei_realty_customer_test</db.name> -->
  24. <!-- env settings -->
  25. <java.version>1.8</java.version>
  26. <!-- Maven plugin versions -->
  27. <maven.compile.plugin.version>2.5.1</maven.compile.plugin.version>
  28. <jetty.maven.plugin.version>8.1.3.v20120416</jetty.maven.plugin.version>
  29. <maven.clean.plugin.version>2.5</maven.clean.plugin.version>
  30. <maven.war.plugin.version>2.3</maven.war.plugin.version>
  31. <native2ascii.maven.plugin.version>1.0-beta-1</native2ascii.maven.plugin.version>
  32. <maven.changes.plugin.version>2.8</maven.changes.plugin.version>
  33. <cobertura.maven.plugin.version>2.5.2</cobertura.maven.plugin.version>
  34. <maven.javadoc.plugin.version>2.9</maven.javadoc.plugin.version>
  35. <maven.jxr.plugin.version>2.3</maven.jxr.plugin.version>
  36. <maven.pmd.plugin.version>2.7.1</maven.pmd.plugin.version>
  37. <maven.surefire.report.plugin.version>2.12.4</maven.surefire.report.plugin.version>
  38. <webtest.maven.plugin.version>1.0.0</webtest.maven.plugin.version>
  39. <!-- Framework dependency versions -->
  40. <appfuse.version>2.2.1</appfuse.version>
  41. <commons.fileupload.version>1.2.1</commons.fileupload.version>
  42. <commons.io.version>1.3.2</commons.io.version>
  43. <displaytag.version>1.2</displaytag.version>
  44. <spring.version>3.1.3.RELEASE</spring.version><!-- 3.1.3.RELEASE -->
  45. <spring.security.version>3.1.5.RELEASE</spring.security.version><!-- 3.1.3.RELEASE -->
  46. <hibernate.search.version>4.1.1.Final</hibernate.search.version>
  47. <velocity.version>1.4</velocity.version>
  48. <cxf.version>2.7.0</cxf.version>
  49. <jackson.version>1.7.1</jackson.version>
  50. <lucene.version>3.5.0</lucene.version>
  51. <springmodules.validation.version>0.8</springmodules.validation.version>
  52. <spring.data.mongodb.version>1.2.0.RELEASE</spring.data.mongodb.version>
  53. <!-- Testing dependency versions -->
  54. <cargo.version>1.2.4</cargo.version>
  55. <jmock.version>2.5.1</jmock.version>
  56. <jsp.version>2.1</jsp.version>
  57. <junit.version>4.10</junit.version>
  58. <servlet.version>2.5</servlet.version>
  59. <wiser.version>1.2</wiser.version>
  60. <lombok.version>1.18.10</lombok.version>
  61. <!-- Database settings -->
  62. <dbunit.dataTypeFactoryName>org.dbunit.ext.mysql.MySqlDataTypeFactory</dbunit.dataTypeFactoryName>
  63. <dbunit.operation.type>CLEAN_INSERT</dbunit.operation.type>
  64. <hibernate.dialect>org.hibernate.dialect.MySQL5InnoDBDialect</hibernate.dialect>
  65. <jdbc.groupId>mysql</jdbc.groupId>
  66. <jdbc.artifactId>mysql-connector-java</jdbc.artifactId>
  67. <jdbc.version>5.1.22</jdbc.version>
  68. <jdbc.driverClassName>com.mysql.jdbc.Driver</jdbc.driverClassName>
  69. <jdbc.url>
  70. jdbc:mysql://rm-wz949306t03an8m8s4o.mysql.rds.aliyuncs.com/super_service_dev?createDatabaseIfNotExist=true&amp;amp;useUnicode=true&amp;amp;characterEncoding=utf-8&amp;amp;autoReconnect=true
  71. <!-- jdbc:mysql://127.0.0.1:3306/superdesk_pro_bak?createDatabaseIfNotExist=true&amp;amp;useUnicode=true&amp;amp;characterEncoding=utf-8&amp;amp;autoReconnect=true -->
  72. </jdbc.url>
  73. <!-- <jdbc.username>root</jdbc.username>
  74. <jdbc.password>root@2020</jdbc.password> -->
  75. <jdbc.username>superdev</jdbc.username>
  76. <jdbc.password>super_Service1221@!</jdbc.password>
  77. <superdesk.libs.version>1.3.1-SNAPSHOT</superdesk.libs.version>
  78. </properties>
  79. <dependencies>
  80. <dependency>
  81. <groupId>com.github.fernandospr</groupId>
  82. <artifactId>javapns-jdk16</artifactId>
  83. <version>2.2.1</version>
  84. </dependency>
  85. <dependency>
  86. <groupId>cn.jpush.api</groupId>
  87. <artifactId>jpush-client</artifactId>
  88. <version>3.3.4</version>
  89. </dependency>
  90. <dependency>
  91. <groupId>com.google.code.gson</groupId>
  92. <artifactId>gson</artifactId>
  93. <version>2.3</version>
  94. </dependency>
  95. <!-- quartz Job -->
  96. <dependency>
  97. <groupId>org.quartz-scheduler</groupId>
  98. <artifactId>quartz</artifactId>
  99. <version>1.7.3</version>
  100. </dependency>
  101. <dependency>
  102. <groupId>com.github.wxpay</groupId>
  103. <artifactId>wxpay-sdk</artifactId>
  104. <version>0.0.3</version>
  105. </dependency>
  106. <!-- JDBC Dependencies -->
  107. <dependency>
  108. <groupId>${jdbc.groupId}</groupId>
  109. <artifactId>${jdbc.artifactId}</artifactId>
  110. <version>${jdbc.version}</version>
  111. </dependency>
  112. <!-- apache common dependencies -->
  113. <dependency>
  114. <groupId>commons-fileupload</groupId>
  115. <artifactId>commons-fileupload</artifactId>
  116. <version>${commons.fileupload.version}</version>
  117. </dependency>
  118. <dependency>
  119. <groupId>org.apache.commons</groupId>
  120. <artifactId>commons-io</artifactId>
  121. <version>${commons.io.version}</version>
  122. </dependency>
  123. <dependency>
  124. <groupId>displaytag</groupId>
  125. <artifactId>displaytag</artifactId>
  126. <version>${displaytag.version}</version>
  127. <exclusions>
  128. <exclusion>
  129. <groupId>org.slf4j</groupId>
  130. <artifactId>jcl104-over-slf4j</artifactId>
  131. </exclusion>
  132. </exclusions>
  133. </dependency>
  134. <dependency>
  135. <groupId>commons-dbcp</groupId>
  136. <artifactId>commons-dbcp</artifactId>
  137. <version>1.3</version>
  138. </dependency>
  139. <dependency>
  140. <groupId>commons-lang</groupId>
  141. <artifactId>commons-lang</artifactId>
  142. <version>2.6</version>
  143. </dependency>
  144. <dependency>
  145. <groupId>commons-beanutils</groupId>
  146. <artifactId>commons-beanutils</artifactId>
  147. <version>1.8.3</version>
  148. </dependency>
  149. <dependency>
  150. <groupId>commons-net</groupId>
  151. <artifactId>commons-net</artifactId>
  152. <version>3.2</version>
  153. </dependency>
  154. <dependency>
  155. <groupId>cn.superdesk.libs</groupId>
  156. <artifactId>superdesk-libs-common</artifactId>
  157. <version>${superdesk.libs.version}</version>
  158. </dependency>
  159. <!-- aspectj dependencies -->
  160. <dependency>
  161. <groupId>org.aspectj</groupId>
  162. <artifactId>aspectjweaver</artifactId>
  163. <version>1.6.10</version>
  164. </dependency>
  165. <dependency>
  166. <groupId>org.aspectj</groupId>
  167. <artifactId>aspectjrt</artifactId>
  168. <version>1.6.10</version>
  169. </dependency>
  170. <!-- javax dependencies -->
  171. <dependency>
  172. <groupId>javax.servlet.jsp</groupId>
  173. <artifactId>jsp-api</artifactId>
  174. <version>${jsp.version}</version>
  175. <scope>provided</scope>
  176. </dependency>
  177. <dependency>
  178. <groupId>javax.servlet</groupId>
  179. <artifactId>servlet-api</artifactId>
  180. <version>${servlet.version}</version>
  181. <scope>provided</scope>
  182. </dependency>
  183. <dependency>
  184. <groupId>javax.xml.bind</groupId>
  185. <artifactId>jaxb-api</artifactId>
  186. <version>2.2</version>
  187. </dependency>
  188. <dependency>
  189. <groupId>javassist</groupId>
  190. <artifactId>javassist</artifactId>
  191. <version>3.12.1.GA</version>
  192. </dependency>
  193. <dependency>
  194. <groupId>javax.mail</groupId>
  195. <artifactId>mail</artifactId>
  196. <version>1.4.6</version>
  197. </dependency>
  198. <dependency>
  199. <groupId>commons-collections</groupId>
  200. <artifactId>commons-collections</artifactId>
  201. <version>3.1</version>
  202. </dependency>
  203. <!-- unit test dependencies -->
  204. <dependency>
  205. <groupId>org.jmock</groupId>
  206. <artifactId>jmock</artifactId>
  207. <version>${jmock.version}</version>
  208. <!-- <scope>test</scope> -->
  209. </dependency>
  210. <dependency>
  211. <groupId>org.jmock</groupId>
  212. <artifactId>jmock-junit4</artifactId>
  213. <version>${jmock.version}</version>
  214. <!-- <scope>test</scope> -->
  215. </dependency>
  216. <!-- Upgrade junit-dep used by jmock -->
  217. <dependency>
  218. <groupId>junit</groupId>
  219. <artifactId>junit-dep</artifactId>
  220. <version>4.5</version>
  221. <!-- <scope>test</scope> -->
  222. </dependency>
  223. <dependency>
  224. <groupId>junit</groupId>
  225. <artifactId>junit</artifactId>
  226. <version>${junit.version}</version>
  227. <!-- <scope>test</scope> -->
  228. </dependency>
  229. <!-- spring dependencies -->
  230. <dependency>
  231. <groupId>org.springmodules</groupId>
  232. <artifactId>spring-modules-validation</artifactId>
  233. <version>${springmodules.validation.version}</version>
  234. <exclusions>
  235. <exclusion>
  236. <groupId>org.springframework</groupId>
  237. <artifactId>spring</artifactId>
  238. </exclusion>
  239. <exclusion>
  240. <groupId>org.springframework</groupId>
  241. <artifactId>spring-support</artifactId>
  242. </exclusion>
  243. <exclusion>
  244. <groupId>xml-apis</groupId>
  245. <artifactId>xml-apis</artifactId>
  246. </exclusion>
  247. </exclusions>
  248. </dependency>
  249. <dependency>
  250. <groupId>org.springframework</groupId>
  251. <artifactId>spring-core</artifactId>
  252. <version>${spring.version}</version>
  253. </dependency>
  254. <dependency>
  255. <groupId>org.springframework</groupId>
  256. <artifactId>spring-test</artifactId>
  257. <version>${spring.version}</version>
  258. <!-- <scope>test</scope> -->
  259. </dependency>
  260. <dependency>
  261. <groupId>org.springframework</groupId>
  262. <artifactId>spring-asm</artifactId>
  263. <version>${spring.version}</version>
  264. </dependency>
  265. <dependency>
  266. <groupId>org.springframework</groupId>
  267. <artifactId>spring-beans</artifactId>
  268. <version>${spring.version}</version>
  269. </dependency>
  270. <dependency>
  271. <groupId>org.springframework</groupId>
  272. <artifactId>spring-web</artifactId>
  273. <version>${spring.version}</version>
  274. </dependency>
  275. <dependency>
  276. <groupId>org.springframework</groupId>
  277. <artifactId>spring-aop</artifactId>
  278. <version>${spring.version}</version>
  279. </dependency>
  280. <dependency>
  281. <groupId>org.springframework</groupId>
  282. <artifactId>spring-jdbc</artifactId>
  283. <version>${spring.version}</version>
  284. </dependency>
  285. <dependency>
  286. <groupId>org.springframework</groupId>
  287. <artifactId>spring-webmvc</artifactId>
  288. <version>${spring.version}</version>
  289. </dependency>
  290. <dependency>
  291. <groupId>org.springframework</groupId>
  292. <artifactId>spring-context-support</artifactId>
  293. <version>${spring.version}</version>
  294. </dependency>
  295. <dependency>
  296. <groupId>org.springframework</groupId>
  297. <artifactId>spring-aspects</artifactId>
  298. <version>${spring.version}</version>
  299. </dependency>
  300. <dependency>
  301. <groupId>org.springframework</groupId>
  302. <artifactId>spring-orm</artifactId>
  303. <version>${spring.version}</version>
  304. </dependency>
  305. <dependency>
  306. <groupId>org.springframework</groupId>
  307. <artifactId>spring-oxm</artifactId>
  308. <version>${spring.version}</version>
  309. </dependency>
  310. <dependency>
  311. <groupId>org.springframework</groupId>
  312. <artifactId>spring-context</artifactId>
  313. <version>${spring.version}</version>
  314. </dependency>
  315. <dependency>
  316. <groupId>org.springframework</groupId>
  317. <artifactId>spring-expression</artifactId>
  318. <version>${spring.version}</version>
  319. </dependency>
  320. <dependency>
  321. <groupId>org.springframework.security</groupId>
  322. <artifactId>spring-security-core</artifactId>
  323. <version>${spring.security.version}</version>
  324. <exclusions>
  325. <exclusion>
  326. <groupId>org.springframework</groupId>
  327. <artifactId>spring-aop</artifactId>
  328. </exclusion>
  329. <exclusion>
  330. <groupId>org.springframework</groupId>
  331. <artifactId>spring-beans</artifactId>
  332. </exclusion>
  333. <exclusion>
  334. <groupId>org.springframework</groupId>
  335. <artifactId>spring-context</artifactId>
  336. </exclusion>
  337. <exclusion>
  338. <groupId>org.springframework</groupId>
  339. <artifactId>spring-core</artifactId>
  340. </exclusion>
  341. <exclusion>
  342. <groupId>org.springframework</groupId>
  343. <artifactId>spring-expression</artifactId>
  344. </exclusion>
  345. </exclusions>
  346. </dependency>
  347. <dependency>
  348. <groupId>org.springframework.security</groupId>
  349. <artifactId>spring-security-config</artifactId>
  350. <version>${spring.security.version}</version>
  351. <exclusions>
  352. <exclusion>
  353. <groupId>org.springframework</groupId>
  354. <artifactId>spring-aop</artifactId>
  355. </exclusion>
  356. <exclusion>
  357. <groupId>org.springframework</groupId>
  358. <artifactId>spring-beans</artifactId>
  359. </exclusion>
  360. <exclusion>
  361. <groupId>org.springframework</groupId>
  362. <artifactId>spring-context</artifactId>
  363. </exclusion>
  364. <exclusion>
  365. <groupId>org.springframework</groupId>
  366. <artifactId>spring-core</artifactId>
  367. </exclusion>
  368. </exclusions>
  369. </dependency>
  370. <dependency>
  371. <groupId>org.springframework.security</groupId>
  372. <artifactId>spring-security-web</artifactId>
  373. <version>${spring.security.version}</version>
  374. </dependency>
  375. <dependency>
  376. <groupId>org.springframework.security</groupId>
  377. <artifactId>spring-security-acl</artifactId>
  378. <version>${spring.security.version}</version>
  379. </dependency>
  380. <dependency>
  381. <groupId>org.springframework.security</groupId>
  382. <artifactId>spring-security-taglibs</artifactId>
  383. <version>${spring.security.version}</version>
  384. </dependency>
  385. <!-- spring-data for mongodb-->
  386. <dependency>
  387. <groupId>org.springframework.data</groupId>
  388. <artifactId>spring-data-mongodb</artifactId>
  389. <version>${spring.data.mongodb.version}</version>
  390. </dependency>
  391. <!-- spring-data for redis-->
  392. <dependency>
  393. <groupId>org.springframework.data</groupId>
  394. <artifactId>spring-data-redis</artifactId>
  395. <version>1.6.4.RELEASE</version>
  396. </dependency>
  397. <dependency>
  398. <groupId>redis.clients</groupId>
  399. <artifactId>jedis</artifactId>
  400. <version>2.8.0</version>
  401. </dependency>
  402. <!-- JWT Json Web Token 依赖 -->
  403. <dependency>
  404. <groupId>io.jsonwebtoken</groupId>
  405. <artifactId>jjwt</artifactId>
  406. <version>0.7.0</version>
  407. </dependency>
  408. <dependency>
  409. <groupId>com.thetransactioncompany</groupId>
  410. <artifactId>cors-filter</artifactId>
  411. <version>2.6</version>
  412. </dependency>
  413. <!-- Hibernate Dependencies -->
  414. <dependency>
  415. <groupId>org.hibernate</groupId>
  416. <artifactId>hibernate-search</artifactId>
  417. <version>${hibernate.search.version}</version>
  418. </dependency>
  419. <dependency>
  420. <groupId>org.hibernate</groupId>
  421. <artifactId>hibernate-search-orm</artifactId>
  422. <version>${hibernate.search.version}</version>
  423. </dependency>
  424. <dependency>
  425. <groupId>org.hibernate</groupId>
  426. <artifactId>hibernate-search-engine</artifactId>
  427. <version>${hibernate.search.version}</version>
  428. </dependency>
  429. <dependency>
  430. <groupId>org.hibernate</groupId>
  431. <artifactId>hibernate-search-analyzers</artifactId>
  432. <version>${hibernate.search.version}</version>
  433. </dependency>
  434. <dependency>
  435. <groupId>org.hibernate</groupId>
  436. <artifactId>hibernate-core</artifactId>
  437. <version>4.1.8.Final</version>
  438. </dependency>
  439. <dependency>
  440. <groupId>org.hibernate.javax.persistence</groupId>
  441. <artifactId>hibernate-jpa-2.0-api</artifactId>
  442. <version>1.0.1.Final</version>
  443. </dependency>
  444. <dependency>
  445. <groupId>org.hibernate.common</groupId>
  446. <artifactId>hibernate-commons-annotations</artifactId>
  447. <version>4.0.1.Final</version>
  448. </dependency>
  449. <dependency>
  450. <groupId>org.hibernate</groupId>
  451. <artifactId>hibernate-ehcache</artifactId>
  452. <version>4.1.8.Final</version>
  453. </dependency>
  454. <dependency>
  455. <groupId>org.hibernate.java-persistence</groupId>
  456. <artifactId>jpa-api</artifactId>
  457. <version>2.0-cr-1</version>
  458. </dependency>
  459. <dependency>
  460. <groupId>net.sf.ehcache</groupId>
  461. <artifactId>ehcache-core</artifactId>
  462. <version>2.6.2</version>
  463. </dependency>
  464. <dependency>
  465. <groupId>net.sf.ehcache</groupId>
  466. <artifactId>ehcache-web</artifactId>
  467. <version>2.0.4</version>
  468. </dependency>
  469. <!-- NND 这个只是用了TMD一点事 屏了 linjinyu 20200317-->
  470. <!-- <dependency>-->
  471. <!-- <groupId>opensymphony</groupId>-->
  472. <!-- <artifactId>sitemesh</artifactId>-->
  473. <!-- <version>2.4.2</version>-->
  474. <!-- </dependency>-->
  475. <dependency>
  476. <groupId>org.tuckey</groupId>
  477. <artifactId>urlrewritefilter</artifactId>
  478. <version>3.1.0</version>
  479. </dependency>
  480. <!-- Lucene Dependencies -->
  481. <dependency>
  482. <groupId>org.apache.lucene</groupId>
  483. <artifactId>lucene-core</artifactId>
  484. <version>${lucene.version}</version>
  485. </dependency>
  486. <dependency>
  487. <groupId>org.apache.lucene</groupId>
  488. <artifactId>lucene-analyzers</artifactId>
  489. <version>${lucene.version}</version>
  490. </dependency>
  491. <dependency>
  492. <groupId>org.apache.lucene</groupId>
  493. <artifactId>lucene-highlighter</artifactId>
  494. <version>${lucene.version}</version>
  495. </dependency>
  496. <dependency>
  497. <groupId>org.apache.lucene</groupId>
  498. <artifactId>lucene-memory</artifactId>
  499. <version>${lucene.version}</version>
  500. </dependency>
  501. <dependency>
  502. <groupId>org.apache.lucene</groupId>
  503. <artifactId>lucene-misc</artifactId>
  504. <version>${lucene.version}</version>
  505. </dependency>
  506. <dependency>
  507. <groupId>org.apache.lucene</groupId>
  508. <artifactId>lucene-spatial</artifactId>
  509. <version>${lucene.version}</version>
  510. </dependency>
  511. <dependency>
  512. <groupId>org.apache.lucene</groupId>
  513. <artifactId>lucene-spellchecker</artifactId>
  514. <version>${lucene.version}</version>
  515. </dependency>
  516. <dependency>
  517. <groupId>org.apache.lucene</groupId>
  518. <artifactId>lucene-grouping</artifactId>
  519. <version>${lucene.version}</version>
  520. </dependency>
  521. <dependency>
  522. <groupId>org.apache.lucene</groupId>
  523. <artifactId>lucene-smartcn</artifactId>
  524. <version>${lucene.version}</version>
  525. </dependency>
  526. <dependency>
  527. <groupId>org.apache.lucene</groupId>
  528. <artifactId>lucene-stempel</artifactId>
  529. <version>${lucene.version}</version>
  530. </dependency>
  531. <dependency>
  532. <groupId>struts-menu</groupId>
  533. <artifactId>struts-menu</artifactId>
  534. <version>2.4.3</version>
  535. </dependency>
  536. <dependency>
  537. <groupId>org.subethamail</groupId>
  538. <artifactId>subethasmtp-wiser</artifactId>
  539. <version>${wiser.version}</version>
  540. <scope>test</scope>
  541. </dependency>
  542. <dependency>
  543. <groupId>org.directwebremoting</groupId>
  544. <artifactId>dwr</artifactId>
  545. <version>2.0.3</version>
  546. </dependency>
  547. <!-- Velocity dependencies -->
  548. <dependency>
  549. <groupId>velocity</groupId>
  550. <artifactId>velocity</artifactId>
  551. <version>${velocity.version}</version>
  552. </dependency>
  553. <dependency>
  554. <groupId>velocity</groupId>
  555. <artifactId>velocity-dep</artifactId>
  556. <version>${velocity.version}</version>
  557. </dependency>
  558. <dependency>
  559. <groupId>velocity-tools</groupId>
  560. <artifactId>velocity-tools-view</artifactId>
  561. <version>1.0</version>
  562. </dependency>
  563. <!-- CXF Dependencies -->
  564. <dependency>
  565. <groupId>org.apache.cxf</groupId>
  566. <artifactId>cxf-rt-frontend-jaxrs</artifactId>
  567. <version>${cxf.version}</version>
  568. <!-- Exclude Spring in order to get latest version -->
  569. <exclusions>
  570. <exclusion>
  571. <groupId>org.springframework</groupId>
  572. <artifactId>spring-core</artifactId>
  573. </exclusion>
  574. <exclusion>
  575. <groupId>org.springframework</groupId>
  576. <artifactId>spring-web</artifactId>
  577. </exclusion>
  578. <exclusion>
  579. <groupId>org.codehaus.woodstox</groupId>
  580. <artifactId>wstx-asl</artifactId>
  581. </exclusion>
  582. </exclusions>
  583. </dependency>
  584. <dependency>
  585. <groupId>org.apache.cxf</groupId>
  586. <artifactId>cxf-api</artifactId>
  587. <version>${cxf.version}</version>
  588. </dependency>
  589. <dependency>
  590. <groupId>org.apache.cxf</groupId>
  591. <artifactId>cxf-rt-core</artifactId>
  592. <version>${cxf.version}</version>
  593. </dependency>
  594. <dependency>
  595. <groupId>org.apache.cxf</groupId>
  596. <artifactId>cxf-rt-bindings-xml</artifactId>
  597. <version>${cxf.version}</version>
  598. </dependency>
  599. <dependency>
  600. <groupId>org.apache.cxf</groupId>
  601. <artifactId>cxf-rt-transports-http</artifactId>
  602. <version>${cxf.version}</version>
  603. <exclusions>
  604. <exclusion>
  605. <groupId>org.springframework</groupId>
  606. <artifactId>spring-web</artifactId>
  607. </exclusion>
  608. </exclusions>
  609. </dependency>
  610. <dependency>
  611. <groupId>org.apache.cxf</groupId>
  612. <artifactId>cxf-rt-frontend-jaxws</artifactId>
  613. <version>${cxf.version}</version>
  614. <exclusions>
  615. <exclusion>
  616. <groupId>org.codehaus.woodstox</groupId>
  617. <artifactId>wstx-asl</artifactId>
  618. </exclusion>
  619. </exclusions>
  620. </dependency>
  621. <dependency>
  622. <groupId>org.apache.cxf</groupId>
  623. <artifactId>cxf-rt-bindings-soap</artifactId>
  624. <version>${cxf.version}</version>
  625. </dependency>
  626. <dependency>
  627. <groupId>org.apache.cxf</groupId>
  628. <artifactId>cxf-rt-databinding-jaxb</artifactId>
  629. <version>${cxf.version}</version>
  630. </dependency>
  631. <dependency>
  632. <groupId>org.apache.cxf</groupId>
  633. <artifactId>cxf-rt-frontend-simple</artifactId>
  634. <version>${cxf.version}</version>
  635. </dependency>
  636. <dependency>
  637. <groupId>org.apache.cxf</groupId>
  638. <artifactId>cxf-rt-ws-addr</artifactId>
  639. <version>${cxf.version}</version>
  640. </dependency>
  641. <dependency>
  642. <groupId>org.apache.cxf</groupId>
  643. <artifactId>cxf-rt-ws-policy</artifactId>
  644. <version>${cxf.version}</version>
  645. </dependency>
  646. <!-- w key dependencies -->
  647. <dependency>
  648. <groupId>org.codehaus.woodstox</groupId>
  649. <artifactId>woodstox-core-asl</artifactId>
  650. <version>4.1.4</version>
  651. </dependency>
  652. <dependency>
  653. <groupId>wsdl4j</groupId>
  654. <artifactId>wsdl4j</artifactId>
  655. <version>1.6.2</version>
  656. </dependency>
  657. <dependency>
  658. <groupId>jstl</groupId>
  659. <artifactId>jstl</artifactId>
  660. <version>1.2</version>
  661. </dependency>
  662. <!-- Json dependencies -->
  663. <dependency>
  664. <groupId>org.codehaus.jackson</groupId>
  665. <artifactId>jackson-jaxrs</artifactId>
  666. <version>${jackson.version}</version>
  667. </dependency>
  668. <dependency>
  669. <groupId>org.codehaus.jackson</groupId>
  670. <artifactId>jackson-core-asl</artifactId>
  671. <version>${jackson.version}</version>
  672. </dependency>
  673. <dependency>
  674. <groupId>org.codehaus.jackson</groupId>
  675. <artifactId>jackson-mapper-asl</artifactId>
  676. <version>${jackson.version}</version>
  677. </dependency>
  678. <dependency>
  679. <groupId>joda-time</groupId>
  680. <artifactId>joda-time</artifactId>
  681. <version>2.6</version>
  682. </dependency>
  683. <!-- log4j dependencies -->
  684. <dependency>
  685. <groupId>org.slf4j</groupId>
  686. <artifactId>jcl-over-slf4j</artifactId>
  687. <version>1.6.1</version>
  688. </dependency>
  689. <dependency>
  690. <groupId>log4j</groupId>
  691. <artifactId>log4j</artifactId>
  692. <version>1.2.17</version>
  693. </dependency>
  694. <dependency>
  695. <groupId>org.slf4j</groupId>
  696. <artifactId>slf4j-log4j12</artifactId>
  697. <version>1.6.1</version>
  698. </dependency>
  699. <!-- add by yb -->
  700. <dependency>
  701. <groupId>com.alibaba</groupId>
  702. <artifactId>fastjson</artifactId>
  703. <version>1.1.41</version>
  704. </dependency>
  705. <dependency>
  706. <groupId>com.thoughtworks.xstream</groupId>
  707. <artifactId>xstream</artifactId>
  708. <version>1.4.5</version>
  709. </dependency>
  710. <dependency>
  711. <groupId>org.apache.poi</groupId>
  712. <artifactId>poi</artifactId>
  713. <version>3.8</version>
  714. </dependency>
  715. <dependency>
  716. <groupId>org.apache.poi</groupId>
  717. <artifactId>poi-ooxml</artifactId>
  718. <version>3.8</version>
  719. </dependency>
  720. <dependency>
  721. <groupId>net.sourceforge.jtds</groupId>
  722. <artifactId>jtds</artifactId>
  723. <version>1.2.4</version>
  724. </dependency>
  725. <dependency>
  726. <groupId>net.sf.json-lib</groupId>
  727. <artifactId>json-lib</artifactId>
  728. <version>2.4</version>
  729. <classifier>jdk15</classifier><!--指定jdk版本-->
  730. </dependency>
  731. <dependency>
  732. <groupId>com.belerweb</groupId>
  733. <artifactId>pinyin4j</artifactId>
  734. <version>2.5.0</version>
  735. </dependency>
  736. <dependency>
  737. <groupId>org.apache.httpcomponents</groupId>
  738. <artifactId>httpclient</artifactId>
  739. <version>4.3.2</version>
  740. </dependency>
  741. <dependency>
  742. <groupId>org.apache.httpcomponents</groupId>
  743. <artifactId>httpcore</artifactId>
  744. <version>4.4</version>
  745. </dependency>
  746. <dependency>
  747. <groupId>org.apache.httpcomponents</groupId>
  748. <artifactId>httpmime</artifactId>
  749. <version>4.3.2</version>
  750. </dependency>
  751. <!-- <dependency>-->
  752. <!-- <groupId>org.java-json</groupId>-->
  753. <!-- <artifactId>Java-json</artifactId>-->
  754. <!--&lt;!&ndash; <version>1.1.0</version>&ndash;&gt;-->
  755. <!-- <version>20190722</version>-->
  756. <!-- </dependency>-->
  757. <dependency>
  758. <groupId>org.json</groupId>
  759. <artifactId>json</artifactId>
  760. <version>20190722</version>
  761. <!-- <type>bundle</type>-->
  762. </dependency>
  763. <!-- <dependency>-->
  764. <!-- <groupId>com.microsoft.dh</groupId>-->
  765. <!-- <artifactId>dh</artifactId>-->
  766. <!-- <version>1.0.0</version>-->
  767. <!-- </dependency>-->
  768. <dependency>
  769. <groupId>com.dh.buildlock</groupId>
  770. <artifactId>dh</artifactId>
  771. <version>1.0.0</version>
  772. </dependency>
  773. <dependency>
  774. <groupId>org.jdom</groupId>
  775. <artifactId>jdom</artifactId>
  776. <version>1.1.3</version>
  777. </dependency>
  778. <dependency>
  779. <groupId>org.jsoup</groupId>
  780. <artifactId>jsoup</artifactId>
  781. <version>1.11.1</version>
  782. </dependency>
  783. <dependency>
  784. <groupId>javax.mail</groupId>
  785. <artifactId>mail</artifactId>
  786. <version>1.4.6</version>
  787. </dependency>
  788. <!-- 图片压缩 https://mvnrepository.com/artifact/net.coobird/thumbnailator -->
  789. <dependency>
  790. <groupId>net.coobird</groupId>
  791. <artifactId>thumbnailator</artifactId>
  792. <version>0.4.8</version>
  793. </dependency>
  794. <!-- 图片属性 -->
  795. <dependency>
  796. <groupId>com.drewnoakes</groupId>
  797. <artifactId>metadata-extractor</artifactId>
  798. <version>2.11.0</version>
  799. </dependency>
  800. <!-- https://mvnrepository.com/artifact/org.apache.kafka/kafka -->
  801. <dependency>
  802. <groupId>org.apache.kafka</groupId>
  803. <artifactId>kafka_2.11</artifactId>
  804. <version>2.0.0</version>
  805. </dependency>
  806. <!-- https://mvnrepository.com/artifact/net.iharder/base64 -->
  807. <dependency>
  808. <groupId>net.iharder</groupId>
  809. <artifactId>base64</artifactId>
  810. <version>2.3.8</version>
  811. </dependency>
  812. <!-- https://mvnrepository.com/artifact/org.apache.commons/commons-lang3 -->
  813. <dependency>
  814. <groupId>org.apache.commons</groupId>
  815. <artifactId>commons-lang3</artifactId>
  816. <version>3.7</version>
  817. </dependency>
  818. <dependency>
  819. <groupId>org.projectlombok</groupId>
  820. <artifactId>lombok</artifactId>
  821. <version>${lombok.version}</version>
  822. <scope>provided</scope>
  823. </dependency>
  824. <dependency>
  825. <groupId>org.eclipse.jetty.alpn</groupId>
  826. <artifactId>alpn-api</artifactId>
  827. <version>1.1.2.v20150522</version>
  828. </dependency>
  829. <dependency>
  830. <groupId>com.turo</groupId>
  831. <artifactId>pushy</artifactId>
  832. <version>0.11.1</version>
  833. </dependency>
  834. <dependency>
  835. <groupId>io.netty</groupId>
  836. <artifactId>netty-all</artifactId>
  837. <version>4.1.6.Final</version>
  838. <scope>compile</scope>
  839. </dependency>
  840. <dependency>
  841. <groupId>io.netty</groupId>
  842. <artifactId>netty-codec-mqtt</artifactId>
  843. <version>4.1.25.Final</version>
  844. </dependency>
  845. <dependency>
  846. <groupId>io.netty</groupId>
  847. <artifactId>netty-tcnative</artifactId>
  848. <version>2.0.6.Final</version>
  849. </dependency>
  850. <dependency>
  851. <groupId>org.projectlombok</groupId>
  852. <artifactId>lombok</artifactId>
  853. <version>RELEASE</version>
  854. <scope>compile</scope>
  855. </dependency>
  856. </dependencies>
  857. <build>
  858. <defaultGoal>install</defaultGoal>
  859. <plugins>
  860. <plugin>
  861. <groupId>org.apache.maven.plugins</groupId>
  862. <artifactId>maven-resources-plugin</artifactId>
  863. <configuration>
  864. <encoding>UTF-8</encoding>
  865. <!-- 过滤后缀为pem、pfx的证书文件 -->
  866. <nonFilteredFileExtensions>
  867. <nonFilteredFileExtension>pem</nonFilteredFileExtension>
  868. <nonFilteredFileExtension>pfx</nonFilteredFileExtension>
  869. <nonFilteredFileExtension>p12</nonFilteredFileExtension>
  870. </nonFilteredFileExtensions>
  871. </configuration>
  872. </plugin>
  873. <plugin>
  874. <artifactId>maven-compiler-plugin</artifactId>
  875. <version>${maven.compile.plugin.version}</version>
  876. <configuration>
  877. <source>${java.version}</source>
  878. <target>${java.version}</target>
  879. </configuration>
  880. </plugin>
  881. <plugin>
  882. <groupId>org.mortbay.jetty</groupId>
  883. <artifactId>jetty-maven-plugin</artifactId>
  884. <version>${jetty.maven.plugin.version}</version>
  885. <configuration>
  886. <scanIntervalSeconds>0</scanIntervalSeconds>
  887. <webApp>
  888. <contextPath>/</contextPath>
  889. </webApp>
  890. </configuration>
  891. </plugin>
  892. <!-- clean-up previous hibernate-search indexed from integration tests,
  893. as there could be a lock -->
  894. <plugin>
  895. <artifactId>maven-clean-plugin</artifactId>
  896. <version>${maven.clean.plugin.version}</version>
  897. <configuration>
  898. <filesets>
  899. <fileset>
  900. <directory>${user.home}/${project.build.finalName}/index</directory>
  901. </fileset>
  902. </filesets>
  903. </configuration>
  904. </plugin>
  905. <!-- will package a ready-to-run app regarding hibernate-search index
  906. location -->
  907. <plugin>
  908. <artifactId>maven-war-plugin</artifactId>
  909. <version>${maven.war.plugin.version}</version>
  910. <configuration>
  911. <escapeString>\</escapeString>
  912. <webResources>
  913. <resource>
  914. <directory>src/main/resources/packaged</directory>
  915. <targetPath>WEB-INF/classes</targetPath>
  916. <filtering>true</filtering>
  917. <includes>
  918. <include>hibernate.properties</include>
  919. </includes>
  920. </resource>
  921. </webResources>
  922. </configuration>
  923. </plugin>
  924. <plugin>
  925. <groupId>org.codehaus.mojo</groupId>
  926. <artifactId>native2ascii-maven-plugin</artifactId>
  927. <version>${native2ascii.maven.plugin.version}</version>
  928. <executions>
  929. <execution>
  930. <id>native2ascii-utf8</id>
  931. <goals>
  932. <goal>native2ascii</goal>
  933. </goals>
  934. <configuration>
  935. <encoding>UTF8</encoding>
  936. <includes>
  937. <include>ApplicationResources_zh*.properties</include>
  938. <include>displaytag_zh*.properties</include>
  939. </includes>
  940. </configuration>
  941. </execution>
  942. </executions>
  943. </plugin>
  944. <plugin>
  945. <groupId>org.apache.maven.plugins</groupId>
  946. <artifactId>maven-compiler-plugin</artifactId>
  947. <configuration>
  948. <source>1.8</source>
  949. <target>1.8</target>
  950. </configuration>
  951. </plugin>
  952. </plugins>
  953. <resources>
  954. <resource>
  955. <directory>src/main/resources</directory>
  956. <filtering>true</filtering>
  957. </resource>
  958. </resources>
  959. <testResources>
  960. <testResource>
  961. <directory>src/test/resources</directory>
  962. <filtering>true</filtering>
  963. </testResource>
  964. <testResource>
  965. <directory>src/main/webapp</directory>
  966. <filtering>true</filtering>
  967. <includes>
  968. <include>**/*.xml</include>
  969. </includes>
  970. </testResource>
  971. </testResources>
  972. <pluginManagement>
  973. <plugins>
  974. <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
  975. <plugin>
  976. <groupId>org.eclipse.m2e</groupId>
  977. <artifactId>lifecycle-mapping</artifactId>
  978. <version>1.0.0</version>
  979. <configuration>
  980. <lifecycleMappingMetadata>
  981. <pluginExecutions>
  982. <pluginExecution>
  983. <pluginExecutionFilter>
  984. <groupId>
  985. org.codehaus.mojo
  986. </groupId>
  987. <artifactId>
  988. native2ascii-maven-plugin
  989. </artifactId>
  990. <versionRange>
  991. [1.0-beta-1,)
  992. </versionRange>
  993. <goals>
  994. <goal>native2ascii</goal>
  995. </goals>
  996. </pluginExecutionFilter>
  997. <action>
  998. <ignore></ignore>
  999. </action>
  1000. </pluginExecution>
  1001. </pluginExecutions>
  1002. </lifecycleMappingMetadata>
  1003. </configuration>
  1004. </plugin>
  1005. </plugins>
  1006. </pluginManagement>
  1007. </build>
  1008. <!-- <reporting>-->
  1009. <!-- <plugins>-->
  1010. <!-- <plugin>-->
  1011. <!-- <artifactId>maven-changes-plugin</artifactId>-->
  1012. <!-- <version>${maven.changes.plugin.version}</version>-->
  1013. <!-- </plugin>-->
  1014. <!-- <plugin>-->
  1015. <!-- <groupId>org.codehaus.mojo</groupId>-->
  1016. <!-- <artifactId>cobertura-maven-plugin</artifactId>-->
  1017. <!-- <configuration>-->
  1018. <!-- <instrumentation>-->
  1019. <!-- <excludes>-->
  1020. <!-- <exclude>**/model/*.class</exclude>-->
  1021. <!-- </excludes>-->
  1022. <!-- </instrumentation>-->
  1023. <!-- </configuration>-->
  1024. <!-- <version>${cobertura.maven.plugin.version}</version>-->
  1025. <!-- </plugin>-->
  1026. <!-- <plugin>-->
  1027. <!-- <artifactId>maven-javadoc-plugin</artifactId>-->
  1028. <!-- <version>${maven.javadoc.plugin.version}</version>-->
  1029. <!-- </plugin>-->
  1030. <!-- <plugin>-->
  1031. <!-- <artifactId>maven-jxr-plugin</artifactId>-->
  1032. <!-- <version>${maven.jxr.plugin.version}</version>-->
  1033. <!-- </plugin>-->
  1034. <!-- <plugin>-->
  1035. <!-- <artifactId>maven-pmd-plugin</artifactId>-->
  1036. <!-- <configuration>-->
  1037. <!-- <linkXRef>true</linkXRef>-->
  1038. <!-- <targetJdk>${java.version}</targetJdk>-->
  1039. <!-- </configuration>-->
  1040. <!-- <version>${maven.pmd.plugin.version}</version>-->
  1041. <!-- </plugin>-->
  1042. <!-- <plugin>-->
  1043. <!-- <artifactId>maven-surefire-report-plugin</artifactId>-->
  1044. <!-- <version>${maven.surefire.report.plugin.version}</version>-->
  1045. <!-- </plugin>-->
  1046. <!-- <plugin>-->
  1047. <!-- <groupId>org.codehaus.mojo</groupId>-->
  1048. <!-- <artifactId>webtest-maven-plugin</artifactId>-->
  1049. <!-- <version>${webtest.maven.plugin.version}</version>-->
  1050. <!-- </plugin>-->
  1051. <!-- </plugins>-->
  1052. <!-- </reporting>-->
  1053. <!-- <profiles>-->
  1054. <!-- <profile>-->
  1055. <!-- <id>integration-test</id>-->
  1056. <!-- <activation>-->
  1057. <!-- <property>-->
  1058. <!-- <name>!skipTests</name>-->
  1059. <!-- </property>-->
  1060. <!-- </activation>-->
  1061. <!-- <build>-->
  1062. <!-- <plugins>-->
  1063. <!-- <plugin>-->
  1064. <!-- <groupId>org.codehaus.cargo</groupId>-->
  1065. <!-- <artifactId>cargo-maven2-plugin</artifactId>-->
  1066. <!-- <version>${cargo.version}</version>-->
  1067. <!-- <configuration>-->
  1068. <!-- <wait>${cargo.wait}</wait>-->
  1069. <!-- <container>-->
  1070. <!-- <containerId>${cargo.container}</containerId>-->
  1071. <!-- <home>${cargo.container.home}</home>-->
  1072. <!-- <zipUrlInstaller>-->
  1073. <!-- <url>${cargo.container.url}</url>-->
  1074. <!-- <extractDir>${installDir}</extractDir>-->
  1075. <!-- </zipUrlInstaller>-->
  1076. <!-- </container>-->
  1077. <!-- <configuration>-->
  1078. <!-- <home>${project.build.directory}/${cargo.container}/container</home>-->
  1079. <!-- <properties>-->
  1080. <!-- <cargo.hostname>${cargo.host}</cargo.hostname>-->
  1081. <!-- <cargo.servlet.port>${cargo.port}</cargo.servlet.port>-->
  1082. <!-- &lt;!&ndash; To prevent conflicts with already running instances &ndash;&gt;-->
  1083. <!-- <cargo.tomcat.ajp.port>8123</cargo.tomcat.ajp.port>-->
  1084. <!-- </properties>-->
  1085. <!-- </configuration>-->
  1086. <!-- </configuration>-->
  1087. <!-- <executions>-->
  1088. <!-- <execution>-->
  1089. <!-- <id>start-container</id>-->
  1090. <!-- <phase>pre-integration-test</phase>-->
  1091. <!-- <goals>-->
  1092. <!-- <goal>start</goal>-->
  1093. <!-- </goals>-->
  1094. <!-- </execution>-->
  1095. <!-- <execution>-->
  1096. <!-- <id>stop-container</id>-->
  1097. <!-- <phase>post-integration-test</phase>-->
  1098. <!-- <goals>-->
  1099. <!-- <goal>stop</goal>-->
  1100. <!-- </goals>-->
  1101. <!-- </execution>-->
  1102. <!-- </executions>-->
  1103. <!-- </plugin>-->
  1104. <!-- <plugin>-->
  1105. <!-- <groupId>org.codehaus.mojo</groupId>-->
  1106. <!-- <artifactId>webtest-maven-plugin</artifactId>-->
  1107. <!-- <version>${webtest.maven.plugin.version}</version>-->
  1108. <!-- <executions>-->
  1109. <!-- <execution>-->
  1110. <!-- <id>webtest-test</id>-->
  1111. <!-- <phase>integration-test</phase>-->
  1112. <!-- <goals>-->
  1113. <!-- <goal>test</goal>-->
  1114. <!-- </goals>-->
  1115. <!-- </execution>-->
  1116. <!-- <execution>-->
  1117. <!-- <id>webtest-verify</id>-->
  1118. <!-- <phase>verify</phase>-->
  1119. <!-- <goals>-->
  1120. <!-- <goal>verify-result</goal>-->
  1121. <!-- </goals>-->
  1122. <!-- </execution>-->
  1123. <!-- <execution>-->
  1124. <!-- <id>webtest-report-html</id>-->
  1125. <!-- <phase>post-integration-test</phase>-->
  1126. <!-- <goals>-->
  1127. <!-- <goal>report</goal>-->
  1128. <!-- </goals>-->
  1129. <!-- </execution>-->
  1130. <!-- </executions>-->
  1131. <!-- <configuration>-->
  1132. <!-- <host>${cargo.host}</host>-->
  1133. <!-- <port>${cargo.port}</port>-->
  1134. <!-- <sourcedirectory>src/test/resources</sourcedirectory>-->
  1135. <!-- <sourcefile>web-tests.xml</sourcefile>-->
  1136. <!-- <target>${webtest.target}</target>-->
  1137. <!-- <basepath>${project.build.finalName}</basepath>-->
  1138. <!-- <resultpath>target/webtest/webtest-results</resultpath>-->
  1139. <!-- <haltonfailure>false</haltonfailure>-->
  1140. <!-- <haltonerror>false</haltonerror>-->
  1141. <!-- <loglevel>fatal</loglevel>-->
  1142. <!-- </configuration>-->
  1143. <!-- </plugin>-->
  1144. <!-- </plugins>-->
  1145. <!-- </build>-->
  1146. <!-- </profile>-->
  1147. <!-- &lt;!&ndash; ================= Production Settings Profile ================= &ndash;&gt;-->
  1148. <!-- &lt;!&ndash; Use "-P prod" when you want to use the settings in this profile &ndash;&gt;-->
  1149. <!-- &lt;!&ndash; =============================================================== &ndash;&gt;-->
  1150. <!-- <profile>-->
  1151. <!-- <id>prod</id>-->
  1152. <!-- <build>-->
  1153. <!-- <plugins>-->
  1154. <!-- &lt;!&ndash; Override location of data file for DbUnit to load (doesn't have -->
  1155. <!-- negative keys) &ndash;&gt;-->
  1156. <!-- <plugin>-->
  1157. <!-- <groupId>org.codehaus.mojo</groupId>-->
  1158. <!-- <artifactId>dbunit-maven-plugin</artifactId>-->
  1159. <!-- <configuration>-->
  1160. <!-- <src>src/main/resources/default-data.xml</src>-->
  1161. <!-- </configuration>-->
  1162. <!-- </plugin>-->
  1163. <!-- </plugins>-->
  1164. <!-- </build>-->
  1165. <!-- </profile>-->
  1166. <!-- </profiles>-->
  1167. </project>