pom.xml 54 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  2. <modelVersion>4.0.0</modelVersion>
  3. <groupId>com.mossle</groupId>
  4. <artifactId>lemon</artifactId>
  5. <version>1.7.1-SNAPSHOT</version>
  6. <name>lemon</name>
  7. <packaging>war</packaging>
  8. <description>Lemon is an OA.</description>
  9. <inceptionYear>2016</inceptionYear>
  10. <licenses>
  11. <license>
  12. <name>The Apache Software License, Version 2.0</name>
  13. <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
  14. <distribution>repo</distribution>
  15. </license>
  16. </licenses>
  17. <!--
  18. <contributors>
  19. <contributor>
  20. <name>Someone</name>
  21. </contributor>
  22. </contributors>-->
  23. <prerequisites>
  24. <maven>3.0</maven>
  25. </prerequisites>
  26. <dependencies>
  27. <dependency>
  28. <groupId>junit</groupId>
  29. <artifactId>junit</artifactId>
  30. <scope>test</scope>
  31. </dependency>
  32. <dependency>
  33. <groupId>org.mockito</groupId>
  34. <artifactId>mockito-core</artifactId>
  35. <scope>test</scope>
  36. </dependency>
  37. <dependency>
  38. <groupId>org.springframework</groupId>
  39. <artifactId>spring-test</artifactId>
  40. <scope>test</scope>
  41. </dependency>
  42. <dependency>
  43. <groupId>javax.servlet</groupId>
  44. <artifactId>javax.servlet-api</artifactId>
  45. <scope>provided</scope>
  46. </dependency>
  47. <dependency>
  48. <groupId>javax.servlet.jsp</groupId>
  49. <artifactId>jsp-api</artifactId>
  50. <scope>provided</scope>
  51. </dependency>
  52. <!--
  53. <dependency>
  54. <groupId>org.eclipse.jetty</groupId>
  55. <artifactId>jetty-webapp</artifactId>
  56. <scope>provided</scope>
  57. </dependency>
  58. <dependency>
  59. <groupId>org.eclipse.jetty</groupId>
  60. <artifactId>jetty-jsp</artifactId>
  61. <scope>provided</scope>
  62. </dependency>
  63. -->
  64. <dependency>
  65. <groupId>org.springframework</groupId>
  66. <artifactId>spring-webmvc</artifactId>
  67. </dependency><dependency>
  68. <groupId>org.springframework</groupId>
  69. <artifactId>spring-context-support</artifactId>
  70. </dependency><dependency>
  71. <groupId>commons-io</groupId>
  72. <artifactId>commons-io</artifactId>
  73. </dependency><dependency>
  74. <groupId>org.slf4j</groupId>
  75. <artifactId>jcl-over-slf4j</artifactId>
  76. </dependency><dependency>
  77. <groupId>org.slf4j</groupId>
  78. <artifactId>jul-to-slf4j</artifactId>
  79. </dependency><dependency>
  80. <groupId>ch.qos.logback</groupId>
  81. <artifactId>logback-classic</artifactId>
  82. </dependency><dependency>
  83. <groupId>org.fusesource.jansi</groupId>
  84. <artifactId>jansi</artifactId>
  85. </dependency><dependency>
  86. <groupId>org.codehaus.janino</groupId>
  87. <artifactId>janino</artifactId>
  88. </dependency><dependency>
  89. <groupId>commons-beanutils</groupId>
  90. <artifactId>commons-beanutils</artifactId>
  91. </dependency><dependency>
  92. <groupId>commons-codec</groupId>
  93. <artifactId>commons-codec</artifactId>
  94. </dependency><dependency>
  95. <groupId>org.apache.commons</groupId>
  96. <artifactId>commons-lang3</artifactId>
  97. </dependency><dependency>
  98. <groupId>javax.ws.rs</groupId>
  99. <artifactId>javax.ws.rs-api</artifactId>
  100. </dependency><dependency>
  101. <groupId>com.fasterxml.jackson.jaxrs</groupId>
  102. <artifactId>jackson-jaxrs-json-provider</artifactId>
  103. </dependency><dependency>
  104. <groupId>javax.mail</groupId>
  105. <artifactId>mail</artifactId>
  106. </dependency><dependency>
  107. <groupId>com.github.inspektr</groupId>
  108. <artifactId>inspektr-support-spring</artifactId>
  109. </dependency><dependency>
  110. <groupId>org.jolokia</groupId>
  111. <artifactId>jolokia-core</artifactId>
  112. </dependency><dependency>
  113. <groupId>org.javasimon</groupId>
  114. <artifactId>javasimon-spring</artifactId>
  115. </dependency><dependency>
  116. <groupId>org.javasimon</groupId>
  117. <artifactId>javasimon-console-embed</artifactId>
  118. </dependency><dependency>
  119. <groupId>org.javasimon</groupId>
  120. <artifactId>javasimon-javaee</artifactId>
  121. </dependency><dependency>
  122. <groupId>ma.glasnost.orika</groupId>
  123. <artifactId>orika-core</artifactId>
  124. </dependency><dependency>
  125. <groupId>org.springframework</groupId>
  126. <artifactId>spring-jms</artifactId>
  127. </dependency><dependency>
  128. <groupId>org.apache.geronimo.specs</groupId>
  129. <artifactId>geronimo-jms_1.1_spec</artifactId>
  130. </dependency><dependency>
  131. <groupId>javax.servlet</groupId>
  132. <artifactId>jstl</artifactId>
  133. </dependency><dependency>
  134. <groupId>commons-fileupload</groupId>
  135. <artifactId>commons-fileupload</artifactId>
  136. </dependency><dependency>
  137. <groupId>org.freemarker</groupId>
  138. <artifactId>freemarker</artifactId>
  139. </dependency><dependency>
  140. <groupId>com.belerweb</groupId>
  141. <artifactId>pinyin4j</artifactId>
  142. </dependency><dependency>
  143. <groupId>io.dropwizard.metrics</groupId>
  144. <artifactId>metrics-servlet</artifactId>
  145. <version>3.1.2</version>
  146. </dependency><dependency>
  147. <groupId>io.dropwizard.metrics</groupId>
  148. <artifactId>metrics-servlets</artifactId>
  149. <version>3.1.2</version>
  150. </dependency><dependency>
  151. <groupId>javax.cache</groupId>
  152. <artifactId>cache-api</artifactId>
  153. </dependency><dependency>
  154. <groupId>org.springframework</groupId>
  155. <artifactId>spring-orm</artifactId>
  156. </dependency><dependency>
  157. <groupId>org.hibernate</groupId>
  158. <artifactId>hibernate-core</artifactId>
  159. </dependency><dependency>
  160. <groupId>org.hibernate</groupId>
  161. <artifactId>hibernate-validator</artifactId>
  162. </dependency><dependency>
  163. <groupId>commons-dbcp</groupId>
  164. <artifactId>commons-dbcp</artifactId>
  165. </dependency><dependency>
  166. <groupId>org.hsqldb</groupId>
  167. <artifactId>hsqldb</artifactId>
  168. </dependency><dependency>
  169. <groupId>org.lazyluke</groupId>
  170. <artifactId>log4jdbc-remix</artifactId>
  171. </dependency><dependency>
  172. <groupId>mysql</groupId>
  173. <artifactId>mysql-connector-java</artifactId>
  174. </dependency><dependency>
  175. <groupId>org.flywaydb</groupId>
  176. <artifactId>flyway-core</artifactId>
  177. </dependency><dependency>
  178. <groupId>org.springframework.security</groupId>
  179. <artifactId>spring-security-taglibs</artifactId>
  180. </dependency><dependency>
  181. <groupId>org.springframework.security</groupId>
  182. <artifactId>spring-security-config</artifactId>
  183. </dependency><dependency>
  184. <groupId>eu.bitwalker</groupId>
  185. <artifactId>UserAgentUtils</artifactId>
  186. <version>1.20</version>
  187. </dependency><dependency>
  188. <groupId>org.activiti</groupId>
  189. <artifactId>activiti-spring</artifactId>
  190. </dependency><dependency>
  191. <groupId>org.activiti</groupId>
  192. <artifactId>activiti-json-converter</artifactId>
  193. <version>${activiti.version}</version>
  194. </dependency><dependency>
  195. <groupId>eu.bitwalker</groupId>
  196. <artifactId>UserAgentUtils</artifactId>
  197. <version>1.20</version>
  198. </dependency></dependencies>
  199. <dependencyManagement>
  200. <dependencies>
  201. <!-- 单元测试 start -->
  202. <dependency>
  203. <groupId>junit</groupId>
  204. <artifactId>junit</artifactId>
  205. <version>${junit.version}</version>
  206. <scope>test</scope>
  207. </dependency>
  208. <dependency>
  209. <groupId>org.mockito</groupId>
  210. <artifactId>mockito-core</artifactId>
  211. <version>${mockito.version}</version>
  212. <scope>test</scope>
  213. </dependency>
  214. <!-- 单元测试 end -->
  215. <!-- 功能测试 start -->
  216. <dependency>
  217. <groupId>org.springframework</groupId>
  218. <artifactId>spring-test</artifactId>
  219. <version>${spring.version}</version>
  220. <scope>test</scope>
  221. </dependency>
  222. <!-- 功能测试 end -->
  223. <!-- 集成测试 start -->
  224. <dependency>
  225. <groupId>org.seleniumhq.selenium</groupId>
  226. <artifactId>selenium-htmlunit-driver</artifactId>
  227. <version>${selenium2.version}</version>
  228. <scope>test</scope>
  229. </dependency>
  230. <dependency>
  231. <groupId>org.seleniumhq.selenium</groupId>
  232. <artifactId>selenium-firefox-driver</artifactId>
  233. <version>${selenium2.version}</version>
  234. <scope>test</scope>
  235. </dependency>
  236. <dependency>
  237. <groupId>org.seleniumhq.selenium</groupId>
  238. <artifactId>selenium-chrome-driver</artifactId>
  239. <version>${selenium2.version}</version>
  240. <scope>test</scope>
  241. </dependency>
  242. <dependency>
  243. <groupId>org.seleniumhq.selenium</groupId>
  244. <artifactId>selenium-ie-driver</artifactId>
  245. <version>${selenium2.version}</version>
  246. <scope>test</scope>
  247. </dependency>
  248. <dependency>
  249. <groupId>org.seleniumhq.selenium</groupId>
  250. <artifactId>selenium-support</artifactId>
  251. <version>${selenium2.version}</version>
  252. <scope>test</scope>
  253. </dependency>
  254. <dependency>
  255. <groupId>org.dbunit</groupId>
  256. <artifactId>dbunit</artifactId>
  257. <version>${dbunit.version}</version>
  258. <scope>test</scope>
  259. </dependency>
  260. <!-- 集成测试 end -->
  261. <dependency>
  262. <groupId>org.apache.commons</groupId>
  263. <artifactId>commons-lang3</artifactId>
  264. <version>${commons-lang.version}</version>
  265. </dependency>
  266. <dependency>
  267. <groupId>commons-fileupload</groupId>
  268. <artifactId>commons-fileupload</artifactId>
  269. <version>${commons-fileupload.version}</version>
  270. </dependency>
  271. <dependency>
  272. <groupId>javax.servlet</groupId>
  273. <artifactId>javax.servlet-api</artifactId>
  274. <version>${servlet.version}</version>
  275. <scope>provided</scope>
  276. </dependency>
  277. <dependency>
  278. <groupId>javax.servlet.jsp</groupId>
  279. <artifactId>jsp-api</artifactId>
  280. <version>${jsp.version}</version>
  281. <scope>provided</scope>
  282. </dependency>
  283. <dependency>
  284. <groupId>org.springframework</groupId>
  285. <artifactId>spring-orm</artifactId>
  286. <version>${spring.version}</version>
  287. <exclusions>
  288. <exclusion>
  289. <groupId>commons-logging</groupId>
  290. <artifactId>commons-logging</artifactId>
  291. </exclusion>
  292. </exclusions>
  293. </dependency>
  294. <dependency>
  295. <groupId>org.springframework</groupId>
  296. <artifactId>spring-webmvc</artifactId>
  297. <version>${spring.version}</version>
  298. </dependency>
  299. <dependency>
  300. <groupId>org.springframework</groupId>
  301. <artifactId>spring-web</artifactId>
  302. <version>${spring.version}</version>
  303. </dependency>
  304. <dependency>
  305. <groupId>org.springframework</groupId>
  306. <artifactId>spring-expression</artifactId>
  307. <version>${spring.version}</version>
  308. </dependency>
  309. <dependency>
  310. <groupId>org.springframework</groupId>
  311. <artifactId>spring-aop</artifactId>
  312. <version>${spring.version}</version>
  313. </dependency>
  314. <dependency>
  315. <groupId>org.springframework</groupId>
  316. <artifactId>spring-beans</artifactId>
  317. <version>${spring.version}</version>
  318. </dependency>
  319. <dependency>
  320. <groupId>org.springframework</groupId>
  321. <artifactId>spring-core</artifactId>
  322. <version>${spring.version}</version>
  323. <exclusions>
  324. <exclusion>
  325. <groupId>commons-logging</groupId>
  326. <artifactId>commons-logging</artifactId>
  327. </exclusion>
  328. </exclusions>
  329. </dependency>
  330. <dependency>
  331. <groupId>org.springframework</groupId>
  332. <artifactId>spring-context</artifactId>
  333. <version>${spring.version}</version>
  334. </dependency>
  335. <dependency>
  336. <groupId>org.springframework</groupId>
  337. <artifactId>spring-context-support</artifactId>
  338. <version>${spring.version}</version>
  339. </dependency>
  340. <dependency>
  341. <groupId>org.springframework</groupId>
  342. <artifactId>spring-tx</artifactId>
  343. <version>${spring.version}</version>
  344. </dependency>
  345. <dependency>
  346. <groupId>org.springframework</groupId>
  347. <artifactId>spring-jdbc</artifactId>
  348. <version>${spring.version}</version>
  349. </dependency>
  350. <dependency>
  351. <groupId>org.springframework</groupId>
  352. <artifactId>spring-jms</artifactId>
  353. <version>${spring.version}</version>
  354. </dependency>
  355. <dependency>
  356. <groupId>org.apache.geronimo.specs</groupId>
  357. <artifactId>geronimo-jms_1.1_spec</artifactId>
  358. <version>${jms.version}</version>
  359. </dependency>
  360. <dependency>
  361. <groupId>javax.servlet</groupId>
  362. <artifactId>jstl</artifactId>
  363. <version>${jstl.version}</version>
  364. </dependency>
  365. <dependency>
  366. <groupId>org.springframework.session</groupId>
  367. <artifactId>spring-session</artifactId>
  368. <version>${spring-session.version}</version>
  369. </dependency>
  370. <dependency>
  371. <groupId>org.springframework.security</groupId>
  372. <artifactId>spring-security-taglibs</artifactId>
  373. <version>${spring-security.version}</version>
  374. </dependency>
  375. <dependency>
  376. <groupId>org.springframework.security</groupId>
  377. <artifactId>spring-security-config</artifactId>
  378. <version>${spring-security.version}</version>
  379. </dependency>
  380. <dependency>
  381. <groupId>org.hibernate</groupId>
  382. <artifactId>hibernate-core</artifactId>
  383. <version>${hibernate.version}</version>
  384. <exclusions>
  385. <exclusion>
  386. <groupId>xml-apis</groupId>
  387. <artifactId>xml-apis</artifactId>
  388. </exclusion>
  389. </exclusions>
  390. </dependency>
  391. <dependency>
  392. <groupId>org.hibernate</groupId>
  393. <artifactId>hibernate-ehcache</artifactId>
  394. <version>${hibernate.version}</version>
  395. <exclusions>
  396. <exclusion>
  397. <groupId>net.sf.ehcache</groupId>
  398. <artifactId>ehcache-core</artifactId>
  399. </exclusion>
  400. </exclusions>
  401. </dependency>
  402. <dependency>
  403. <groupId>org.hibernate</groupId>
  404. <artifactId>hibernate-validator</artifactId>
  405. <version>${hibernate-validator.version}</version>
  406. </dependency>
  407. <dependency>
  408. <groupId>org.javassist</groupId>
  409. <artifactId>javassist</artifactId>
  410. <version>${javassist.version}</version>
  411. </dependency>
  412. <dependency>
  413. <groupId>net.sf.ehcache</groupId>
  414. <artifactId>ehcache</artifactId>
  415. <version>${ehcache.version}</version>
  416. </dependency>
  417. <dependency>
  418. <groupId>javax.validation</groupId>
  419. <artifactId>validation-api</artifactId>
  420. <version>${validation.version}</version>
  421. </dependency>
  422. <dependency>
  423. <groupId>commons-dbcp</groupId>
  424. <artifactId>commons-dbcp</artifactId>
  425. <version>${commons-dbcp.version}</version>
  426. </dependency>
  427. <dependency>
  428. <groupId>org.hsqldb</groupId>
  429. <artifactId>hsqldb</artifactId>
  430. <version>${hsqldb.version}</version>
  431. </dependency>
  432. <dependency>
  433. <groupId>org.lazyluke</groupId>
  434. <artifactId>log4jdbc-remix</artifactId>
  435. <version>${log4jdbc-remix.version}</version>
  436. </dependency>
  437. <!--
  438. <dependency>
  439. <groupId>org.apache.struts</groupId>
  440. <artifactId>struts2-spring-plugin</artifactId>
  441. <version>${struts2.version}</version>
  442. <exclusions>
  443. <exclusion>
  444. <groupId>javassist</groupId>
  445. <artifactId>javassist</artifactId>
  446. </exclusion>
  447. <exclusion>
  448. <groupId>com.sun</groupId>
  449. <artifactId>tools</artifactId>
  450. </exclusion>
  451. </exclusions>
  452. </dependency>
  453. <dependency>
  454. <groupId>org.apache.struts</groupId>
  455. <artifactId>struts2-convention-plugin</artifactId>
  456. <version>${struts2.version}</version>
  457. </dependency>
  458. -->
  459. <dependency>
  460. <groupId>org.slf4j</groupId>
  461. <artifactId>slf4j-api</artifactId>
  462. <version>${slf4j.version}</version>
  463. </dependency>
  464. <dependency>
  465. <groupId>org.slf4j</groupId>
  466. <artifactId>jcl-over-slf4j</artifactId>
  467. <version>${slf4j.version}</version>
  468. </dependency>
  469. <dependency>
  470. <groupId>org.slf4j</groupId>
  471. <artifactId>log4j-over-slf4j</artifactId>
  472. <version>${slf4j.version}</version>
  473. </dependency>
  474. <dependency>
  475. <groupId>org.slf4j</groupId>
  476. <artifactId>jul-to-slf4j</artifactId>
  477. <version>${slf4j.version}</version>
  478. </dependency>
  479. <dependency>
  480. <groupId>ch.qos.logback</groupId>
  481. <artifactId>logback-classic</artifactId>
  482. <version>${logback.version}</version>
  483. </dependency>
  484. <dependency>
  485. <groupId>org.fusesource.jansi</groupId>
  486. <artifactId>jansi</artifactId>
  487. <version>${jansi.version}</version>
  488. </dependency>
  489. <dependency>
  490. <groupId>org.codehaus.janino</groupId>
  491. <artifactId>janino</artifactId>
  492. <version>${janino.version}</version>
  493. </dependency>
  494. <dependency>
  495. <groupId>commons-beanutils</groupId>
  496. <artifactId>commons-beanutils</artifactId>
  497. <version>${commons-beanutils.version}</version>
  498. <exclusions>
  499. <exclusion>
  500. <groupId>commons-logging</groupId>
  501. <artifactId>commons-logging</artifactId>
  502. </exclusion>
  503. </exclusions>
  504. </dependency>
  505. <dependency>
  506. <groupId>commons-codec</groupId>
  507. <artifactId>commons-codec</artifactId>
  508. <version>${commons-codec.version}</version>
  509. </dependency>
  510. <dependency>
  511. <groupId>commons-io</groupId>
  512. <artifactId>commons-io</artifactId>
  513. <version>${commons-io.version}</version>
  514. </dependency>
  515. <dependency>
  516. <groupId>org.apache.poi</groupId>
  517. <artifactId>poi</artifactId>
  518. <version>${poi.version}</version>
  519. </dependency>
  520. <dependency>
  521. <groupId>org.jolokia</groupId>
  522. <artifactId>jolokia-core</artifactId>
  523. <version>${jolokia.version}</version>
  524. </dependency>
  525. <dependency>
  526. <groupId>org.glassfish.jersey.ext</groupId>
  527. <artifactId>jersey-spring3</artifactId>
  528. <version>${jersey.version}</version>
  529. </dependency>
  530. <dependency>
  531. <groupId>javax.ws.rs</groupId>
  532. <artifactId>javax.ws.rs-api</artifactId>
  533. <version>${rs-api.version}</version>
  534. </dependency>
  535. <dependency>
  536. <groupId>com.fasterxml.jackson.jaxrs</groupId>
  537. <artifactId>jackson-jaxrs-json-provider</artifactId>
  538. <version>${jackson-jaxrs-json-provider.version}</version>
  539. </dependency>
  540. <dependency>
  541. <groupId>com.fasterxml.jackson.datatype</groupId>
  542. <artifactId>jackson-datatype-hibernate4</artifactId>
  543. <version>${jackson-datatype-hibernate4.version}</version>
  544. </dependency>
  545. <dependency>
  546. <groupId>javax.mail</groupId>
  547. <artifactId>mail</artifactId>
  548. <version>${mail.version}</version>
  549. <exclusions>
  550. <exclusion>
  551. <groupId>javax.activation</groupId>
  552. <artifactId>activation</artifactId>
  553. </exclusion>
  554. </exclusions>
  555. </dependency>
  556. <dependency>
  557. <groupId>com.github.inspektr</groupId>
  558. <artifactId>inspektr-support-spring</artifactId>
  559. <version>${inspektr.version}</version>
  560. </dependency>
  561. <dependency>
  562. <groupId>org.quartz-scheduler</groupId>
  563. <artifactId>quartz</artifactId>
  564. <version>${quartz.version}</version>
  565. <exclusions>
  566. <exclusion>
  567. <groupId>c3p0</groupId>
  568. <artifactId>c3p0</artifactId>
  569. </exclusion>
  570. </exclusions>
  571. </dependency>
  572. <dependency>
  573. <groupId>com.h2database</groupId>
  574. <artifactId>h2</artifactId>
  575. <version>${h2.version}</version>
  576. </dependency>
  577. <dependency>
  578. <groupId>mysql</groupId>
  579. <artifactId>mysql-connector-java</artifactId>
  580. <version>${mysql.version}</version>
  581. </dependency>
  582. <dependency>
  583. <groupId>org.activiti</groupId>
  584. <artifactId>activiti-spring</artifactId>
  585. <version>${activiti.version}</version>
  586. <exclusions>
  587. <exclusion>
  588. <groupId>org.codehaus.jackson</groupId>
  589. <artifactId>jackson-core-asl</artifactId>
  590. </exclusion>
  591. <exclusion>
  592. <groupId>org.slf4j</groupId>
  593. <artifactId>slf4j-log4j12</artifactId>
  594. </exclusion>
  595. </exclusions>
  596. </dependency>
  597. <dependency>
  598. <groupId>org.eclipse.jetty</groupId>
  599. <artifactId>jetty-webapp</artifactId>
  600. <version>${jetty.version}</version>
  601. <scope>provided</scope>
  602. </dependency>
  603. <dependency>
  604. <groupId>org.eclipse.jetty</groupId>
  605. <artifactId>jetty-jsp</artifactId>
  606. <version>${jetty.version}</version>
  607. <scope>provided</scope>
  608. </dependency>
  609. <dependency>
  610. <groupId>org.apache.cxf</groupId>
  611. <artifactId>cxf-rt-frontend-jaxws</artifactId>
  612. <version>${cxf.version}</version>
  613. </dependency>
  614. <dependency>
  615. <groupId>org.apache.cxf</groupId>
  616. <artifactId>cxf-rt-transports-http</artifactId>
  617. <version>${cxf.version}</version>
  618. </dependency>
  619. <dependency>
  620. <groupId>org.apache.cxf</groupId>
  621. <artifactId>cxf-rt-management</artifactId>
  622. <version>${cxf.version}</version>
  623. </dependency>
  624. <dependency>
  625. <groupId>org.flywaydb</groupId>
  626. <artifactId>flyway-core</artifactId>
  627. <version>${flyway.version}</version>
  628. </dependency>
  629. <dependency>
  630. <groupId>org.javasimon</groupId>
  631. <artifactId>javasimon-spring</artifactId>
  632. <version>${javasimon.version}</version>
  633. </dependency>
  634. <dependency>
  635. <groupId>org.javasimon</groupId>
  636. <artifactId>javasimon-console-embed</artifactId>
  637. <version>${javasimon.version}</version>
  638. </dependency>
  639. <dependency>
  640. <groupId>org.javasimon</groupId>
  641. <artifactId>javasimon-javaee</artifactId>
  642. <version>${javasimon.version}</version>
  643. </dependency>
  644. <dependency>
  645. <groupId>ma.glasnost.orika</groupId>
  646. <artifactId>orika-core</artifactId>
  647. <version>${orika.version}</version>
  648. </dependency>
  649. <dependency>
  650. <groupId>com.thimbleware.jmemcached</groupId>
  651. <artifactId>jmemcached-core</artifactId>
  652. <version>${jmemcached.version}</version>
  653. </dependency>
  654. <dependency>
  655. <groupId>net.spy</groupId>
  656. <artifactId>spymemcached</artifactId>
  657. <version>${spymemcached.version}</version>
  658. </dependency>
  659. <dependency>
  660. <groupId>redis.clients</groupId>
  661. <artifactId>jedis</artifactId>
  662. <version>${jedis.version}</version>
  663. </dependency>
  664. <dependency>
  665. <groupId>org.freemarker</groupId>
  666. <artifactId>freemarker</artifactId>
  667. <version>${freemarker.version}</version>
  668. </dependency>
  669. <dependency>
  670. <groupId>net.sf.jasperreports</groupId>
  671. <artifactId>jasperreports</artifactId>
  672. <version>${jasperreports.version}</version>
  673. <exclusions>
  674. <exclusion>
  675. <groupId>commons-logging</groupId>
  676. <artifactId>commons-logging</artifactId>
  677. </exclusion>
  678. <exclusion>
  679. <groupId>org.codehaus.jackson</groupId>
  680. <artifactId>jackson-core-lgpl</artifactId>
  681. </exclusion>
  682. <exclusion>
  683. <groupId>org.codehaus.jackson</groupId>
  684. <artifactId>jackson-mapper-lgpl</artifactId>
  685. </exclusion>
  686. </exclusions>
  687. </dependency>
  688. <!-- drools start -->
  689. <dependency>
  690. <groupId>org.drools</groupId>
  691. <artifactId>drools-core</artifactId>
  692. <version>${drools.version}</version>
  693. </dependency>
  694. <dependency>
  695. <groupId>org.drools</groupId>
  696. <artifactId>drools-compiler</artifactId>
  697. <version>${drools.version}</version>
  698. </dependency>
  699. <dependency>
  700. <groupId>org.drools</groupId>
  701. <artifactId>drools-decisiontables</artifactId>
  702. <version>${drools.version}</version>
  703. <exclusions>
  704. <exclusion>
  705. <groupId>log4j</groupId>
  706. <artifactId>log4j</artifactId>
  707. </exclusion>
  708. </exclusions>
  709. </dependency>
  710. <dependency>
  711. <groupId>org.optaplanner</groupId>
  712. <artifactId>optaplanner-core</artifactId>
  713. <version>${optaplanner.version}</version>
  714. <exclusions>
  715. <exclusion>
  716. <groupId>org.slf4j</groupId>
  717. <artifactId>slf4j-api</artifactId>
  718. </exclusion>
  719. </exclusions>
  720. </dependency>
  721. <!-- drools end -->
  722. <!-- activemq start -->
  723. <dependency>
  724. <groupId>org.apache.activemq</groupId>
  725. <artifactId>activemq-broker</artifactId>
  726. <version>${activemq.version}</version>
  727. <exclusions>
  728. <exclusion>
  729. <groupId>org.slf4j</groupId>
  730. <artifactId>slf4j-api</artifactId>
  731. </exclusion>
  732. <exclusion>
  733. <groupId>commons-logging</groupId>
  734. <artifactId>commons-logging</artifactId>
  735. </exclusion>
  736. <exclusion>
  737. <groupId>org.springframework</groupId>
  738. <artifactId>spring-context</artifactId>
  739. </exclusion>
  740. <exclusion>
  741. <groupId>org.mortbay.jetty</groupId>
  742. <artifactId>jetty</artifactId>
  743. </exclusion>
  744. <exclusion>
  745. <groupId>org.mortbay.jetty</groupId>
  746. <artifactId>jetty-util</artifactId>
  747. </exclusion>
  748. <exclusion>
  749. <groupId>org.mortbay.jetty</groupId>
  750. <artifactId>jsp-api-2.1</artifactId>
  751. </exclusion>
  752. <exclusion>
  753. <groupId>org.mortbay.jetty</groupId>
  754. <artifactId>jsp-2.1</artifactId>
  755. </exclusion>
  756. </exclusions>
  757. </dependency>
  758. <dependency>
  759. <groupId>org.apache.activemq</groupId>
  760. <artifactId>activemq-ra</artifactId>
  761. <version>${activemq.version}</version>
  762. <exclusions>
  763. <exclusion>
  764. <groupId>org.springframework</groupId>
  765. <artifactId>spring-context</artifactId>
  766. </exclusion>
  767. </exclusions>
  768. </dependency>
  769. <dependency>
  770. <groupId>org.apache.activemq</groupId>
  771. <artifactId>activemq-pool</artifactId>
  772. <version>${activemq.version}</version>
  773. <exclusions>
  774. <exclusion>
  775. <groupId>org.slf4j</groupId>
  776. <artifactId>slf4j-api</artifactId>
  777. </exclusion>
  778. <exclusion>
  779. <groupId>commons-logging</groupId>
  780. <artifactId>commons-logging-api</artifactId>
  781. </exclusion>
  782. <exclusion>
  783. <groupId>org.springframework</groupId>
  784. <artifactId>spring-beans</artifactId>
  785. </exclusion>
  786. <exclusion>
  787. <groupId>org.apache.geronimo.specs</groupId>
  788. <artifactId>geronimo-jta_1.0.1B_spec</artifactId>
  789. </exclusion>
  790. </exclusions>
  791. </dependency>
  792. <dependency>
  793. <groupId>org.apache.xbean</groupId>
  794. <artifactId>xbean-spring</artifactId>
  795. <version>${xbean.version}</version>
  796. <exclusions>
  797. <exclusion>
  798. <groupId>commons-logging</groupId>
  799. <artifactId>commons-logging</artifactId>
  800. </exclusion>
  801. </exclusions>
  802. </dependency>
  803. <!-- activemq end -->
  804. <dependency>
  805. <groupId>org.codehaus.groovy</groupId>
  806. <artifactId>groovy-all</artifactId>
  807. <version>${groovy.version}</version>
  808. </dependency>
  809. <dependency>
  810. <groupId>org.apache.lucene</groupId>
  811. <artifactId>lucene-core</artifactId>
  812. <version>${lucene.version}</version>
  813. </dependency>
  814. <dependency>
  815. <groupId>org.apache.lucene</groupId>
  816. <artifactId>lucene-highlighter</artifactId>
  817. <version>${lucene.version}</version>
  818. </dependency>
  819. <dependency>
  820. <groupId>com.belerweb</groupId>
  821. <artifactId>pinyin4j</artifactId>
  822. <version>${pinyin4j.version}</version>
  823. </dependency>
  824. <dependency>
  825. <groupId>org.apache.felix</groupId>
  826. <artifactId>org.apache.felix.framework</artifactId>
  827. <version>${felix.version}</version>
  828. </dependency>
  829. <dependency>
  830. <groupId>org.springframework.ldap</groupId>
  831. <artifactId>spring-ldap-core</artifactId>
  832. <version>${spring-ldap.version}</version>
  833. <exclusions>
  834. <exclusion>
  835. <groupId>commons-logging</groupId>
  836. <artifactId>commons-logging</artifactId>
  837. </exclusion>
  838. </exclusions>
  839. </dependency>
  840. <dependency>
  841. <groupId>org.apache.mina</groupId>
  842. <artifactId>mina-core</artifactId>
  843. <version>${mina.version}</version>
  844. </dependency>
  845. <dependency>
  846. <groupId>org.mnode.ical4j</groupId>
  847. <artifactId>ical4j</artifactId>
  848. <version>${ical4j.version}</version>
  849. <exclusions>
  850. <exclusion>
  851. <groupId>commons-logging</groupId>
  852. <artifactId>commons-logging</artifactId>
  853. </exclusion>
  854. </exclusions>
  855. </dependency>
  856. <dependency>
  857. <groupId>javax.cache</groupId>
  858. <artifactId>cache-api</artifactId>
  859. <version>${jsr107.version}</version>
  860. </dependency>
  861. </dependencies>
  862. </dependencyManagement>
  863. <build>
  864. <defaultGoal>jetty:run</defaultGoal>
  865. <outputDirectory>webapp/WEB-INF/classes</outputDirectory>
  866. <pluginManagement>
  867. <plugins>
  868. <plugin>
  869. <groupId>org.apache.maven.plugins</groupId>
  870. <artifactId>maven-clean-plugin</artifactId>
  871. <version>${maven-clean-plugin.version}</version>
  872. <configuration>
  873. <filesets>
  874. <fileset>
  875. <directory>${basedir}</directory>
  876. <includes>
  877. <include>**/*.bak</include>
  878. <include>**/Thumbs.db</include>
  879. </includes>
  880. <excludes>
  881. <exclude>build.log</exclude>
  882. <exclude>**/.svn/**</exclude>
  883. </excludes>
  884. <followSymlinks>false</followSymlinks>
  885. </fileset>
  886. </filesets>
  887. </configuration>
  888. <executions>
  889. <execution>
  890. <id>clean-backup</id>
  891. <phase>process-sources</phase>
  892. <goals>
  893. <goal>clean</goal>
  894. </goals>
  895. <configuration>
  896. <excludeDefaultDirectories>true</excludeDefaultDirectories>
  897. <filesets>
  898. <fileset>
  899. <includes>
  900. <include>**/*.bak</include>
  901. </includes>
  902. <excludes>
  903. <exclude>**/.svn/**</exclude>
  904. </excludes>
  905. <followSymlinks>false</followSymlinks>
  906. </fileset>
  907. </filesets>
  908. </configuration>
  909. </execution>
  910. </executions>
  911. </plugin>
  912. <plugin>
  913. <groupId>org.apache.maven.plugins</groupId>
  914. <artifactId>maven-antrun-plugin</artifactId>
  915. <version>${maven-antrun-plugin.version}</version>
  916. <executions>
  917. <execution>
  918. <id>create-target-directory</id>
  919. <phase>process-classes</phase>
  920. <goals>
  921. <goal>run</goal>
  922. </goals>
  923. <configuration>
  924. <target>
  925. <mkdir dir="target"/>
  926. </target>
  927. </configuration>
  928. </execution>
  929. </executions>
  930. </plugin>
  931. <plugin>
  932. <groupId>org.apache.maven.plugins</groupId>
  933. <artifactId>maven-compiler-plugin</artifactId>
  934. <version>${maven-compiler-plugin.version}</version>
  935. <configuration>
  936. <encoding>${project.build.sourceEncoding}</encoding>
  937. <source>${java.version}</source>
  938. <target>${java.version}</target>
  939. <showDeprecation>true</showDeprecation>
  940. <showWarnings>true</showWarnings>
  941. <!--
  942. <compilerArgument>-Xlint:unchecked</compilerArgument>
  943. -->
  944. </configuration>
  945. </plugin>
  946. <plugin>
  947. <groupId>org.apache.maven.plugins</groupId>
  948. <artifactId>maven-release-plugin</artifactId>
  949. <version>${maven-release-plugin.version}</version>
  950. </plugin>
  951. <plugin>
  952. <groupId>org.apache.maven.plugins</groupId>
  953. <artifactId>maven-surefire-plugin</artifactId>
  954. <version>${maven-surefire-plugin.version}</version>
  955. <configuration>
  956. <failIfNoTests>false</failIfNoTests>
  957. <trimStackTrace>false</trimStackTrace>
  958. <redirectTestOutputToFile>true</redirectTestOutputToFile>
  959. </configuration>
  960. </plugin>
  961. <plugin>
  962. <groupId>org.apache.maven.plugins</groupId>
  963. <artifactId>maven-install-plugin</artifactId>
  964. <version>${maven-install-plugin.version}</version>
  965. <configuration>
  966. <createChecksum>true</createChecksum>
  967. </configuration>
  968. </plugin>
  969. <plugin>
  970. <groupId>org.apache.maven.plugins</groupId>
  971. <artifactId>maven-source-plugin</artifactId>
  972. <version>${maven-source-plugin.version}</version>
  973. <configuration>
  974. <includePom>true</includePom>
  975. </configuration>
  976. <executions>
  977. <execution>
  978. <id>attach-sources</id>
  979. <goals>
  980. <goal>jar</goal>
  981. </goals>
  982. </execution>
  983. </executions>
  984. </plugin>
  985. <plugin>
  986. <groupId>org.apache.maven.plugins</groupId>
  987. <artifactId>maven-war-plugin</artifactId>
  988. <version>${maven-war-plugin.version}</version>
  989. <configuration>
  990. <warSourceDirectory>webapp</warSourceDirectory>
  991. </configuration>
  992. </plugin>
  993. <plugin>
  994. <groupId>org.mortbay.jetty</groupId>
  995. <artifactId>maven-jetty-plugin</artifactId>
  996. <version>${maven-jetty-plugin.version}</version>
  997. <configuration>
  998. <connectors>
  999. <connector implementation="org.mortbay.jetty.nio.SelectChannelConnector">
  1000. <port>9000</port>
  1001. <maxIdleTime>3600000</maxIdleTime>
  1002. </connector>
  1003. </connectors>
  1004. <!--
  1005. <scanIntervalSeconds>10</scanIntervalSeconds>
  1006. -->
  1007. <webDefaultXml>webdefault.xml</webDefaultXml>
  1008. <webAppSourceDirectory>webapp</webAppSourceDirectory>
  1009. </configuration>
  1010. </plugin>
  1011. <plugin>
  1012. <groupId>org.codehaus.mojo</groupId>
  1013. <artifactId>tomcat-maven-plugin</artifactId>
  1014. <version>${tomcat-maven-plugin.version}</version>
  1015. <configuration>
  1016. <warSourceDirectory>webapp</warSourceDirectory>
  1017. </configuration>
  1018. </plugin>
  1019. <plugin>
  1020. <groupId>org.apache.tomcat.maven</groupId>
  1021. <artifactId>tomcat7-maven-plugin</artifactId>
  1022. <version>${tomcat7-maven-plugin.version}</version>
  1023. <configuration>
  1024. <warSourceDirectory>webapp</warSourceDirectory>
  1025. </configuration>
  1026. </plugin>
  1027. <plugin>
  1028. <groupId>com.googlecode.maven-java-formatter-plugin</groupId>
  1029. <artifactId>maven-java-formatter-plugin</artifactId>
  1030. <version>${maven-java-formatter-plugin.version}</version>
  1031. <configuration>
  1032. <lineEnding>LF</lineEnding>
  1033. <configFile>eclipse-formatter-config.xml</configFile>
  1034. </configuration>
  1035. <executions>
  1036. <execution>
  1037. <goals>
  1038. <goal>format</goal>
  1039. </goals>
  1040. </execution>
  1041. </executions>
  1042. </plugin>
  1043. <plugin>
  1044. <groupId>org.codehaus.mojo</groupId>
  1045. <artifactId>versions-maven-plugin</artifactId>
  1046. <version>${versions-maven-plugin.version}</version>
  1047. </plugin>
  1048. <plugin>
  1049. <groupId>org.apache.maven.plugins</groupId>
  1050. <artifactId>maven-javadoc-plugin</artifactId>
  1051. <version>${maven-javadoc-plugin.version}</version>
  1052. <configuration>
  1053. <javadocVersion>${java.version}</javadocVersion>
  1054. <encoding>${project.build.sourceEncoding}</encoding>
  1055. <docencoding>${project.reporting.outputEncoding}</docencoding>
  1056. <charset>${project.reporting.outputEncoding}</charset>
  1057. </configuration>
  1058. </plugin>
  1059. <plugin>
  1060. <groupId>org.apache.maven.plugins</groupId>
  1061. <artifactId>maven-site-plugin</artifactId>
  1062. <version>${maven-site-plugin.version}</version>
  1063. <configuration>
  1064. <inputEncoding>${project.build.sourceEncoding}</inputEncoding>
  1065. <outputEncoding>${project.reporting.outputEncoding}</outputEncoding>
  1066. </configuration>
  1067. </plugin>
  1068. <plugin>
  1069. <groupId>org.apache.maven.plugins</groupId>
  1070. <artifactId>maven-project-info-reports-plugin</artifactId>
  1071. <version>${maven-project-info-reports-plugin.version}</version>
  1072. <configuration>
  1073. <inputEncoding>${project.build.sourceEncoding}</inputEncoding>
  1074. <outputEncoding>${project.reporting.outputEncoding}</outputEncoding>
  1075. <dependencyLocationsEnabled>false</dependencyLocationsEnabled>
  1076. </configuration>
  1077. </plugin>
  1078. <plugin>
  1079. <groupId>org.apache.maven.plugins</groupId>
  1080. <artifactId>maven-failsafe-plugin</artifactId>
  1081. <version>${maven-failsafe-plugin.version}</version>
  1082. <executions>
  1083. <execution>
  1084. <goals>
  1085. <goal>integration-test</goal>
  1086. <goal>verify</goal>
  1087. </goals>
  1088. </execution>
  1089. </executions>
  1090. </plugin>
  1091. <plugin>
  1092. <groupId>org.codehaus.mojo</groupId>
  1093. <artifactId>jalopy-maven-plugin</artifactId>
  1094. <version>${jalopy-maven-plugin.version}</version>
  1095. <configuration>
  1096. <convention>jalopy.xml</convention>
  1097. <encoding>${project.build.sourceEncoding}</encoding>
  1098. <history>file</history>
  1099. <fileFormat>UNIX</fileFormat>
  1100. </configuration>
  1101. <executions>
  1102. <execution>
  1103. <id>format-java-sources</id>
  1104. <phase>process-sources</phase>
  1105. <goals>
  1106. <goal>format</goal>
  1107. </goals>
  1108. </execution>
  1109. </executions>
  1110. </plugin>
  1111. <plugin>
  1112. <groupId>org.codehaus.mojo</groupId>
  1113. <artifactId>native2ascii-maven-plugin</artifactId>
  1114. <version>${native2ascii-maven-plugin.version}</version>
  1115. <executions>
  1116. <execution>
  1117. <goals>
  1118. <goal>native2ascii</goal>
  1119. </goals>
  1120. </execution>
  1121. </executions>
  1122. </plugin>
  1123. <plugin>
  1124. <groupId>org.jacoco</groupId>
  1125. <artifactId>jacoco-maven-plugin</artifactId>
  1126. <version>${jacoco-maven-plugin.version}</version>
  1127. </plugin>
  1128. <plugin>
  1129. <groupId>org.apache.cxf</groupId>
  1130. <artifactId>cxf-codegen-plugin</artifactId>
  1131. <version>${cxf.version}</version>
  1132. <configuration>
  1133. <wsdlOptions>
  1134. <wsdlOption>
  1135. <packagenames>
  1136. <packagename>${cxf.packagename}</packagename>
  1137. </packagenames>
  1138. <wsdl>${cxf.wsdl}</wsdl>
  1139. </wsdlOption>
  1140. </wsdlOptions>
  1141. </configuration>
  1142. </plugin>
  1143. <plugin>
  1144. <groupId>org.apache.maven.plugins</groupId>
  1145. <artifactId>maven-assembly-plugin</artifactId>
  1146. <version>${maven-assembly-plugin.version}</version>
  1147. </plugin>
  1148. <plugin>
  1149. <groupId>org.apache.maven.plugins</groupId>
  1150. <artifactId>maven-deploy-plugin</artifactId>
  1151. <version>${maven-deploy-plugin.version}</version>
  1152. </plugin>
  1153. <plugin>
  1154. <groupId>org.eclipse.m2e</groupId>
  1155. <artifactId>lifecycle-mapping</artifactId>
  1156. <version>1.0.0</version>
  1157. <configuration>
  1158. <lifecycleMappingMetadata>
  1159. <pluginExecutions>
  1160. <pluginExecution>
  1161. <pluginExecutionFilter>
  1162. <groupId>
  1163. org.apache.maven.plugins
  1164. </groupId>
  1165. <artifactId>
  1166. maven-antrun-plugin
  1167. </artifactId>
  1168. <versionRange>[1.7,)</versionRange>
  1169. <goals>
  1170. <goal>run</goal>
  1171. </goals>
  1172. </pluginExecutionFilter>
  1173. <action>
  1174. <ignore/>
  1175. </action>
  1176. </pluginExecution>
  1177. <pluginExecution>
  1178. <pluginExecutionFilter>
  1179. <groupId>
  1180. org.apache.maven.plugins
  1181. </groupId>
  1182. <artifactId>
  1183. maven-clean-plugin
  1184. </artifactId>
  1185. <versionRange>[2.5,)</versionRange>
  1186. <goals>
  1187. <goal>clean</goal>
  1188. </goals>
  1189. </pluginExecutionFilter>
  1190. <action>
  1191. <ignore/>
  1192. </action>
  1193. </pluginExecution>
  1194. <pluginExecution>
  1195. <pluginExecutionFilter>
  1196. <groupId>org.codehaus.mojo</groupId>
  1197. <artifactId>
  1198. native2ascii-maven-plugin
  1199. </artifactId>
  1200. <versionRange>
  1201. [1.0-beta-1,)
  1202. </versionRange>
  1203. <goals>
  1204. <goal>native2ascii</goal>
  1205. </goals>
  1206. </pluginExecutionFilter>
  1207. <action>
  1208. <ignore/>
  1209. </action>
  1210. </pluginExecution>
  1211. </pluginExecutions>
  1212. </lifecycleMappingMetadata>
  1213. </configuration>
  1214. </plugin></plugins>
  1215. </pluginManagement>
  1216. <plugins>
  1217. <plugin>
  1218. <groupId>org.apache.maven.plugins</groupId>
  1219. <artifactId>maven-antrun-plugin</artifactId>
  1220. </plugin>
  1221. <plugin>
  1222. <groupId>org.codehaus.mojo</groupId>
  1223. <artifactId>native2ascii-maven-plugin</artifactId>
  1224. </plugin>
  1225. </plugins></build>
  1226. <reporting>
  1227. <plugins>
  1228. <plugin>
  1229. <groupId>org.apache.maven.plugins</groupId>
  1230. <artifactId>maven-project-info-reports-plugin</artifactId>
  1231. <version>${maven-project-info-reports-plugin.version}</version>
  1232. <configuration>
  1233. <inputEncoding>${project.build.sourceEncoding}</inputEncoding>
  1234. <outputEncoding>${project.reporting.outputEncoding}</outputEncoding>
  1235. <dependencyLocationsEnabled>false</dependencyLocationsEnabled>
  1236. </configuration>
  1237. </plugin>
  1238. <plugin>
  1239. <groupId>org.apache.maven.plugins</groupId>
  1240. <artifactId>maven-javadoc-plugin</artifactId>
  1241. <version>${maven-javadoc-plugin.version}</version>
  1242. <configuration>
  1243. <javadocVersion>${java.version}</javadocVersion>
  1244. <encoding>${project.build.sourceEncoding}</encoding>
  1245. <docencoding>${project.reporting.outputEncoding}</docencoding>
  1246. <charset>${project.reporting.outputEncoding}</charset>
  1247. </configuration>
  1248. </plugin>
  1249. <!--
  1250. <plugin>
  1251. <groupId>com.googlecode.maven-overview-plugin</groupId>
  1252. <artifactId>maven-overview-plugin</artifactId>
  1253. <version>${maven-overview-plugin.version}</version>
  1254. </plugin>
  1255. <plugin>
  1256. <groupId>net.sf</groupId>
  1257. <artifactId>stat-scm</artifactId>
  1258. <version>${stat-scm.version}</version>
  1259. </plugin>
  1260. -->
  1261. <plugin>
  1262. <groupId>org.codehaus.mojo</groupId>
  1263. <artifactId>versions-maven-plugin</artifactId>
  1264. <version>${versions-maven-plugin.version}</version>
  1265. <reportSets>
  1266. <reportSet>
  1267. <reports>
  1268. <report>dependency-updates-report</report>
  1269. <report>plugin-updates-report</report>
  1270. <report>property-updates-report</report>
  1271. </reports>
  1272. </reportSet>
  1273. </reportSets>
  1274. </plugin>
  1275. </plugins>
  1276. </reporting>
  1277. <properties>
  1278. <java.version>1.6</java.version>
  1279. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  1280. <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
  1281. <tagBase>svn://localhost/mossle/tags</tagBase>
  1282. <junit.version>4.12</junit.version>
  1283. <mockito.version>1.10.19</mockito.version>
  1284. <selenium2.version>2.48.2</selenium2.version>
  1285. <xml-apis.version>1.4.01</xml-apis.version>
  1286. <dbunit.version>2.5.1</dbunit.version>
  1287. <commons-lang.version>3.4</commons-lang.version>
  1288. <commons-fileupload.version>1.3.1</commons-fileupload.version>
  1289. <servlet.version>3.0.1</servlet.version>
  1290. <jsp.version>2.1</jsp.version>
  1291. <jetty.version>7.6.16.v20140903</jetty.version>
  1292. <spring.version>4.0.9.RELEASE</spring.version>
  1293. <!--
  1294. <struts2.version>2.3.24</struts2.version>
  1295. -->
  1296. <spring-security.version>3.2.8.RELEASE</spring-security.version>
  1297. <hibernate.version>4.3.11.Final</hibernate.version>
  1298. <hibernate-validator.version>5.2.2.Final</hibernate-validator.version>
  1299. <javassist.version>3.20.0-GA</javassist.version>
  1300. <ehcache.version>2.10.1</ehcache.version>
  1301. <validation.version>1.1.0.Final</validation.version>
  1302. <hsqldb.version>2.3.3</hsqldb.version>
  1303. <slf4j.version>1.7.12</slf4j.version>
  1304. <logback.version>1.1.3</logback.version>
  1305. <jansi.version>1.11</jansi.version>
  1306. <janino.version>2.7.8</janino.version>
  1307. <commons-dbcp.version>1.4</commons-dbcp.version>
  1308. <commons-beanutils.version>1.9.2</commons-beanutils.version>
  1309. <commons-codec.version>1.10</commons-codec.version>
  1310. <commons-io.version>2.4</commons-io.version>
  1311. <poi.version>3.13</poi.version>
  1312. <jolokia.version>1.3.2</jolokia.version>
  1313. <log4jdbc-remix.version>0.2.7</log4jdbc-remix.version>
  1314. <jersey.version>2.22.1</jersey.version>
  1315. <rs-api.version>2.0.1</rs-api.version>
  1316. <jackson-jaxrs-json-provider.version>2.6.3</jackson-jaxrs-json-provider.version>
  1317. <jackson-datatype-hibernate4.version>2.6.3</jackson-datatype-hibernate4.version>
  1318. <mail.version>1.4.7</mail.version>
  1319. <inspektr.version>1.1.GA</inspektr.version>
  1320. <quartz.version>2.2.2</quartz.version>
  1321. <h2.version>1.4.190</h2.version>
  1322. <mysql.version>5.1.37</mysql.version>
  1323. <activiti.version>5.18.0</activiti.version>
  1324. <cxf.version>3.1.3</cxf.version>
  1325. <flyway.version>3.2.1</flyway.version>
  1326. <javasimon.version>3.5.2</javasimon.version>
  1327. <orika.version>1.4.6</orika.version>
  1328. <jmemcached.version>1.0.0</jmemcached.version>
  1329. <spymemcached.version>2.12.0</spymemcached.version>
  1330. <jedis.version>2.7.3</jedis.version>
  1331. <jms.version>1.1.1</jms.version>
  1332. <jstl.version>1.2</jstl.version>
  1333. <spring-session.version>1.0.2.20150803</spring-session.version>
  1334. <freemarker.version>2.3.23</freemarker.version>
  1335. <jasperreports.version>6.1.1</jasperreports.version>
  1336. <drools.version>6.3.0.Final</drools.version>
  1337. <optaplanner.version>6.3.0.Final</optaplanner.version>
  1338. <activemq.version>5.12.1</activemq.version>
  1339. <xbean.version>4.4</xbean.version>
  1340. <groovy.version>2.4.5</groovy.version>
  1341. <lucene.version>5.3.1</lucene.version>
  1342. <pinyin4j.version>2.5.0</pinyin4j.version>
  1343. <felix.version>5.4.0</felix.version>
  1344. <spring-ldap.version>2.0.4.RELEASE</spring-ldap.version>
  1345. <mina.version>2.0.9</mina.version>
  1346. <ical4j.version>1.0.6</ical4j.version>
  1347. <jsr107.version>1.0.0</jsr107.version>
  1348. <maven-antrun-plugin.version>1.8</maven-antrun-plugin.version>
  1349. <maven-clean-plugin.version>3.0.0</maven-clean-plugin.version>
  1350. <maven-compiler-plugin.version>3.3</maven-compiler-plugin.version>
  1351. <maven-release-plugin.version>2.5.3</maven-release-plugin.version>
  1352. <maven-install-plugin.version>2.5.2</maven-install-plugin.version>
  1353. <maven-source-plugin.version>2.4</maven-source-plugin.version>
  1354. <maven-war-plugin.version>2.6</maven-war-plugin.version>
  1355. <maven-jetty-plugin.version>6.1.26</maven-jetty-plugin.version>
  1356. <tomcat-maven-plugin.version>1.1</tomcat-maven-plugin.version>
  1357. <tomcat7-maven-plugin.version>2.2</tomcat7-maven-plugin.version>
  1358. <maven-java-formatter-plugin.version>0.4</maven-java-formatter-plugin.version>
  1359. <jalopy-maven-plugin.version>1.0-alpha-1</jalopy-maven-plugin.version>
  1360. <maven-site-plugin.version>3.4</maven-site-plugin.version>
  1361. <maven-project-info-reports-plugin.version>2.8.1</maven-project-info-reports-plugin.version>
  1362. <maven-javadoc-plugin.version>2.10.3</maven-javadoc-plugin.version>
  1363. <maven-surefire-plugin.version>2.19</maven-surefire-plugin.version>
  1364. <maven-failsafe-plugin.version>2.19</maven-failsafe-plugin.version>
  1365. <maven-overview-plugin.version>1.6</maven-overview-plugin.version>
  1366. <stat-scm.version>1.2.0</stat-scm.version>
  1367. <versions-maven-plugin.version>2.2</versions-maven-plugin.version>
  1368. <native2ascii-maven-plugin.version>1.0-beta-1</native2ascii-maven-plugin.version>
  1369. <jacoco-maven-plugin.version>0.7.5.201505241946</jacoco-maven-plugin.version>
  1370. <maven-assembly-plugin.version>2.6</maven-assembly-plugin.version>
  1371. <maven-deploy-plugin.version>2.8.2</maven-deploy-plugin.version>
  1372. </properties>
  1373. <profiles>
  1374. <profile>
  1375. <id>functional</id>
  1376. <build>
  1377. <defaultGoal>verify</defaultGoal>
  1378. <plugins>
  1379. <plugin>
  1380. <groupId>org.apache.maven.plugins</groupId>
  1381. <artifactId>maven-failsafe-plugin</artifactId>
  1382. <configuration>
  1383. <argLine>${jacoco.agent.argLine}</argLine>
  1384. </configuration>
  1385. </plugin>
  1386. <plugin>
  1387. <groupId>org.mortbay.jetty</groupId>
  1388. <artifactId>maven-jetty-plugin</artifactId>
  1389. <configuration>
  1390. <scanIntervalSeconds>10</scanIntervalSeconds>
  1391. <stopPort>8005</stopPort>
  1392. <stopKey>STOP</stopKey>
  1393. </configuration>
  1394. <executions>
  1395. <execution>
  1396. <id>start-jetty</id>
  1397. <phase>pre-integration-test</phase>
  1398. <goals>
  1399. <goal>run-exploded</goal>
  1400. </goals>
  1401. <configuration>
  1402. <scanIntervalSeconds>0</scanIntervalSeconds>
  1403. <daemon>true</daemon>
  1404. </configuration>
  1405. </execution>
  1406. <execution>
  1407. <id>stop-jetty</id>
  1408. <phase>post-integration-test</phase>
  1409. <goals>
  1410. <goal>stop</goal>
  1411. </goals>
  1412. </execution>
  1413. </executions>
  1414. </plugin>
  1415. </plugins>
  1416. </build>
  1417. </profile>
  1418. <profile>
  1419. <id>format</id>
  1420. <build>
  1421. <defaultGoal>compile</defaultGoal>
  1422. <plugins>
  1423. <plugin>
  1424. <groupId>org.codehaus.mojo</groupId>
  1425. <artifactId>jalopy-maven-plugin</artifactId>
  1426. </plugin>
  1427. <plugin>
  1428. <groupId>com.googlecode.maven-java-formatter-plugin</groupId>
  1429. <artifactId>maven-java-formatter-plugin</artifactId>
  1430. </plugin>
  1431. </plugins>
  1432. </build>
  1433. </profile>
  1434. <profile>
  1435. <id>jacoco</id>
  1436. <build>
  1437. <defaultGoal>test</defaultGoal>
  1438. <plugins>
  1439. <plugin>
  1440. <groupId>org.jacoco</groupId>
  1441. <artifactId>jacoco-maven-plugin</artifactId>
  1442. <executions>
  1443. <execution>
  1444. <id>JaCoCo Agent</id>
  1445. <phase>test-compile</phase>
  1446. <goals>
  1447. <goal>prepare-agent</goal>
  1448. </goals>
  1449. </execution>
  1450. <execution>
  1451. <id>JaCoCo Report</id>
  1452. <phase>test</phase>
  1453. <goals>
  1454. <goal>report</goal>
  1455. </goals>
  1456. </execution>
  1457. </executions>
  1458. </plugin>
  1459. </plugins>
  1460. </build>
  1461. </profile>
  1462. <profile>
  1463. <id>jacoco-it</id>
  1464. <build>
  1465. <plugins>
  1466. <plugin>
  1467. <groupId>org.jacoco</groupId>
  1468. <artifactId>jacoco-maven-plugin</artifactId>
  1469. <configuration>
  1470. <propertyName>jacoco.agent.argLine</propertyName>
  1471. </configuration>
  1472. </plugin>
  1473. <plugin>
  1474. <groupId>org.apache.maven.plugins</groupId>
  1475. <artifactId>maven-antrun-plugin</artifactId>
  1476. <configuration>
  1477. <target>
  1478. <exec executable="cmd">
  1479. <env key="MAVEN_OPTS" value="${env.MAVEN_OPTS} ${jacoco.agent.argLine}"/>
  1480. <arg value="/c"/>
  1481. <arg value="mvn.bat"/>
  1482. <arg value="verify"/>
  1483. <arg value="-Pfunctional"/>
  1484. </exec>
  1485. </target>
  1486. </configuration>
  1487. </plugin>
  1488. </plugins>
  1489. </build>
  1490. </profile>
  1491. <profile>
  1492. <id>standalone</id>
  1493. <build>
  1494. <plugins>
  1495. <plugin>
  1496. <groupId>org.apache.maven.plugins</groupId>
  1497. <artifactId>maven-assembly-plugin</artifactId>
  1498. <executions>
  1499. <execution>
  1500. <phase>package</phase>
  1501. <goals>
  1502. <goal>single</goal>
  1503. </goals>
  1504. <configuration>
  1505. <descriptors>
  1506. <descriptor>assembly-standalone.xml</descriptor>
  1507. </descriptors>
  1508. <archive>
  1509. <manifest>
  1510. <mainClass>com.mossle.core.jetty.Main</mainClass>
  1511. </manifest>
  1512. </archive>
  1513. </configuration>
  1514. </execution>
  1515. </executions>
  1516. </plugin>
  1517. </plugins>
  1518. </build>
  1519. </profile>
  1520. </profiles>
  1521. </project>