Advertisement
StackOfDoom

pom

Jun 11th, 2017
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 134.56 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  4. <modelVersion>4.0.0</modelVersion>
  5. <parent>
  6. <groupId>org.springframework.boot</groupId>
  7. <artifactId>spring-boot-starter-parent</artifactId>
  8. <version>1.5.1.RELEASE</version>
  9. <relativePath></relativePath>
  10. </parent>
  11. <groupId>de.awesome.corporate.newworlds</groupId>
  12. <artifactId>New-Worlds</artifactId>
  13. <version>0.0.1-SNAPSHOT</version>
  14. <name>new-worlds</name>
  15. <description>Text-based Management Game</description>
  16. <url>http://projects.spring.io/spring-boot/New-Worlds/</url>
  17. <organization>
  18. <name>Pivotal Software, Inc.</name>
  19. <url>http://www.spring.io</url>
  20. </organization>
  21. <licenses>
  22. <license>
  23. <name>Apache License, Version 2.0</name>
  24. <url>http://www.apache.org/licenses/LICENSE-2.0</url>
  25. </license>
  26. </licenses>
  27. <developers>
  28. <developer>
  29. <id>pwebb</id>
  30. <name>Phillip Webb</name>
  31. <email>pwebb at pivotal.io</email>
  32. <organization>Pivotal Software, Inc.</organization>
  33. <organizationUrl>http://www.spring.io</organizationUrl>
  34. <roles>
  35. <role>Project lead</role>
  36. </roles>
  37. </developer>
  38. <developer>
  39. <id>dsyer</id>
  40. <name>Dave Syer</name>
  41. <email>dsyer at pivotal.io</email>
  42. <organization>Pivotal Software, Inc.</organization>
  43. <organizationUrl>http://www.spring.io</organizationUrl>
  44. <roles>
  45. <role>Project lead</role>
  46. </roles>
  47. </developer>
  48. </developers>
  49. <scm>
  50. <url>https://github.com/spring-projects/spring-boot/spring-boot-starter-parent/New-Worlds</url>
  51. </scm>
  52. <properties>
  53. <spring-batch.version>3.0.7.RELEASE</spring-batch.version>
  54. <undertow.version>1.4.8.Final</undertow.version>
  55. <httpclient.version>4.5.2</httpclient.version>
  56. <maven-surefire-plugin.version>2.18.1</maven-surefire-plugin.version>
  57. <webjars-locator.version>0.32</webjars-locator.version>
  58. <spring-ldap.version>2.3.1.RELEASE</spring-ldap.version>
  59. <spring-security-oauth.version>2.0.12.RELEASE</spring-security-oauth.version>
  60. <hibernate.version>5.0.11.Final</hibernate.version>
  61. <groovy.version>2.4.7</groovy.version>
  62. <spring-social-linkedin.version>1.0.2.RELEASE</spring-social-linkedin.version>
  63. <jmustache.version>1.13</jmustache.version>
  64. <spring-cloud-connectors.version>1.2.3.RELEASE</spring-cloud-connectors.version>
  65. <mockito.version>1.10.19</mockito.version>
  66. <json.version>20140107</json.version>
  67. <maven-antrun-plugin.version>1.8</maven-antrun-plugin.version>
  68. <java.version>1.8</java.version>
  69. <bitronix.version>2.1.4</bitronix.version>
  70. <commons-beanutils.version>1.9.3</commons-beanutils.version>
  71. <exec-maven-plugin.version>1.5.0</exec-maven-plugin.version>
  72. <atomikos.version>3.9.3</atomikos.version>
  73. <gradle.version>2.9</gradle.version>
  74. <maven-javadoc-plugin.version>2.10.4</maven-javadoc-plugin.version>
  75. <jersey.version>2.25.1</jersey.version>
  76. <jaxen.version>1.1.6</jaxen.version>
  77. <caffeine.version>2.3.5</caffeine.version>
  78. <couchbase-cache-client.version>2.1.0</couchbase-cache-client.version>
  79. <sun-mail.version>1.5.6</sun-mail.version>
  80. <wsdl4j.version>1.6.3</wsdl4j.version>
  81. <jedis.version>2.9.0</jedis.version>
  82. <javax-mail.version>1.5.6</javax-mail.version>
  83. <lombok.version>1.16.12</lombok.version>
  84. <maven-failsafe-plugin.version>2.18.1</maven-failsafe-plugin.version>
  85. <activemq.version>5.14.3</activemq.version>
  86. <spring-security-jwt.version>1.0.7.RELEASE</spring-security-jwt.version>
  87. <spring-mobile.version>1.1.5.RELEASE</spring-mobile.version>
  88. <commons-dbcp.version>1.4</commons-dbcp.version>
  89. <log4j2.version>2.7</log4j2.version>
  90. <hazelcast-hibernate5.version>1.1.3</hazelcast-hibernate5.version>
  91. <janino.version>2.7.8</janino.version>
  92. <aspectj.version>1.8.9</aspectj.version>
  93. <versions-maven-plugin.version>2.2</versions-maven-plugin.version>
  94. <spring-kafka.version>1.1.2.RELEASE</spring-kafka.version>
  95. <tomcat.version>8.5.11</tomcat.version>
  96. <postgresql.version>9.4.1212.jre7</postgresql.version>
  97. <statsd-client.version>3.1.0</statsd-client.version>
  98. <spring-social-twitter.version>1.1.2.RELEASE</spring-social-twitter.version>
  99. <flyway.version>3.2.1</flyway.version>
  100. <snakeyaml.version>1.17</snakeyaml.version>
  101. <thymeleaf-extras-conditionalcomments.version>2.1.2.RELEASE</thymeleaf-extras-conditionalcomments.version>
  102. <maven-enforcer-plugin.version>1.4</maven-enforcer-plugin.version>
  103. <resource.delimiter>@</resource.delimiter>
  104. <maven-dependency-plugin.version>2.10</maven-dependency-plugin.version>
  105. <assertj.version>2.6.0</assertj.version>
  106. <hikaricp.version>2.5.1</hikaricp.version>
  107. <nekohtml.version>1.9.22</nekohtml.version>
  108. <jest.version>2.0.4</jest.version>
  109. <javax-transaction.version>1.2</javax-transaction.version>
  110. <hazelcast.version>3.7.5</hazelcast.version>
  111. <glassfish-el.version>3.0.0</glassfish-el.version>
  112. <mariadb.version>1.5.7</mariadb.version>
  113. <javax-validation.version>1.1.0.Final</javax-validation.version>
  114. <thymeleaf-extras-java8time.version>2.1.0.RELEASE</thymeleaf-extras-java8time.version>
  115. <crashub.version>1.3.2</crashub.version>
  116. <spring-social.version>1.1.4.RELEASE</spring-social.version>
  117. <spring-security.version>4.2.1.RELEASE</spring-security.version>
  118. <solr.version>5.5.3</solr.version>
  119. <maven-eclipse-plugin.version>2.10</maven-eclipse-plugin.version>
  120. <gemfire.version>8.2.0</gemfire.version>
  121. <neo4j-ogm.version>2.1.1</neo4j-ogm.version>
  122. <servlet-api.version>3.1.0</servlet-api.version>
  123. <joda-time.version>2.9.7</joda-time.version>
  124. <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
  125. <hibernate-validator.version>5.3.4.Final</hibernate-validator.version>
  126. <jaybird.version>2.2.12</jaybird.version>
  127. <commons-collections.version>3.2.2</commons-collections.version>
  128. <liquibase.version>3.5.3</liquibase.version>
  129. <hikaricp-java6.version>2.3.13</hikaricp-java6.version>
  130. <maven-resources-plugin.version>2.7</maven-resources-plugin.version>
  131. <embedded-mongo.version>1.50.5</embedded-mongo.version>
  132. <spring-integration.version>4.3.7.RELEASE</spring-integration.version>
  133. <querydsl.version>4.1.4</querydsl.version>
  134. <mongodb.version>3.4.1</mongodb.version>
  135. <commons-codec.version>1.10</commons-codec.version>
  136. <antlr2.version>2.7.7</antlr2.version>
  137. <maven-jar-plugin.version>2.6</maven-jar-plugin.version>
  138. <xml-apis.version>1.4.01</xml-apis.version>
  139. <jms-api.version>1.1-rev-1</jms-api.version>
  140. <selenium.version>2.53.1</selenium.version>
  141. <jetty-el.version>8.0.33</jetty-el.version>
  142. <maven-help-plugin.version>2.2</maven-help-plugin.version>
  143. <jetty.version>9.4.1.v20170120</jetty.version>
  144. <ehcache.version>2.10.3</ehcache.version>
  145. <mssql-jdbc.version>6.1.0.jre7</mssql-jdbc.version>
  146. <spring-integration-java-dsl.version>1.2.1.RELEASE</spring-integration-java-dsl.version>
  147. <spring-retry.version>1.2.0.RELEASE</spring-retry.version>
  148. <ehcache3.version>3.2.0</ehcache3.version>
  149. <simple-json.version>1.1.1</simple-json.version>
  150. <couchbase-client.version>2.3.7</couchbase-client.version>
  151. <narayana.version>5.5.1.Final</narayana.version>
  152. <freemarker.version>2.3.25-incubating</freemarker.version>
  153. <infinispan.version>8.2.5.Final</infinispan.version>
  154. <unboundid-ldapsdk.version>3.2.0</unboundid-ldapsdk.version>
  155. <httpasyncclient.version>4.1.2</httpasyncclient.version>
  156. <thymeleaf-extras-springsecurity4.version>2.1.3.RELEASE</thymeleaf-extras-springsecurity4.version>
  157. <spring-social-facebook.version>2.0.3.RELEASE</spring-social-facebook.version>
  158. <classmate.version>1.3.3</classmate.version>
  159. <artemis.version>1.5.2</artemis.version>
  160. <spring-plugin.version>1.2.0.RELEASE</spring-plugin.version>
  161. <spring.version>4.3.6.RELEASE</spring.version>
  162. <selenium-htmlunit.version>2.21</selenium-htmlunit.version>
  163. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  164. <appengine-sdk.version>1.9.48</appengine-sdk.version>
  165. <maven-shade-plugin.version>2.4.3</maven-shade-plugin.version>
  166. <commons-dbcp2.version>2.1.1</commons-dbcp2.version>
  167. <htmlunit.version>2.21</htmlunit.version>
  168. <jboss-transaction-spi.version>7.5.0.Final</jboss-transaction-spi.version>
  169. <hamcrest.version>1.3</hamcrest.version>
  170. <junit.version>4.12</junit.version>
  171. <maven-install-plugin.version>2.5.2</maven-install-plugin.version>
  172. <javax-cache.version>1.0.0</javax-cache.version>
  173. <build-helper-maven-plugin.version>1.10</build-helper-maven-plugin.version>
  174. <jtds.version>1.3.1</jtds.version>
  175. <mysql.version>5.1.40</mysql.version>
  176. <slf4j.version>1.7.22</slf4j.version>
  177. <git-commit-id-plugin.version>2.2.2</git-commit-id-plugin.version>
  178. <maven-compiler-plugin.version>3.1</maven-compiler-plugin.version>
  179. <derby.version>10.13.1.1</derby.version>
  180. <thymeleaf-layout-dialect.version>1.4.0</thymeleaf-layout-dialect.version>
  181. <jooq.version>3.9.1</jooq.version>
  182. <logback.version>1.1.9</logback.version>
  183. <maven-clean-plugin.version>2.6.1</maven-clean-plugin.version>
  184. <spring-restdocs.version>1.1.2.RELEASE</spring-restdocs.version>
  185. <jsonassert.version>1.4.0</jsonassert.version>
  186. <spring-session.version>1.3.0.RELEASE</spring-session.version>
  187. <elasticsearch.version>2.4.4</elasticsearch.version>
  188. <httpcore.version>4.4.6</httpcore.version>
  189. <sqlite-jdbc.version>3.15.1</sqlite-jdbc.version>
  190. <dom4j.version>1.6.1</dom4j.version>
  191. <thymeleaf-extras-data-attribute.version>1.3</thymeleaf-extras-data-attribute.version>
  192. <jdom2.version>2.0.6</jdom2.version>
  193. <jetty-jsp.version>2.2.0.v201112011158</jetty-jsp.version>
  194. <javassist.version>3.21.0-GA</javassist.version>
  195. <json-path.version>2.2.0</json-path.version>
  196. <spring-hateoas.version>0.23.0.RELEASE</spring-hateoas.version>
  197. <sendgrid.version>2.2.2</sendgrid.version>
  198. <spring-data-releasetrain.version>Ingalls-RELEASE</spring-data-releasetrain.version>
  199. <spring-ws.version>2.4.0.RELEASE</spring-ws.version>
  200. <dropwizard-metrics.version>3.1.2</dropwizard-metrics.version>
  201. <commons-pool.version>1.6</commons-pool.version>
  202. <jboss-logging.version>3.3.0.Final</jboss-logging.version>
  203. <jstl.version>1.2</jstl.version>
  204. <hazelcast-hibernate4.version>3.7.1</hazelcast-hibernate4.version>
  205. <webjars-hal-browser.version>9f96c74</webjars-hal-browser.version>
  206. <maven-war-plugin.version>2.6</maven-war-plugin.version>
  207. <gson.version>2.8.0</gson.version>
  208. <h2.version>1.4.193</h2.version>
  209. <cassandra-driver.version>3.1.3</cassandra-driver.version>
  210. <jolokia.version>1.3.5</jolokia.version>
  211. <maven-assembly-plugin.version>2.6</maven-assembly-plugin.version>
  212. <commons-digester.version>2.1</commons-digester.version>
  213. <jackson.version>2.8.6</jackson.version>
  214. <jna.version>4.2.2</jna.version>
  215. <maven-source-plugin.version>2.4</maven-source-plugin.version>
  216. <maven.compiler.target>1.8</maven.compiler.target>
  217. <maven-deploy-plugin.version>2.8.2</maven-deploy-plugin.version>
  218. <thymeleaf.version>2.1.5.RELEASE</thymeleaf.version>
  219. <reactor-spring.version>2.0.7.RELEASE</reactor-spring.version>
  220. <spring-loaded.version>1.2.6.RELEASE</spring-loaded.version>
  221. <commons-pool2.version>2.4.2</commons-pool2.version>
  222. <spock.version>1.0-groovy-2.4</spock.version>
  223. <reactor.version>2.0.8.RELEASE</reactor.version>
  224. <maven-site-plugin.version>3.5.1</maven-site-plugin.version>
  225. <maven-invoker-plugin.version>1.10</maven-invoker-plugin.version>
  226. <spring-amqp.version>1.7.0.RELEASE</spring-amqp.version>
  227. <maven.compiler.source>1.8</maven.compiler.source>
  228. <hsqldb.version>2.3.3</hsqldb.version>
  229. </properties>
  230. <dependencyManagement>
  231. <dependencies>
  232. <dependency>
  233. <groupId>org.springframework</groupId>
  234. <artifactId>spring-core</artifactId>
  235. <version>4.3.6.RELEASE</version>
  236. <exclusions>
  237. <exclusion>
  238. <artifactId>commons-logging</artifactId>
  239. <groupId>commons-logging</groupId>
  240. </exclusion>
  241. </exclusions>
  242. </dependency>
  243. <dependency>
  244. <groupId>org.springframework.boot</groupId>
  245. <artifactId>spring-boot</artifactId>
  246. <version>1.5.1.RELEASE</version>
  247. </dependency>
  248. <dependency>
  249. <groupId>org.springframework.boot</groupId>
  250. <artifactId>spring-boot</artifactId>
  251. <version>1.5.1.RELEASE</version>
  252. <type>test-jar</type>
  253. </dependency>
  254. <dependency>
  255. <groupId>org.springframework.boot</groupId>
  256. <artifactId>spring-boot-test</artifactId>
  257. <version>1.5.1.RELEASE</version>
  258. </dependency>
  259. <dependency>
  260. <groupId>org.springframework.boot</groupId>
  261. <artifactId>spring-boot-test</artifactId>
  262. <version>1.5.1.RELEASE</version>
  263. <type>test-jar</type>
  264. </dependency>
  265. <dependency>
  266. <groupId>org.springframework.boot</groupId>
  267. <artifactId>spring-boot-test-autoconfigure</artifactId>
  268. <version>1.5.1.RELEASE</version>
  269. </dependency>
  270. <dependency>
  271. <groupId>org.springframework.boot</groupId>
  272. <artifactId>spring-boot-test-support</artifactId>
  273. <version>1.5.1.RELEASE</version>
  274. </dependency>
  275. <dependency>
  276. <groupId>org.springframework.boot</groupId>
  277. <artifactId>spring-boot-actuator</artifactId>
  278. <version>1.5.1.RELEASE</version>
  279. </dependency>
  280. <dependency>
  281. <groupId>org.springframework.boot</groupId>
  282. <artifactId>spring-boot-actuator-docs</artifactId>
  283. <version>1.5.1.RELEASE</version>
  284. </dependency>
  285. <dependency>
  286. <groupId>org.springframework.boot</groupId>
  287. <artifactId>spring-boot-autoconfigure</artifactId>
  288. <version>1.5.1.RELEASE</version>
  289. </dependency>
  290. <dependency>
  291. <groupId>org.springframework.boot</groupId>
  292. <artifactId>spring-boot-autoconfigure-processor</artifactId>
  293. <version>1.5.1.RELEASE</version>
  294. </dependency>
  295. <dependency>
  296. <groupId>org.springframework.boot</groupId>
  297. <artifactId>spring-boot-configuration-metadata</artifactId>
  298. <version>1.5.1.RELEASE</version>
  299. </dependency>
  300. <dependency>
  301. <groupId>org.springframework.boot</groupId>
  302. <artifactId>spring-boot-configuration-processor</artifactId>
  303. <version>1.5.1.RELEASE</version>
  304. </dependency>
  305. <dependency>
  306. <groupId>org.springframework.boot</groupId>
  307. <artifactId>spring-boot-devtools</artifactId>
  308. <version>1.5.1.RELEASE</version>
  309. </dependency>
  310. <dependency>
  311. <groupId>org.springframework.boot</groupId>
  312. <artifactId>spring-boot-loader</artifactId>
  313. <version>1.5.1.RELEASE</version>
  314. </dependency>
  315. <dependency>
  316. <groupId>org.springframework.boot</groupId>
  317. <artifactId>spring-boot-loader-tools</artifactId>
  318. <version>1.5.1.RELEASE</version>
  319. </dependency>
  320. <dependency>
  321. <groupId>org.springframework.boot</groupId>
  322. <artifactId>spring-boot-starter</artifactId>
  323. <version>1.5.1.RELEASE</version>
  324. <exclusions>
  325. <exclusion>
  326. <artifactId>commons-logging</artifactId>
  327. <groupId>commons-logging</groupId>
  328. </exclusion>
  329. </exclusions>
  330. </dependency>
  331. <dependency>
  332. <groupId>org.springframework.boot</groupId>
  333. <artifactId>spring-boot-starter-activemq</artifactId>
  334. <version>1.5.1.RELEASE</version>
  335. </dependency>
  336. <dependency>
  337. <groupId>org.springframework.boot</groupId>
  338. <artifactId>spring-boot-starter-actuator</artifactId>
  339. <version>1.5.1.RELEASE</version>
  340. </dependency>
  341. <dependency>
  342. <groupId>org.springframework.boot</groupId>
  343. <artifactId>spring-boot-starter-amqp</artifactId>
  344. <version>1.5.1.RELEASE</version>
  345. </dependency>
  346. <dependency>
  347. <groupId>org.springframework.boot</groupId>
  348. <artifactId>spring-boot-starter-aop</artifactId>
  349. <version>1.5.1.RELEASE</version>
  350. </dependency>
  351. <dependency>
  352. <groupId>org.springframework.boot</groupId>
  353. <artifactId>spring-boot-starter-artemis</artifactId>
  354. <version>1.5.1.RELEASE</version>
  355. </dependency>
  356. <dependency>
  357. <groupId>org.springframework.boot</groupId>
  358. <artifactId>spring-boot-starter-batch</artifactId>
  359. <version>1.5.1.RELEASE</version>
  360. </dependency>
  361. <dependency>
  362. <groupId>org.springframework.boot</groupId>
  363. <artifactId>spring-boot-starter-cache</artifactId>
  364. <version>1.5.1.RELEASE</version>
  365. </dependency>
  366. <dependency>
  367. <groupId>org.springframework.boot</groupId>
  368. <artifactId>spring-boot-starter-cloud-connectors</artifactId>
  369. <version>1.5.1.RELEASE</version>
  370. </dependency>
  371. <dependency>
  372. <groupId>org.springframework.boot</groupId>
  373. <artifactId>spring-boot-starter-data-cassandra</artifactId>
  374. <version>1.5.1.RELEASE</version>
  375. </dependency>
  376. <dependency>
  377. <groupId>org.springframework.boot</groupId>
  378. <artifactId>spring-boot-starter-data-couchbase</artifactId>
  379. <version>1.5.1.RELEASE</version>
  380. </dependency>
  381. <dependency>
  382. <groupId>org.springframework.boot</groupId>
  383. <artifactId>spring-boot-starter-data-elasticsearch</artifactId>
  384. <version>1.5.1.RELEASE</version>
  385. </dependency>
  386. <dependency>
  387. <groupId>org.springframework.boot</groupId>
  388. <artifactId>spring-boot-starter-data-gemfire</artifactId>
  389. <version>1.5.1.RELEASE</version>
  390. </dependency>
  391. <dependency>
  392. <groupId>org.springframework.boot</groupId>
  393. <artifactId>spring-boot-starter-data-jpa</artifactId>
  394. <version>1.5.1.RELEASE</version>
  395. </dependency>
  396. <dependency>
  397. <groupId>org.springframework.boot</groupId>
  398. <artifactId>spring-boot-starter-data-ldap</artifactId>
  399. <version>1.5.1.RELEASE</version>
  400. </dependency>
  401. <dependency>
  402. <groupId>org.springframework.boot</groupId>
  403. <artifactId>spring-boot-starter-data-mongodb</artifactId>
  404. <version>1.5.1.RELEASE</version>
  405. </dependency>
  406. <dependency>
  407. <groupId>org.springframework.boot</groupId>
  408. <artifactId>spring-boot-starter-data-redis</artifactId>
  409. <version>1.5.1.RELEASE</version>
  410. </dependency>
  411. <dependency>
  412. <groupId>org.springframework.boot</groupId>
  413. <artifactId>spring-boot-starter-data-neo4j</artifactId>
  414. <version>1.5.1.RELEASE</version>
  415. </dependency>
  416. <dependency>
  417. <groupId>org.springframework.boot</groupId>
  418. <artifactId>spring-boot-starter-data-rest</artifactId>
  419. <version>1.5.1.RELEASE</version>
  420. </dependency>
  421. <dependency>
  422. <groupId>org.springframework.boot</groupId>
  423. <artifactId>spring-boot-starter-data-solr</artifactId>
  424. <version>1.5.1.RELEASE</version>
  425. </dependency>
  426. <dependency>
  427. <groupId>org.springframework.boot</groupId>
  428. <artifactId>spring-boot-starter-freemarker</artifactId>
  429. <version>1.5.1.RELEASE</version>
  430. </dependency>
  431. <dependency>
  432. <groupId>org.springframework.boot</groupId>
  433. <artifactId>spring-boot-starter-groovy-templates</artifactId>
  434. <version>1.5.1.RELEASE</version>
  435. </dependency>
  436. <dependency>
  437. <groupId>org.springframework.boot</groupId>
  438. <artifactId>spring-boot-starter-hateoas</artifactId>
  439. <version>1.5.1.RELEASE</version>
  440. </dependency>
  441. <dependency>
  442. <groupId>org.springframework.boot</groupId>
  443. <artifactId>spring-boot-starter-integration</artifactId>
  444. <version>1.5.1.RELEASE</version>
  445. </dependency>
  446. <dependency>
  447. <groupId>org.springframework.boot</groupId>
  448. <artifactId>spring-boot-starter-jdbc</artifactId>
  449. <version>1.5.1.RELEASE</version>
  450. </dependency>
  451. <dependency>
  452. <groupId>org.springframework.boot</groupId>
  453. <artifactId>spring-boot-starter-jersey</artifactId>
  454. <version>1.5.1.RELEASE</version>
  455. </dependency>
  456. <dependency>
  457. <groupId>org.springframework.boot</groupId>
  458. <artifactId>spring-boot-starter-jetty</artifactId>
  459. <version>1.5.1.RELEASE</version>
  460. </dependency>
  461. <dependency>
  462. <groupId>org.springframework.boot</groupId>
  463. <artifactId>spring-boot-starter-jooq</artifactId>
  464. <version>1.5.1.RELEASE</version>
  465. </dependency>
  466. <dependency>
  467. <groupId>org.springframework.boot</groupId>
  468. <artifactId>spring-boot-starter-jta-atomikos</artifactId>
  469. <version>1.5.1.RELEASE</version>
  470. </dependency>
  471. <dependency>
  472. <groupId>org.springframework.boot</groupId>
  473. <artifactId>spring-boot-starter-jta-bitronix</artifactId>
  474. <version>1.5.1.RELEASE</version>
  475. </dependency>
  476. <dependency>
  477. <groupId>org.springframework.boot</groupId>
  478. <artifactId>spring-boot-starter-undertow</artifactId>
  479. <version>1.5.1.RELEASE</version>
  480. </dependency>
  481. <dependency>
  482. <groupId>org.springframework.boot</groupId>
  483. <artifactId>spring-boot-starter-log4j2</artifactId>
  484. <version>1.5.1.RELEASE</version>
  485. </dependency>
  486. <dependency>
  487. <groupId>org.springframework.boot</groupId>
  488. <artifactId>spring-boot-starter-logging</artifactId>
  489. <version>1.5.1.RELEASE</version>
  490. </dependency>
  491. <dependency>
  492. <groupId>org.springframework.boot</groupId>
  493. <artifactId>spring-boot-starter-mail</artifactId>
  494. <version>1.5.1.RELEASE</version>
  495. </dependency>
  496. <dependency>
  497. <groupId>org.springframework.boot</groupId>
  498. <artifactId>spring-boot-starter-mobile</artifactId>
  499. <version>1.5.1.RELEASE</version>
  500. </dependency>
  501. <dependency>
  502. <groupId>org.springframework.boot</groupId>
  503. <artifactId>spring-boot-starter-mustache</artifactId>
  504. <version>1.5.1.RELEASE</version>
  505. </dependency>
  506. <dependency>
  507. <groupId>org.springframework.boot</groupId>
  508. <artifactId>spring-boot-starter-jta-narayana</artifactId>
  509. <version>1.5.1.RELEASE</version>
  510. </dependency>
  511. <dependency>
  512. <groupId>org.springframework.boot</groupId>
  513. <artifactId>spring-boot-starter-remote-shell</artifactId>
  514. <version>1.5.1.RELEASE</version>
  515. </dependency>
  516. <dependency>
  517. <groupId>org.springframework.boot</groupId>
  518. <artifactId>spring-boot-starter-security</artifactId>
  519. <version>1.5.1.RELEASE</version>
  520. </dependency>
  521. <dependency>
  522. <groupId>org.springframework.boot</groupId>
  523. <artifactId>spring-boot-starter-social-facebook</artifactId>
  524. <version>1.5.1.RELEASE</version>
  525. </dependency>
  526. <dependency>
  527. <groupId>org.springframework.boot</groupId>
  528. <artifactId>spring-boot-starter-social-linkedin</artifactId>
  529. <version>1.5.1.RELEASE</version>
  530. </dependency>
  531. <dependency>
  532. <groupId>org.springframework.boot</groupId>
  533. <artifactId>spring-boot-starter-social-twitter</artifactId>
  534. <version>1.5.1.RELEASE</version>
  535. </dependency>
  536. <dependency>
  537. <groupId>org.springframework.boot</groupId>
  538. <artifactId>spring-boot-starter-test</artifactId>
  539. <version>1.5.1.RELEASE</version>
  540. <exclusions>
  541. <exclusion>
  542. <artifactId>commons-logging</artifactId>
  543. <groupId>commons-logging</groupId>
  544. </exclusion>
  545. </exclusions>
  546. </dependency>
  547. <dependency>
  548. <groupId>org.springframework.boot</groupId>
  549. <artifactId>spring-boot-starter-thymeleaf</artifactId>
  550. <version>1.5.1.RELEASE</version>
  551. </dependency>
  552. <dependency>
  553. <groupId>org.springframework.boot</groupId>
  554. <artifactId>spring-boot-starter-tomcat</artifactId>
  555. <version>1.5.1.RELEASE</version>
  556. </dependency>
  557. <dependency>
  558. <groupId>org.springframework.boot</groupId>
  559. <artifactId>spring-boot-starter-validation</artifactId>
  560. <version>1.5.1.RELEASE</version>
  561. </dependency>
  562. <dependency>
  563. <groupId>org.springframework.boot</groupId>
  564. <artifactId>spring-boot-starter-web</artifactId>
  565. <version>1.5.1.RELEASE</version>
  566. </dependency>
  567. <dependency>
  568. <groupId>org.springframework.boot</groupId>
  569. <artifactId>spring-boot-starter-websocket</artifactId>
  570. <version>1.5.1.RELEASE</version>
  571. </dependency>
  572. <dependency>
  573. <groupId>org.springframework.boot</groupId>
  574. <artifactId>spring-boot-starter-web-services</artifactId>
  575. <version>1.5.1.RELEASE</version>
  576. </dependency>
  577. <dependency>
  578. <groupId>antlr</groupId>
  579. <artifactId>antlr</artifactId>
  580. <version>2.7.7</version>
  581. </dependency>
  582. <dependency>
  583. <groupId>ch.qos.logback</groupId>
  584. <artifactId>logback-access</artifactId>
  585. <version>1.1.9</version>
  586. </dependency>
  587. <dependency>
  588. <groupId>ch.qos.logback</groupId>
  589. <artifactId>logback-classic</artifactId>
  590. <version>1.1.9</version>
  591. </dependency>
  592. <dependency>
  593. <groupId>ch.qos.logback</groupId>
  594. <artifactId>logback-core</artifactId>
  595. <version>1.1.9</version>
  596. </dependency>
  597. <dependency>
  598. <groupId>com.atomikos</groupId>
  599. <artifactId>transactions-jdbc</artifactId>
  600. <version>3.9.3</version>
  601. </dependency>
  602. <dependency>
  603. <groupId>com.atomikos</groupId>
  604. <artifactId>transactions-jms</artifactId>
  605. <version>3.9.3</version>
  606. </dependency>
  607. <dependency>
  608. <groupId>com.atomikos</groupId>
  609. <artifactId>transactions-jta</artifactId>
  610. <version>3.9.3</version>
  611. </dependency>
  612. <dependency>
  613. <groupId>com.couchbase.client</groupId>
  614. <artifactId>java-client</artifactId>
  615. <version>2.3.7</version>
  616. </dependency>
  617. <dependency>
  618. <groupId>com.couchbase.client</groupId>
  619. <artifactId>couchbase-spring-cache</artifactId>
  620. <version>2.1.0</version>
  621. </dependency>
  622. <dependency>
  623. <groupId>com.datastax.cassandra</groupId>
  624. <artifactId>cassandra-driver-core</artifactId>
  625. <version>3.1.3</version>
  626. </dependency>
  627. <dependency>
  628. <groupId>com.datastax.cassandra</groupId>
  629. <artifactId>cassandra-driver-mapping</artifactId>
  630. <version>3.1.3</version>
  631. </dependency>
  632. <dependency>
  633. <groupId>com.fasterxml</groupId>
  634. <artifactId>classmate</artifactId>
  635. <version>1.3.3</version>
  636. </dependency>
  637. <dependency>
  638. <groupId>com.gemstone.gemfire</groupId>
  639. <artifactId>gemfire</artifactId>
  640. <version>8.2.0</version>
  641. </dependency>
  642. <dependency>
  643. <groupId>com.github.ben-manes.caffeine</groupId>
  644. <artifactId>caffeine</artifactId>
  645. <version>2.3.5</version>
  646. </dependency>
  647. <dependency>
  648. <groupId>com.github.mxab.thymeleaf.extras</groupId>
  649. <artifactId>thymeleaf-extras-data-attribute</artifactId>
  650. <version>1.3</version>
  651. </dependency>
  652. <dependency>
  653. <groupId>com.google.appengine</groupId>
  654. <artifactId>appengine-api-1.0-sdk</artifactId>
  655. <version>1.9.48</version>
  656. </dependency>
  657. <dependency>
  658. <groupId>com.google.code.gson</groupId>
  659. <artifactId>gson</artifactId>
  660. <version>2.8.0</version>
  661. </dependency>
  662. <dependency>
  663. <groupId>com.googlecode.json-simple</groupId>
  664. <artifactId>json-simple</artifactId>
  665. <version>1.1.1</version>
  666. </dependency>
  667. <dependency>
  668. <groupId>com.h2database</groupId>
  669. <artifactId>h2</artifactId>
  670. <version>1.4.193</version>
  671. </dependency>
  672. <dependency>
  673. <groupId>com.hazelcast</groupId>
  674. <artifactId>hazelcast</artifactId>
  675. <version>3.7.5</version>
  676. </dependency>
  677. <dependency>
  678. <groupId>com.hazelcast</groupId>
  679. <artifactId>hazelcast-client</artifactId>
  680. <version>3.7.5</version>
  681. </dependency>
  682. <dependency>
  683. <groupId>com.hazelcast</groupId>
  684. <artifactId>hazelcast-hibernate4</artifactId>
  685. <version>3.7.1</version>
  686. </dependency>
  687. <dependency>
  688. <groupId>com.hazelcast</groupId>
  689. <artifactId>hazelcast-hibernate5</artifactId>
  690. <version>1.1.3</version>
  691. </dependency>
  692. <dependency>
  693. <groupId>com.hazelcast</groupId>
  694. <artifactId>hazelcast-spring</artifactId>
  695. <version>3.7.5</version>
  696. </dependency>
  697. <dependency>
  698. <groupId>com.jayway.jsonpath</groupId>
  699. <artifactId>json-path</artifactId>
  700. <version>2.2.0</version>
  701. </dependency>
  702. <dependency>
  703. <groupId>com.jayway.jsonpath</groupId>
  704. <artifactId>json-path-assert</artifactId>
  705. <version>2.2.0</version>
  706. </dependency>
  707. <dependency>
  708. <groupId>com.microsoft.sqlserver</groupId>
  709. <artifactId>mssql-jdbc</artifactId>
  710. <version>6.1.0.jre7</version>
  711. </dependency>
  712. <dependency>
  713. <groupId>com.querydsl</groupId>
  714. <artifactId>querydsl-apt</artifactId>
  715. <version>4.1.4</version>
  716. </dependency>
  717. <dependency>
  718. <groupId>com.querydsl</groupId>
  719. <artifactId>querydsl-collections</artifactId>
  720. <version>4.1.4</version>
  721. </dependency>
  722. <dependency>
  723. <groupId>com.querydsl</groupId>
  724. <artifactId>querydsl-core</artifactId>
  725. <version>4.1.4</version>
  726. </dependency>
  727. <dependency>
  728. <groupId>com.querydsl</groupId>
  729. <artifactId>querydsl-jpa</artifactId>
  730. <version>4.1.4</version>
  731. </dependency>
  732. <dependency>
  733. <groupId>com.querydsl</groupId>
  734. <artifactId>querydsl-mongodb</artifactId>
  735. <version>4.1.4</version>
  736. <exclusions>
  737. <exclusion>
  738. <artifactId>mongo-java-driver</artifactId>
  739. <groupId>org.mongodb</groupId>
  740. </exclusion>
  741. </exclusions>
  742. </dependency>
  743. <dependency>
  744. <groupId>com.samskivert</groupId>
  745. <artifactId>jmustache</artifactId>
  746. <version>1.13</version>
  747. </dependency>
  748. <dependency>
  749. <groupId>com.sendgrid</groupId>
  750. <artifactId>sendgrid-java</artifactId>
  751. <version>2.2.2</version>
  752. </dependency>
  753. <dependency>
  754. <groupId>com.sun.mail</groupId>
  755. <artifactId>javax.mail</artifactId>
  756. <version>1.5.6</version>
  757. </dependency>
  758. <dependency>
  759. <groupId>com.timgroup</groupId>
  760. <artifactId>java-statsd-client</artifactId>
  761. <version>3.1.0</version>
  762. </dependency>
  763. <dependency>
  764. <groupId>com.unboundid</groupId>
  765. <artifactId>unboundid-ldapsdk</artifactId>
  766. <version>3.2.0</version>
  767. </dependency>
  768. <dependency>
  769. <groupId>com.zaxxer</groupId>
  770. <artifactId>HikariCP</artifactId>
  771. <version>2.5.1</version>
  772. </dependency>
  773. <dependency>
  774. <groupId>com.zaxxer</groupId>
  775. <artifactId>HikariCP-java6</artifactId>
  776. <version>2.3.13</version>
  777. </dependency>
  778. <dependency>
  779. <groupId>commons-beanutils</groupId>
  780. <artifactId>commons-beanutils</artifactId>
  781. <version>1.9.3</version>
  782. <exclusions>
  783. <exclusion>
  784. <artifactId>commons-logging</artifactId>
  785. <groupId>commons-logging</groupId>
  786. </exclusion>
  787. </exclusions>
  788. </dependency>
  789. <dependency>
  790. <groupId>commons-collections</groupId>
  791. <artifactId>commons-collections</artifactId>
  792. <version>3.2.2</version>
  793. </dependency>
  794. <dependency>
  795. <groupId>commons-codec</groupId>
  796. <artifactId>commons-codec</artifactId>
  797. <version>1.10</version>
  798. </dependency>
  799. <dependency>
  800. <groupId>commons-dbcp</groupId>
  801. <artifactId>commons-dbcp</artifactId>
  802. <version>1.4</version>
  803. </dependency>
  804. <dependency>
  805. <groupId>commons-digester</groupId>
  806. <artifactId>commons-digester</artifactId>
  807. <version>2.1</version>
  808. <exclusions>
  809. <exclusion>
  810. <artifactId>commons-logging</artifactId>
  811. <groupId>commons-logging</groupId>
  812. </exclusion>
  813. </exclusions>
  814. </dependency>
  815. <dependency>
  816. <groupId>commons-pool</groupId>
  817. <artifactId>commons-pool</artifactId>
  818. <version>1.6</version>
  819. </dependency>
  820. <dependency>
  821. <groupId>de.flapdoodle.embed</groupId>
  822. <artifactId>de.flapdoodle.embed.mongo</artifactId>
  823. <version>1.50.5</version>
  824. </dependency>
  825. <dependency>
  826. <groupId>dom4j</groupId>
  827. <artifactId>dom4j</artifactId>
  828. <version>1.6.1</version>
  829. </dependency>
  830. <dependency>
  831. <groupId>io.dropwizard.metrics</groupId>
  832. <artifactId>metrics-core</artifactId>
  833. <version>3.1.2</version>
  834. </dependency>
  835. <dependency>
  836. <groupId>io.dropwizard.metrics</groupId>
  837. <artifactId>metrics-ganglia</artifactId>
  838. <version>3.1.2</version>
  839. </dependency>
  840. <dependency>
  841. <groupId>io.dropwizard.metrics</groupId>
  842. <artifactId>metrics-graphite</artifactId>
  843. <version>3.1.2</version>
  844. </dependency>
  845. <dependency>
  846. <groupId>io.dropwizard.metrics</groupId>
  847. <artifactId>metrics-servlets</artifactId>
  848. <version>3.1.2</version>
  849. </dependency>
  850. <dependency>
  851. <groupId>io.projectreactor</groupId>
  852. <artifactId>reactor-bus</artifactId>
  853. <version>2.0.8.RELEASE</version>
  854. </dependency>
  855. <dependency>
  856. <groupId>io.projectreactor</groupId>
  857. <artifactId>reactor-core</artifactId>
  858. <version>2.0.8.RELEASE</version>
  859. </dependency>
  860. <dependency>
  861. <groupId>io.projectreactor</groupId>
  862. <artifactId>reactor-groovy</artifactId>
  863. <version>2.0.8.RELEASE</version>
  864. </dependency>
  865. <dependency>
  866. <groupId>io.projectreactor</groupId>
  867. <artifactId>reactor-groovy-extensions</artifactId>
  868. <version>2.0.8.RELEASE</version>
  869. </dependency>
  870. <dependency>
  871. <groupId>io.projectreactor</groupId>
  872. <artifactId>reactor-logback</artifactId>
  873. <version>2.0.8.RELEASE</version>
  874. </dependency>
  875. <dependency>
  876. <groupId>io.projectreactor</groupId>
  877. <artifactId>reactor-net</artifactId>
  878. <version>2.0.8.RELEASE</version>
  879. </dependency>
  880. <dependency>
  881. <groupId>io.projectreactor</groupId>
  882. <artifactId>reactor-stream</artifactId>
  883. <version>2.0.8.RELEASE</version>
  884. </dependency>
  885. <dependency>
  886. <groupId>io.projectreactor.spring</groupId>
  887. <artifactId>reactor-spring-context</artifactId>
  888. <version>2.0.7.RELEASE</version>
  889. </dependency>
  890. <dependency>
  891. <groupId>io.projectreactor.spring</groupId>
  892. <artifactId>reactor-spring-core</artifactId>
  893. <version>2.0.7.RELEASE</version>
  894. </dependency>
  895. <dependency>
  896. <groupId>io.projectreactor.spring</groupId>
  897. <artifactId>reactor-spring-messaging</artifactId>
  898. <version>2.0.7.RELEASE</version>
  899. </dependency>
  900. <dependency>
  901. <groupId>io.projectreactor.spring</groupId>
  902. <artifactId>reactor-spring-webmvc</artifactId>
  903. <version>2.0.7.RELEASE</version>
  904. </dependency>
  905. <dependency>
  906. <groupId>io.searchbox</groupId>
  907. <artifactId>jest</artifactId>
  908. <version>2.0.4</version>
  909. </dependency>
  910. <dependency>
  911. <groupId>io.undertow</groupId>
  912. <artifactId>undertow-core</artifactId>
  913. <version>1.4.8.Final</version>
  914. </dependency>
  915. <dependency>
  916. <groupId>io.undertow</groupId>
  917. <artifactId>undertow-servlet</artifactId>
  918. <version>1.4.8.Final</version>
  919. </dependency>
  920. <dependency>
  921. <groupId>io.undertow</groupId>
  922. <artifactId>undertow-websockets-jsr</artifactId>
  923. <version>1.4.8.Final</version>
  924. </dependency>
  925. <dependency>
  926. <groupId>javax.cache</groupId>
  927. <artifactId>cache-api</artifactId>
  928. <version>1.0.0</version>
  929. </dependency>
  930. <dependency>
  931. <groupId>javax.jms</groupId>
  932. <artifactId>jms-api</artifactId>
  933. <version>1.1-rev-1</version>
  934. </dependency>
  935. <dependency>
  936. <groupId>javax.mail</groupId>
  937. <artifactId>javax.mail-api</artifactId>
  938. <version>1.5.6</version>
  939. </dependency>
  940. <dependency>
  941. <groupId>javax.servlet</groupId>
  942. <artifactId>javax.servlet-api</artifactId>
  943. <version>3.1.0</version>
  944. </dependency>
  945. <dependency>
  946. <groupId>javax.servlet</groupId>
  947. <artifactId>jstl</artifactId>
  948. <version>1.2</version>
  949. </dependency>
  950. <dependency>
  951. <groupId>javax.transaction</groupId>
  952. <artifactId>javax.transaction-api</artifactId>
  953. <version>1.2</version>
  954. </dependency>
  955. <dependency>
  956. <groupId>javax.validation</groupId>
  957. <artifactId>validation-api</artifactId>
  958. <version>1.1.0.Final</version>
  959. </dependency>
  960. <dependency>
  961. <groupId>jaxen</groupId>
  962. <artifactId>jaxen</artifactId>
  963. <version>1.1.6</version>
  964. </dependency>
  965. <dependency>
  966. <groupId>joda-time</groupId>
  967. <artifactId>joda-time</artifactId>
  968. <version>2.9.7</version>
  969. </dependency>
  970. <dependency>
  971. <groupId>junit</groupId>
  972. <artifactId>junit</artifactId>
  973. <version>4.12</version>
  974. </dependency>
  975. <dependency>
  976. <groupId>mysql</groupId>
  977. <artifactId>mysql-connector-java</artifactId>
  978. <version>5.1.40</version>
  979. </dependency>
  980. <dependency>
  981. <groupId>net.java.dev.jna</groupId>
  982. <artifactId>jna</artifactId>
  983. <version>4.2.2</version>
  984. </dependency>
  985. <dependency>
  986. <groupId>net.sf.ehcache</groupId>
  987. <artifactId>ehcache</artifactId>
  988. <version>2.10.3</version>
  989. </dependency>
  990. <dependency>
  991. <groupId>net.sourceforge.htmlunit</groupId>
  992. <artifactId>htmlunit</artifactId>
  993. <version>2.21</version>
  994. <exclusions>
  995. <exclusion>
  996. <artifactId>commons-logging</artifactId>
  997. <groupId>commons-logging</groupId>
  998. </exclusion>
  999. </exclusions>
  1000. </dependency>
  1001. <dependency>
  1002. <groupId>net.sourceforge.jtds</groupId>
  1003. <artifactId>jtds</artifactId>
  1004. <version>1.3.1</version>
  1005. </dependency>
  1006. <dependency>
  1007. <groupId>net.sourceforge.nekohtml</groupId>
  1008. <artifactId>nekohtml</artifactId>
  1009. <version>1.9.22</version>
  1010. </dependency>
  1011. <dependency>
  1012. <groupId>nz.net.ultraq.thymeleaf</groupId>
  1013. <artifactId>thymeleaf-layout-dialect</artifactId>
  1014. <version>1.4.0</version>
  1015. </dependency>
  1016. <dependency>
  1017. <groupId>org.apache.activemq</groupId>
  1018. <artifactId>activemq-amqp</artifactId>
  1019. <version>5.14.3</version>
  1020. </dependency>
  1021. <dependency>
  1022. <groupId>org.apache.activemq</groupId>
  1023. <artifactId>activemq-blueprint</artifactId>
  1024. <version>5.14.3</version>
  1025. </dependency>
  1026. <dependency>
  1027. <groupId>org.apache.activemq</groupId>
  1028. <artifactId>activemq-broker</artifactId>
  1029. <version>5.14.3</version>
  1030. </dependency>
  1031. <dependency>
  1032. <groupId>org.apache.activemq</groupId>
  1033. <artifactId>activemq-camel</artifactId>
  1034. <version>5.14.3</version>
  1035. </dependency>
  1036. <dependency>
  1037. <groupId>org.apache.activemq</groupId>
  1038. <artifactId>activemq-client</artifactId>
  1039. <version>5.14.3</version>
  1040. </dependency>
  1041. <dependency>
  1042. <groupId>org.apache.activemq</groupId>
  1043. <artifactId>activemq-console</artifactId>
  1044. <version>5.14.3</version>
  1045. <exclusions>
  1046. <exclusion>
  1047. <artifactId>commons-logging</artifactId>
  1048. <groupId>commons-logging</groupId>
  1049. </exclusion>
  1050. </exclusions>
  1051. </dependency>
  1052. <dependency>
  1053. <groupId>org.apache.activemq</groupId>
  1054. <artifactId>activemq-http</artifactId>
  1055. <version>5.14.3</version>
  1056. </dependency>
  1057. <dependency>
  1058. <groupId>org.apache.activemq</groupId>
  1059. <artifactId>activemq-jaas</artifactId>
  1060. <version>5.14.3</version>
  1061. </dependency>
  1062. <dependency>
  1063. <groupId>org.apache.activemq</groupId>
  1064. <artifactId>activemq-jdbc-store</artifactId>
  1065. <version>5.14.3</version>
  1066. </dependency>
  1067. <dependency>
  1068. <groupId>org.apache.activemq</groupId>
  1069. <artifactId>activemq-jms-pool</artifactId>
  1070. <version>5.14.3</version>
  1071. </dependency>
  1072. <dependency>
  1073. <groupId>org.apache.activemq</groupId>
  1074. <artifactId>activemq-kahadb-store</artifactId>
  1075. <version>5.14.3</version>
  1076. </dependency>
  1077. <dependency>
  1078. <groupId>org.apache.activemq</groupId>
  1079. <artifactId>activemq-karaf</artifactId>
  1080. <version>5.14.3</version>
  1081. </dependency>
  1082. <dependency>
  1083. <groupId>org.apache.activemq</groupId>
  1084. <artifactId>activemq-leveldb-store</artifactId>
  1085. <version>5.14.3</version>
  1086. <exclusions>
  1087. <exclusion>
  1088. <artifactId>commons-logging</artifactId>
  1089. <groupId>commons-logging</groupId>
  1090. </exclusion>
  1091. </exclusions>
  1092. </dependency>
  1093. <dependency>
  1094. <groupId>org.apache.activemq</groupId>
  1095. <artifactId>activemq-log4j-appender</artifactId>
  1096. <version>5.14.3</version>
  1097. </dependency>
  1098. <dependency>
  1099. <groupId>org.apache.activemq</groupId>
  1100. <artifactId>activemq-mqtt</artifactId>
  1101. <version>5.14.3</version>
  1102. </dependency>
  1103. <dependency>
  1104. <groupId>org.apache.activemq</groupId>
  1105. <artifactId>activemq-openwire-generator</artifactId>
  1106. <version>5.14.3</version>
  1107. </dependency>
  1108. <dependency>
  1109. <groupId>org.apache.activemq</groupId>
  1110. <artifactId>activemq-openwire-legacy</artifactId>
  1111. <version>5.14.3</version>
  1112. </dependency>
  1113. <dependency>
  1114. <groupId>org.apache.activemq</groupId>
  1115. <artifactId>activemq-osgi</artifactId>
  1116. <version>5.14.3</version>
  1117. </dependency>
  1118. <dependency>
  1119. <groupId>org.apache.activemq</groupId>
  1120. <artifactId>activemq-partition</artifactId>
  1121. <version>5.14.3</version>
  1122. </dependency>
  1123. <dependency>
  1124. <groupId>org.apache.activemq</groupId>
  1125. <artifactId>activemq-pool</artifactId>
  1126. <version>5.14.3</version>
  1127. </dependency>
  1128. <dependency>
  1129. <groupId>org.apache.activemq</groupId>
  1130. <artifactId>activemq-ra</artifactId>
  1131. <version>5.14.3</version>
  1132. </dependency>
  1133. <dependency>
  1134. <groupId>org.apache.activemq</groupId>
  1135. <artifactId>activemq-run</artifactId>
  1136. <version>5.14.3</version>
  1137. </dependency>
  1138. <dependency>
  1139. <groupId>org.apache.activemq</groupId>
  1140. <artifactId>activemq-runtime-config</artifactId>
  1141. <version>5.14.3</version>
  1142. </dependency>
  1143. <dependency>
  1144. <groupId>org.apache.activemq</groupId>
  1145. <artifactId>activemq-shiro</artifactId>
  1146. <version>5.14.3</version>
  1147. </dependency>
  1148. <dependency>
  1149. <groupId>org.apache.activemq</groupId>
  1150. <artifactId>activemq-spring</artifactId>
  1151. <version>5.14.3</version>
  1152. <exclusions>
  1153. <exclusion>
  1154. <artifactId>commons-logging</artifactId>
  1155. <groupId>commons-logging</groupId>
  1156. </exclusion>
  1157. </exclusions>
  1158. </dependency>
  1159. <dependency>
  1160. <groupId>org.apache.activemq</groupId>
  1161. <artifactId>activemq-stomp</artifactId>
  1162. <version>5.14.3</version>
  1163. </dependency>
  1164. <dependency>
  1165. <groupId>org.apache.activemq</groupId>
  1166. <artifactId>activemq-web</artifactId>
  1167. <version>5.14.3</version>
  1168. </dependency>
  1169. <dependency>
  1170. <groupId>org.apache.activemq</groupId>
  1171. <artifactId>artemis-amqp-protocol</artifactId>
  1172. <version>1.5.2</version>
  1173. </dependency>
  1174. <dependency>
  1175. <groupId>org.apache.activemq</groupId>
  1176. <artifactId>artemis-commons</artifactId>
  1177. <version>1.5.2</version>
  1178. </dependency>
  1179. <dependency>
  1180. <groupId>org.apache.activemq</groupId>
  1181. <artifactId>artemis-core-client</artifactId>
  1182. <version>1.5.2</version>
  1183. </dependency>
  1184. <dependency>
  1185. <groupId>org.apache.activemq</groupId>
  1186. <artifactId>artemis-jms-client</artifactId>
  1187. <version>1.5.2</version>
  1188. </dependency>
  1189. <dependency>
  1190. <groupId>org.apache.activemq</groupId>
  1191. <artifactId>artemis-jms-server</artifactId>
  1192. <version>1.5.2</version>
  1193. </dependency>
  1194. <dependency>
  1195. <groupId>org.apache.activemq</groupId>
  1196. <artifactId>artemis-journal</artifactId>
  1197. <version>1.5.2</version>
  1198. </dependency>
  1199. <dependency>
  1200. <groupId>org.apache.activemq</groupId>
  1201. <artifactId>artemis-native</artifactId>
  1202. <version>1.5.2</version>
  1203. </dependency>
  1204. <dependency>
  1205. <groupId>org.apache.activemq</groupId>
  1206. <artifactId>artemis-selector</artifactId>
  1207. <version>1.5.2</version>
  1208. </dependency>
  1209. <dependency>
  1210. <groupId>org.apache.activemq</groupId>
  1211. <artifactId>artemis-server</artifactId>
  1212. <version>1.5.2</version>
  1213. </dependency>
  1214. <dependency>
  1215. <groupId>org.apache.activemq</groupId>
  1216. <artifactId>artemis-service-extensions</artifactId>
  1217. <version>1.5.2</version>
  1218. </dependency>
  1219. <dependency>
  1220. <groupId>org.apache.commons</groupId>
  1221. <artifactId>commons-dbcp2</artifactId>
  1222. <version>2.1.1</version>
  1223. </dependency>
  1224. <dependency>
  1225. <groupId>org.apache.commons</groupId>
  1226. <artifactId>commons-pool2</artifactId>
  1227. <version>2.4.2</version>
  1228. </dependency>
  1229. <dependency>
  1230. <groupId>org.apache.derby</groupId>
  1231. <artifactId>derby</artifactId>
  1232. <version>10.13.1.1</version>
  1233. </dependency>
  1234. <dependency>
  1235. <groupId>org.apache.httpcomponents</groupId>
  1236. <artifactId>httpasyncclient</artifactId>
  1237. <version>4.1.2</version>
  1238. <exclusions>
  1239. <exclusion>
  1240. <artifactId>commons-logging</artifactId>
  1241. <groupId>commons-logging</groupId>
  1242. </exclusion>
  1243. </exclusions>
  1244. </dependency>
  1245. <dependency>
  1246. <groupId>org.apache.httpcomponents</groupId>
  1247. <artifactId>httpclient</artifactId>
  1248. <version>4.5.2</version>
  1249. <exclusions>
  1250. <exclusion>
  1251. <artifactId>commons-logging</artifactId>
  1252. <groupId>commons-logging</groupId>
  1253. </exclusion>
  1254. </exclusions>
  1255. </dependency>
  1256. <dependency>
  1257. <groupId>org.apache.httpcomponents</groupId>
  1258. <artifactId>httpcore</artifactId>
  1259. <version>4.4.6</version>
  1260. </dependency>
  1261. <dependency>
  1262. <groupId>org.apache.httpcomponents</groupId>
  1263. <artifactId>httpmime</artifactId>
  1264. <version>4.5.2</version>
  1265. </dependency>
  1266. <dependency>
  1267. <groupId>org.apache.solr</groupId>
  1268. <artifactId>solr-solrj</artifactId>
  1269. <version>5.5.3</version>
  1270. </dependency>
  1271. <dependency>
  1272. <groupId>org.apache.tomcat.embed</groupId>
  1273. <artifactId>tomcat-embed-core</artifactId>
  1274. <version>8.5.11</version>
  1275. </dependency>
  1276. <dependency>
  1277. <groupId>org.apache.tomcat.embed</groupId>
  1278. <artifactId>tomcat-embed-el</artifactId>
  1279. <version>8.5.11</version>
  1280. </dependency>
  1281. <dependency>
  1282. <groupId>org.apache.tomcat.embed</groupId>
  1283. <artifactId>tomcat-embed-jasper</artifactId>
  1284. <version>8.5.11</version>
  1285. </dependency>
  1286. <dependency>
  1287. <groupId>org.apache.tomcat.embed</groupId>
  1288. <artifactId>tomcat-embed-websocket</artifactId>
  1289. <version>8.5.11</version>
  1290. </dependency>
  1291. <dependency>
  1292. <groupId>org.apache.tomcat</groupId>
  1293. <artifactId>tomcat-jdbc</artifactId>
  1294. <version>8.5.11</version>
  1295. </dependency>
  1296. <dependency>
  1297. <groupId>org.apache.tomcat</groupId>
  1298. <artifactId>tomcat-jsp-api</artifactId>
  1299. <version>8.5.11</version>
  1300. </dependency>
  1301. <dependency>
  1302. <groupId>org.aspectj</groupId>
  1303. <artifactId>aspectjrt</artifactId>
  1304. <version>1.8.9</version>
  1305. </dependency>
  1306. <dependency>
  1307. <groupId>org.aspectj</groupId>
  1308. <artifactId>aspectjtools</artifactId>
  1309. <version>1.8.9</version>
  1310. </dependency>
  1311. <dependency>
  1312. <groupId>org.aspectj</groupId>
  1313. <artifactId>aspectjweaver</artifactId>
  1314. <version>1.8.9</version>
  1315. </dependency>
  1316. <dependency>
  1317. <groupId>org.assertj</groupId>
  1318. <artifactId>assertj-core</artifactId>
  1319. <version>2.6.0</version>
  1320. </dependency>
  1321. <dependency>
  1322. <groupId>org.codehaus.btm</groupId>
  1323. <artifactId>btm</artifactId>
  1324. <version>2.1.4</version>
  1325. </dependency>
  1326. <dependency>
  1327. <groupId>org.codehaus.groovy</groupId>
  1328. <artifactId>groovy</artifactId>
  1329. <version>2.4.7</version>
  1330. </dependency>
  1331. <dependency>
  1332. <groupId>org.codehaus.groovy</groupId>
  1333. <artifactId>groovy-all</artifactId>
  1334. <version>2.4.7</version>
  1335. </dependency>
  1336. <dependency>
  1337. <groupId>org.codehaus.groovy</groupId>
  1338. <artifactId>groovy-ant</artifactId>
  1339. <version>2.4.7</version>
  1340. </dependency>
  1341. <dependency>
  1342. <groupId>org.codehaus.groovy</groupId>
  1343. <artifactId>groovy-bsf</artifactId>
  1344. <version>2.4.7</version>
  1345. </dependency>
  1346. <dependency>
  1347. <groupId>org.codehaus.groovy</groupId>
  1348. <artifactId>groovy-console</artifactId>
  1349. <version>2.4.7</version>
  1350. </dependency>
  1351. <dependency>
  1352. <groupId>org.codehaus.groovy</groupId>
  1353. <artifactId>groovy-docgenerator</artifactId>
  1354. <version>2.4.7</version>
  1355. </dependency>
  1356. <dependency>
  1357. <groupId>org.codehaus.groovy</groupId>
  1358. <artifactId>groovy-groovydoc</artifactId>
  1359. <version>2.4.7</version>
  1360. </dependency>
  1361. <dependency>
  1362. <groupId>org.codehaus.groovy</groupId>
  1363. <artifactId>groovy-groovysh</artifactId>
  1364. <version>2.4.7</version>
  1365. </dependency>
  1366. <dependency>
  1367. <groupId>org.codehaus.groovy</groupId>
  1368. <artifactId>groovy-jmx</artifactId>
  1369. <version>2.4.7</version>
  1370. </dependency>
  1371. <dependency>
  1372. <groupId>org.codehaus.groovy</groupId>
  1373. <artifactId>groovy-json</artifactId>
  1374. <version>2.4.7</version>
  1375. </dependency>
  1376. <dependency>
  1377. <groupId>org.codehaus.groovy</groupId>
  1378. <artifactId>groovy-jsr223</artifactId>
  1379. <version>2.4.7</version>
  1380. </dependency>
  1381. <dependency>
  1382. <groupId>org.codehaus.groovy</groupId>
  1383. <artifactId>groovy-nio</artifactId>
  1384. <version>2.4.7</version>
  1385. </dependency>
  1386. <dependency>
  1387. <groupId>org.codehaus.groovy</groupId>
  1388. <artifactId>groovy-servlet</artifactId>
  1389. <version>2.4.7</version>
  1390. </dependency>
  1391. <dependency>
  1392. <groupId>org.codehaus.groovy</groupId>
  1393. <artifactId>groovy-sql</artifactId>
  1394. <version>2.4.7</version>
  1395. </dependency>
  1396. <dependency>
  1397. <groupId>org.codehaus.groovy</groupId>
  1398. <artifactId>groovy-swing</artifactId>
  1399. <version>2.4.7</version>
  1400. </dependency>
  1401. <dependency>
  1402. <groupId>org.codehaus.groovy</groupId>
  1403. <artifactId>groovy-templates</artifactId>
  1404. <version>2.4.7</version>
  1405. </dependency>
  1406. <dependency>
  1407. <groupId>org.codehaus.groovy</groupId>
  1408. <artifactId>groovy-test</artifactId>
  1409. <version>2.4.7</version>
  1410. </dependency>
  1411. <dependency>
  1412. <groupId>org.codehaus.groovy</groupId>
  1413. <artifactId>groovy-testng</artifactId>
  1414. <version>2.4.7</version>
  1415. </dependency>
  1416. <dependency>
  1417. <groupId>org.codehaus.groovy</groupId>
  1418. <artifactId>groovy-xml</artifactId>
  1419. <version>2.4.7</version>
  1420. </dependency>
  1421. <dependency>
  1422. <groupId>org.codehaus.janino</groupId>
  1423. <artifactId>janino</artifactId>
  1424. <version>2.7.8</version>
  1425. </dependency>
  1426. <dependency>
  1427. <groupId>org.crashub</groupId>
  1428. <artifactId>crash.cli</artifactId>
  1429. <version>1.3.2</version>
  1430. </dependency>
  1431. <dependency>
  1432. <groupId>org.crashub</groupId>
  1433. <artifactId>crash.connectors.ssh</artifactId>
  1434. <version>1.3.2</version>
  1435. <exclusions>
  1436. <exclusion>
  1437. <artifactId>commons-logging</artifactId>
  1438. <groupId>commons-logging</groupId>
  1439. </exclusion>
  1440. </exclusions>
  1441. </dependency>
  1442. <dependency>
  1443. <groupId>org.crashub</groupId>
  1444. <artifactId>crash.connectors.telnet</artifactId>
  1445. <version>1.3.2</version>
  1446. </dependency>
  1447. <dependency>
  1448. <groupId>org.crashub</groupId>
  1449. <artifactId>crash.embed.spring</artifactId>
  1450. <version>1.3.2</version>
  1451. </dependency>
  1452. <dependency>
  1453. <groupId>org.crashub</groupId>
  1454. <artifactId>crash.plugins.cron</artifactId>
  1455. <version>1.3.2</version>
  1456. </dependency>
  1457. <dependency>
  1458. <groupId>org.crashub</groupId>
  1459. <artifactId>crash.plugins.mail</artifactId>
  1460. <version>1.3.2</version>
  1461. </dependency>
  1462. <dependency>
  1463. <groupId>org.crashub</groupId>
  1464. <artifactId>crash.shell</artifactId>
  1465. <version>1.3.2</version>
  1466. </dependency>
  1467. <dependency>
  1468. <groupId>org.eclipse.jetty</groupId>
  1469. <artifactId>jetty-annotations</artifactId>
  1470. <version>9.4.1.v20170120</version>
  1471. </dependency>
  1472. <dependency>
  1473. <groupId>org.eclipse.jetty</groupId>
  1474. <artifactId>jetty-client</artifactId>
  1475. <version>9.4.1.v20170120</version>
  1476. </dependency>
  1477. <dependency>
  1478. <groupId>org.eclipse.jetty</groupId>
  1479. <artifactId>jetty-continuation</artifactId>
  1480. <version>9.4.1.v20170120</version>
  1481. </dependency>
  1482. <dependency>
  1483. <groupId>org.eclipse.jetty</groupId>
  1484. <artifactId>jetty-deploy</artifactId>
  1485. <version>9.4.1.v20170120</version>
  1486. </dependency>
  1487. <dependency>
  1488. <groupId>org.eclipse.jetty</groupId>
  1489. <artifactId>jetty-http</artifactId>
  1490. <version>9.4.1.v20170120</version>
  1491. </dependency>
  1492. <dependency>
  1493. <groupId>org.eclipse.jetty</groupId>
  1494. <artifactId>jetty-io</artifactId>
  1495. <version>9.4.1.v20170120</version>
  1496. </dependency>
  1497. <dependency>
  1498. <groupId>org.eclipse.jetty</groupId>
  1499. <artifactId>apache-jstl</artifactId>
  1500. <version>9.4.1.v20170120</version>
  1501. </dependency>
  1502. <dependency>
  1503. <groupId>org.eclipse.jetty</groupId>
  1504. <artifactId>apache-jsp</artifactId>
  1505. <version>9.4.1.v20170120</version>
  1506. </dependency>
  1507. <dependency>
  1508. <groupId>org.eclipse.jetty</groupId>
  1509. <artifactId>jetty-jmx</artifactId>
  1510. <version>9.4.1.v20170120</version>
  1511. </dependency>
  1512. <dependency>
  1513. <groupId>org.eclipse.jetty</groupId>
  1514. <artifactId>jetty-plus</artifactId>
  1515. <version>9.4.1.v20170120</version>
  1516. </dependency>
  1517. <dependency>
  1518. <groupId>org.eclipse.jetty</groupId>
  1519. <artifactId>jetty-proxy</artifactId>
  1520. <version>9.4.1.v20170120</version>
  1521. </dependency>
  1522. <dependency>
  1523. <groupId>org.eclipse.jetty</groupId>
  1524. <artifactId>jetty-security</artifactId>
  1525. <version>9.4.1.v20170120</version>
  1526. </dependency>
  1527. <dependency>
  1528. <groupId>org.eclipse.jetty</groupId>
  1529. <artifactId>jetty-server</artifactId>
  1530. <version>9.4.1.v20170120</version>
  1531. </dependency>
  1532. <dependency>
  1533. <groupId>org.eclipse.jetty</groupId>
  1534. <artifactId>jetty-servlet</artifactId>
  1535. <version>9.4.1.v20170120</version>
  1536. </dependency>
  1537. <dependency>
  1538. <groupId>org.eclipse.jetty</groupId>
  1539. <artifactId>jetty-servlets</artifactId>
  1540. <version>9.4.1.v20170120</version>
  1541. </dependency>
  1542. <dependency>
  1543. <groupId>org.eclipse.jetty</groupId>
  1544. <artifactId>jetty-util</artifactId>
  1545. <version>9.4.1.v20170120</version>
  1546. </dependency>
  1547. <dependency>
  1548. <groupId>org.eclipse.jetty</groupId>
  1549. <artifactId>jetty-webapp</artifactId>
  1550. <version>9.4.1.v20170120</version>
  1551. </dependency>
  1552. <dependency>
  1553. <groupId>org.eclipse.jetty</groupId>
  1554. <artifactId>jetty-xml</artifactId>
  1555. <version>9.4.1.v20170120</version>
  1556. </dependency>
  1557. <dependency>
  1558. <groupId>org.eclipse.jetty.orbit</groupId>
  1559. <artifactId>javax.servlet.jsp</artifactId>
  1560. <version>2.2.0.v201112011158</version>
  1561. </dependency>
  1562. <dependency>
  1563. <groupId>org.eclipse.jetty.websocket</groupId>
  1564. <artifactId>javax-websocket-server-impl</artifactId>
  1565. <version>9.4.1.v20170120</version>
  1566. </dependency>
  1567. <dependency>
  1568. <groupId>org.eclipse.jetty.websocket</groupId>
  1569. <artifactId>websocket-client</artifactId>
  1570. <version>9.4.1.v20170120</version>
  1571. </dependency>
  1572. <dependency>
  1573. <groupId>org.eclipse.jetty.websocket</groupId>
  1574. <artifactId>websocket-server</artifactId>
  1575. <version>9.4.1.v20170120</version>
  1576. </dependency>
  1577. <dependency>
  1578. <groupId>org.ehcache</groupId>
  1579. <artifactId>ehcache</artifactId>
  1580. <version>3.2.0</version>
  1581. </dependency>
  1582. <dependency>
  1583. <groupId>org.ehcache</groupId>
  1584. <artifactId>ehcache-clustered</artifactId>
  1585. <version>3.2.0</version>
  1586. </dependency>
  1587. <dependency>
  1588. <groupId>org.ehcache</groupId>
  1589. <artifactId>ehcache-transactions</artifactId>
  1590. <version>3.2.0</version>
  1591. </dependency>
  1592. <dependency>
  1593. <groupId>org.elasticsearch</groupId>
  1594. <artifactId>elasticsearch</artifactId>
  1595. <version>2.4.4</version>
  1596. </dependency>
  1597. <dependency>
  1598. <groupId>org.firebirdsql.jdbc</groupId>
  1599. <artifactId>jaybird-jdk16</artifactId>
  1600. <version>2.2.12</version>
  1601. </dependency>
  1602. <dependency>
  1603. <groupId>org.firebirdsql.jdbc</groupId>
  1604. <artifactId>jaybird-jdk17</artifactId>
  1605. <version>2.2.12</version>
  1606. </dependency>
  1607. <dependency>
  1608. <groupId>org.firebirdsql.jdbc</groupId>
  1609. <artifactId>jaybird-jdk18</artifactId>
  1610. <version>2.2.12</version>
  1611. </dependency>
  1612. <dependency>
  1613. <groupId>org.flywaydb</groupId>
  1614. <artifactId>flyway-core</artifactId>
  1615. <version>3.2.1</version>
  1616. </dependency>
  1617. <dependency>
  1618. <groupId>org.freemarker</groupId>
  1619. <artifactId>freemarker</artifactId>
  1620. <version>2.3.25-incubating</version>
  1621. </dependency>
  1622. <dependency>
  1623. <groupId>org.glassfish</groupId>
  1624. <artifactId>javax.el</artifactId>
  1625. <version>3.0.0</version>
  1626. </dependency>
  1627. <dependency>
  1628. <groupId>org.glassfish.jersey.containers</groupId>
  1629. <artifactId>jersey-container-servlet</artifactId>
  1630. <version>2.25.1</version>
  1631. </dependency>
  1632. <dependency>
  1633. <groupId>org.glassfish.jersey.containers</groupId>
  1634. <artifactId>jersey-container-servlet-core</artifactId>
  1635. <version>2.25.1</version>
  1636. </dependency>
  1637. <dependency>
  1638. <groupId>org.glassfish.jersey.core</groupId>
  1639. <artifactId>jersey-server</artifactId>
  1640. <version>2.25.1</version>
  1641. </dependency>
  1642. <dependency>
  1643. <groupId>org.glassfish.jersey.ext</groupId>
  1644. <artifactId>jersey-bean-validation</artifactId>
  1645. <version>2.25.1</version>
  1646. </dependency>
  1647. <dependency>
  1648. <groupId>org.glassfish.jersey.ext</groupId>
  1649. <artifactId>jersey-spring3</artifactId>
  1650. <version>2.25.1</version>
  1651. <exclusions>
  1652. <exclusion>
  1653. <artifactId>bean-validator</artifactId>
  1654. <groupId>org.glassfish.hk2.external</groupId>
  1655. </exclusion>
  1656. </exclusions>
  1657. </dependency>
  1658. <dependency>
  1659. <groupId>org.glassfish.jersey.media</groupId>
  1660. <artifactId>jersey-media-json-jackson</artifactId>
  1661. <version>2.25.1</version>
  1662. </dependency>
  1663. <dependency>
  1664. <groupId>org.hamcrest</groupId>
  1665. <artifactId>hamcrest-core</artifactId>
  1666. <version>1.3</version>
  1667. </dependency>
  1668. <dependency>
  1669. <groupId>org.hamcrest</groupId>
  1670. <artifactId>hamcrest-library</artifactId>
  1671. <version>1.3</version>
  1672. </dependency>
  1673. <dependency>
  1674. <groupId>org.hibernate</groupId>
  1675. <artifactId>hibernate-core</artifactId>
  1676. <version>5.0.11.Final</version>
  1677. <exclusions>
  1678. <exclusion>
  1679. <artifactId>xml-apis</artifactId>
  1680. <groupId>xml-apis</groupId>
  1681. </exclusion>
  1682. <exclusion>
  1683. <artifactId>cdi-api</artifactId>
  1684. <groupId>javax.enterprise</groupId>
  1685. </exclusion>
  1686. </exclusions>
  1687. </dependency>
  1688. <dependency>
  1689. <groupId>org.hibernate</groupId>
  1690. <artifactId>hibernate-ehcache</artifactId>
  1691. <version>5.0.11.Final</version>
  1692. </dependency>
  1693. <dependency>
  1694. <groupId>org.hibernate</groupId>
  1695. <artifactId>hibernate-entitymanager</artifactId>
  1696. <version>5.0.11.Final</version>
  1697. <exclusions>
  1698. <exclusion>
  1699. <artifactId>xml-apis</artifactId>
  1700. <groupId>xml-apis</groupId>
  1701. </exclusion>
  1702. </exclusions>
  1703. </dependency>
  1704. <dependency>
  1705. <groupId>org.hibernate</groupId>
  1706. <artifactId>hibernate-envers</artifactId>
  1707. <version>5.0.11.Final</version>
  1708. </dependency>
  1709. <dependency>
  1710. <groupId>org.hibernate</groupId>
  1711. <artifactId>hibernate-java8</artifactId>
  1712. <version>5.0.11.Final</version>
  1713. </dependency>
  1714. <dependency>
  1715. <groupId>org.hibernate</groupId>
  1716. <artifactId>hibernate-jpamodelgen</artifactId>
  1717. <version>5.0.11.Final</version>
  1718. </dependency>
  1719. <dependency>
  1720. <groupId>org.hibernate</groupId>
  1721. <artifactId>hibernate-validator</artifactId>
  1722. <version>5.3.4.Final</version>
  1723. </dependency>
  1724. <dependency>
  1725. <groupId>org.hibernate</groupId>
  1726. <artifactId>hibernate-validator-annotation-processor</artifactId>
  1727. <version>5.3.4.Final</version>
  1728. </dependency>
  1729. <dependency>
  1730. <groupId>org.hsqldb</groupId>
  1731. <artifactId>hsqldb</artifactId>
  1732. <version>2.3.3</version>
  1733. </dependency>
  1734. <dependency>
  1735. <groupId>org.infinispan</groupId>
  1736. <artifactId>infinispan-jcache</artifactId>
  1737. <version>8.2.5.Final</version>
  1738. </dependency>
  1739. <dependency>
  1740. <groupId>org.infinispan</groupId>
  1741. <artifactId>infinispan-spring4-common</artifactId>
  1742. <version>8.2.5.Final</version>
  1743. <exclusions>
  1744. <exclusion>
  1745. <artifactId>commons-logging</artifactId>
  1746. <groupId>commons-logging</groupId>
  1747. </exclusion>
  1748. <exclusion>
  1749. <artifactId>log4j-core</artifactId>
  1750. <groupId>org.apache.logging.log4j</groupId>
  1751. </exclusion>
  1752. <exclusion>
  1753. <artifactId>log4j-slf4j-impl</artifactId>
  1754. <groupId>org.apache.logging.log4j</groupId>
  1755. </exclusion>
  1756. <exclusion>
  1757. <artifactId>log4j-jcl</artifactId>
  1758. <groupId>org.apache.logging.log4j</groupId>
  1759. </exclusion>
  1760. </exclusions>
  1761. </dependency>
  1762. <dependency>
  1763. <groupId>org.infinispan</groupId>
  1764. <artifactId>infinispan-spring4-embedded</artifactId>
  1765. <version>8.2.5.Final</version>
  1766. <exclusions>
  1767. <exclusion>
  1768. <artifactId>commons-logging</artifactId>
  1769. <groupId>commons-logging</groupId>
  1770. </exclusion>
  1771. <exclusion>
  1772. <artifactId>log4j-core</artifactId>
  1773. <groupId>org.apache.logging.log4j</groupId>
  1774. </exclusion>
  1775. <exclusion>
  1776. <artifactId>log4j-slf4j-impl</artifactId>
  1777. <groupId>org.apache.logging.log4j</groupId>
  1778. </exclusion>
  1779. <exclusion>
  1780. <artifactId>log4j-jcl</artifactId>
  1781. <groupId>org.apache.logging.log4j</groupId>
  1782. </exclusion>
  1783. </exclusions>
  1784. </dependency>
  1785. <dependency>
  1786. <groupId>org.javassist</groupId>
  1787. <artifactId>javassist</artifactId>
  1788. <version>3.21.0-GA</version>
  1789. </dependency>
  1790. <dependency>
  1791. <groupId>org.jboss</groupId>
  1792. <artifactId>jboss-transaction-spi</artifactId>
  1793. <version>7.5.0.Final</version>
  1794. </dependency>
  1795. <dependency>
  1796. <groupId>org.jboss.logging</groupId>
  1797. <artifactId>jboss-logging</artifactId>
  1798. <version>3.3.0.Final</version>
  1799. </dependency>
  1800. <dependency>
  1801. <groupId>org.jboss.narayana.jta</groupId>
  1802. <artifactId>jdbc</artifactId>
  1803. <version>5.5.1.Final</version>
  1804. </dependency>
  1805. <dependency>
  1806. <groupId>org.jboss.narayana.jta</groupId>
  1807. <artifactId>jms</artifactId>
  1808. <version>5.5.1.Final</version>
  1809. </dependency>
  1810. <dependency>
  1811. <groupId>org.jboss.narayana.jta</groupId>
  1812. <artifactId>jta</artifactId>
  1813. <version>5.5.1.Final</version>
  1814. </dependency>
  1815. <dependency>
  1816. <groupId>org.jboss.narayana.jts</groupId>
  1817. <artifactId>narayana-jts-integration</artifactId>
  1818. <version>5.5.1.Final</version>
  1819. </dependency>
  1820. <dependency>
  1821. <groupId>org.jdom</groupId>
  1822. <artifactId>jdom2</artifactId>
  1823. <version>2.0.6</version>
  1824. </dependency>
  1825. <dependency>
  1826. <groupId>org.jolokia</groupId>
  1827. <artifactId>jolokia-core</artifactId>
  1828. <version>1.3.5</version>
  1829. </dependency>
  1830. <dependency>
  1831. <groupId>org.json</groupId>
  1832. <artifactId>json</artifactId>
  1833. <version>20140107</version>
  1834. </dependency>
  1835. <dependency>
  1836. <groupId>org.jooq</groupId>
  1837. <artifactId>jooq</artifactId>
  1838. <version>3.9.1</version>
  1839. </dependency>
  1840. <dependency>
  1841. <groupId>org.jooq</groupId>
  1842. <artifactId>jooq-meta</artifactId>
  1843. <version>3.9.1</version>
  1844. </dependency>
  1845. <dependency>
  1846. <groupId>org.jooq</groupId>
  1847. <artifactId>jooq-codegen</artifactId>
  1848. <version>3.9.1</version>
  1849. </dependency>
  1850. <dependency>
  1851. <groupId>org.liquibase</groupId>
  1852. <artifactId>liquibase-core</artifactId>
  1853. <version>3.5.3</version>
  1854. </dependency>
  1855. <dependency>
  1856. <groupId>org.mariadb.jdbc</groupId>
  1857. <artifactId>mariadb-java-client</artifactId>
  1858. <version>1.5.7</version>
  1859. </dependency>
  1860. <dependency>
  1861. <groupId>org.mockito</groupId>
  1862. <artifactId>mockito-core</artifactId>
  1863. <version>1.10.19</version>
  1864. </dependency>
  1865. <dependency>
  1866. <groupId>org.mongodb</groupId>
  1867. <artifactId>mongodb-driver</artifactId>
  1868. <version>3.4.1</version>
  1869. </dependency>
  1870. <dependency>
  1871. <groupId>org.mongodb</groupId>
  1872. <artifactId>mongo-java-driver</artifactId>
  1873. <version>3.4.1</version>
  1874. </dependency>
  1875. <dependency>
  1876. <groupId>org.mortbay.jasper</groupId>
  1877. <artifactId>apache-el</artifactId>
  1878. <version>8.0.33</version>
  1879. </dependency>
  1880. <dependency>
  1881. <groupId>org.neo4j</groupId>
  1882. <artifactId>neo4j-ogm-api</artifactId>
  1883. <version>2.1.1</version>
  1884. </dependency>
  1885. <dependency>
  1886. <groupId>org.neo4j</groupId>
  1887. <artifactId>neo4j-ogm-compiler</artifactId>
  1888. <version>2.1.1</version>
  1889. </dependency>
  1890. <dependency>
  1891. <groupId>org.neo4j</groupId>
  1892. <artifactId>neo4j-ogm-core</artifactId>
  1893. <version>2.1.1</version>
  1894. </dependency>
  1895. <dependency>
  1896. <groupId>org.neo4j</groupId>
  1897. <artifactId>neo4j-ogm-http-driver</artifactId>
  1898. <version>2.1.1</version>
  1899. </dependency>
  1900. <dependency>
  1901. <groupId>org.postgresql</groupId>
  1902. <artifactId>postgresql</artifactId>
  1903. <version>9.4.1212.jre7</version>
  1904. </dependency>
  1905. <dependency>
  1906. <groupId>org.projectlombok</groupId>
  1907. <artifactId>lombok</artifactId>
  1908. <version>1.16.12</version>
  1909. </dependency>
  1910. <dependency>
  1911. <groupId>org.seleniumhq.selenium</groupId>
  1912. <artifactId>htmlunit-driver</artifactId>
  1913. <version>2.21</version>
  1914. </dependency>
  1915. <dependency>
  1916. <groupId>org.seleniumhq.selenium</groupId>
  1917. <artifactId>selenium-api</artifactId>
  1918. <version>2.53.1</version>
  1919. </dependency>
  1920. <dependency>
  1921. <groupId>org.seleniumhq.selenium</groupId>
  1922. <artifactId>selenium-chrome-driver</artifactId>
  1923. <version>2.53.1</version>
  1924. </dependency>
  1925. <dependency>
  1926. <groupId>org.seleniumhq.selenium</groupId>
  1927. <artifactId>selenium-firefox-driver</artifactId>
  1928. <version>2.53.1</version>
  1929. </dependency>
  1930. <dependency>
  1931. <groupId>org.seleniumhq.selenium</groupId>
  1932. <artifactId>selenium-ie-driver</artifactId>
  1933. <version>2.53.1</version>
  1934. </dependency>
  1935. <dependency>
  1936. <groupId>org.seleniumhq.selenium</groupId>
  1937. <artifactId>selenium-java</artifactId>
  1938. <version>2.53.1</version>
  1939. </dependency>
  1940. <dependency>
  1941. <groupId>org.seleniumhq.selenium</groupId>
  1942. <artifactId>selenium-remote-driver</artifactId>
  1943. <version>2.53.1</version>
  1944. </dependency>
  1945. <dependency>
  1946. <groupId>org.seleniumhq.selenium</groupId>
  1947. <artifactId>selenium-safari-driver</artifactId>
  1948. <version>2.53.1</version>
  1949. </dependency>
  1950. <dependency>
  1951. <groupId>org.seleniumhq.selenium</groupId>
  1952. <artifactId>selenium-support</artifactId>
  1953. <version>2.53.1</version>
  1954. </dependency>
  1955. <dependency>
  1956. <groupId>org.skyscreamer</groupId>
  1957. <artifactId>jsonassert</artifactId>
  1958. <version>1.4.0</version>
  1959. </dependency>
  1960. <dependency>
  1961. <groupId>org.slf4j</groupId>
  1962. <artifactId>jcl-over-slf4j</artifactId>
  1963. <version>1.7.22</version>
  1964. </dependency>
  1965. <dependency>
  1966. <groupId>org.slf4j</groupId>
  1967. <artifactId>jul-to-slf4j</artifactId>
  1968. <version>1.7.22</version>
  1969. </dependency>
  1970. <dependency>
  1971. <groupId>org.slf4j</groupId>
  1972. <artifactId>log4j-over-slf4j</artifactId>
  1973. <version>1.7.22</version>
  1974. </dependency>
  1975. <dependency>
  1976. <groupId>org.slf4j</groupId>
  1977. <artifactId>slf4j-api</artifactId>
  1978. <version>1.7.22</version>
  1979. </dependency>
  1980. <dependency>
  1981. <groupId>org.slf4j</groupId>
  1982. <artifactId>slf4j-jdk14</artifactId>
  1983. <version>1.7.22</version>
  1984. </dependency>
  1985. <dependency>
  1986. <groupId>org.slf4j</groupId>
  1987. <artifactId>slf4j-log4j12</artifactId>
  1988. <version>1.7.22</version>
  1989. </dependency>
  1990. <dependency>
  1991. <groupId>org.slf4j</groupId>
  1992. <artifactId>slf4j-simple</artifactId>
  1993. <version>1.7.22</version>
  1994. </dependency>
  1995. <dependency>
  1996. <groupId>org.spockframework</groupId>
  1997. <artifactId>spock-core</artifactId>
  1998. <version>1.0-groovy-2.4</version>
  1999. <exclusions>
  2000. <exclusion>
  2001. <artifactId>groovy-all</artifactId>
  2002. <groupId>org.codehaus.groovy</groupId>
  2003. </exclusion>
  2004. </exclusions>
  2005. </dependency>
  2006. <dependency>
  2007. <groupId>org.spockframework</groupId>
  2008. <artifactId>spock-spring</artifactId>
  2009. <version>1.0-groovy-2.4</version>
  2010. </dependency>
  2011. <dependency>
  2012. <groupId>org.springframework</groupId>
  2013. <artifactId>springloaded</artifactId>
  2014. <version>1.2.6.RELEASE</version>
  2015. </dependency>
  2016. <dependency>
  2017. <groupId>org.springframework.amqp</groupId>
  2018. <artifactId>spring-amqp</artifactId>
  2019. <version>1.7.0.RELEASE</version>
  2020. </dependency>
  2021. <dependency>
  2022. <groupId>org.springframework.amqp</groupId>
  2023. <artifactId>spring-rabbit</artifactId>
  2024. <version>1.7.0.RELEASE</version>
  2025. </dependency>
  2026. <dependency>
  2027. <groupId>org.springframework.batch</groupId>
  2028. <artifactId>spring-batch-core</artifactId>
  2029. <version>3.0.7.RELEASE</version>
  2030. </dependency>
  2031. <dependency>
  2032. <groupId>org.springframework.batch</groupId>
  2033. <artifactId>spring-batch-infrastructure</artifactId>
  2034. <version>3.0.7.RELEASE</version>
  2035. </dependency>
  2036. <dependency>
  2037. <groupId>org.springframework.batch</groupId>
  2038. <artifactId>spring-batch-integration</artifactId>
  2039. <version>3.0.7.RELEASE</version>
  2040. </dependency>
  2041. <dependency>
  2042. <groupId>org.springframework.batch</groupId>
  2043. <artifactId>spring-batch-test</artifactId>
  2044. <version>3.0.7.RELEASE</version>
  2045. </dependency>
  2046. <dependency>
  2047. <groupId>org.springframework.cloud</groupId>
  2048. <artifactId>spring-cloud-cloudfoundry-connector</artifactId>
  2049. <version>1.2.3.RELEASE</version>
  2050. </dependency>
  2051. <dependency>
  2052. <groupId>org.springframework.cloud</groupId>
  2053. <artifactId>spring-cloud-core</artifactId>
  2054. <version>1.2.3.RELEASE</version>
  2055. </dependency>
  2056. <dependency>
  2057. <groupId>org.springframework.cloud</groupId>
  2058. <artifactId>spring-cloud-heroku-connector</artifactId>
  2059. <version>1.2.3.RELEASE</version>
  2060. </dependency>
  2061. <dependency>
  2062. <groupId>org.springframework.cloud</groupId>
  2063. <artifactId>spring-cloud-localconfig-connector</artifactId>
  2064. <version>1.2.3.RELEASE</version>
  2065. </dependency>
  2066. <dependency>
  2067. <groupId>org.springframework.cloud</groupId>
  2068. <artifactId>spring-cloud-spring-service-connector</artifactId>
  2069. <version>1.2.3.RELEASE</version>
  2070. <exclusions>
  2071. <exclusion>
  2072. <artifactId>log4j</artifactId>
  2073. <groupId>log4j</groupId>
  2074. </exclusion>
  2075. </exclusions>
  2076. </dependency>
  2077. <dependency>
  2078. <groupId>org.springframework.hateoas</groupId>
  2079. <artifactId>spring-hateoas</artifactId>
  2080. <version>0.23.0.RELEASE</version>
  2081. </dependency>
  2082. <dependency>
  2083. <groupId>org.springframework.kafka</groupId>
  2084. <artifactId>spring-kafka</artifactId>
  2085. <version>1.1.2.RELEASE</version>
  2086. </dependency>
  2087. <dependency>
  2088. <groupId>org.springframework.kafka</groupId>
  2089. <artifactId>spring-kafka-test</artifactId>
  2090. <version>1.1.2.RELEASE</version>
  2091. </dependency>
  2092. <dependency>
  2093. <groupId>org.springframework.integration</groupId>
  2094. <artifactId>spring-integration-http</artifactId>
  2095. <version>4.3.7.RELEASE</version>
  2096. <exclusions>
  2097. <exclusion>
  2098. <artifactId>commons-logging</artifactId>
  2099. <groupId>commons-logging</groupId>
  2100. </exclusion>
  2101. <exclusion>
  2102. <artifactId>commons-logging-api</artifactId>
  2103. <groupId>commons-logging</groupId>
  2104. </exclusion>
  2105. </exclusions>
  2106. </dependency>
  2107. <dependency>
  2108. <groupId>org.springframework.integration</groupId>
  2109. <artifactId>spring-integration-java-dsl</artifactId>
  2110. <version>1.2.1.RELEASE</version>
  2111. </dependency>
  2112. <dependency>
  2113. <groupId>org.springframework.ldap</groupId>
  2114. <artifactId>spring-ldap-core</artifactId>
  2115. <version>2.3.1.RELEASE</version>
  2116. </dependency>
  2117. <dependency>
  2118. <groupId>org.springframework.ldap</groupId>
  2119. <artifactId>spring-ldap-core-tiger</artifactId>
  2120. <version>2.3.1.RELEASE</version>
  2121. </dependency>
  2122. <dependency>
  2123. <groupId>org.springframework.ldap</groupId>
  2124. <artifactId>spring-ldap-ldif-batch</artifactId>
  2125. <version>2.3.1.RELEASE</version>
  2126. </dependency>
  2127. <dependency>
  2128. <groupId>org.springframework.ldap</groupId>
  2129. <artifactId>spring-ldap-ldif-core</artifactId>
  2130. <version>2.3.1.RELEASE</version>
  2131. </dependency>
  2132. <dependency>
  2133. <groupId>org.springframework.ldap</groupId>
  2134. <artifactId>spring-ldap-odm</artifactId>
  2135. <version>2.3.1.RELEASE</version>
  2136. </dependency>
  2137. <dependency>
  2138. <groupId>org.springframework.ldap</groupId>
  2139. <artifactId>spring-ldap-test</artifactId>
  2140. <version>2.3.1.RELEASE</version>
  2141. </dependency>
  2142. <dependency>
  2143. <groupId>org.springframework.mobile</groupId>
  2144. <artifactId>spring-mobile-device</artifactId>
  2145. <version>1.1.5.RELEASE</version>
  2146. </dependency>
  2147. <dependency>
  2148. <groupId>org.springframework.plugin</groupId>
  2149. <artifactId>spring-plugin-core</artifactId>
  2150. <version>1.2.0.RELEASE</version>
  2151. </dependency>
  2152. <dependency>
  2153. <groupId>org.springframework.plugin</groupId>
  2154. <artifactId>spring-plugin-metadata</artifactId>
  2155. <version>1.2.0.RELEASE</version>
  2156. </dependency>
  2157. <dependency>
  2158. <groupId>org.springframework.restdocs</groupId>
  2159. <artifactId>spring-restdocs-core</artifactId>
  2160. <version>1.1.2.RELEASE</version>
  2161. </dependency>
  2162. <dependency>
  2163. <groupId>org.springframework.restdocs</groupId>
  2164. <artifactId>spring-restdocs-mockmvc</artifactId>
  2165. <version>1.1.2.RELEASE</version>
  2166. </dependency>
  2167. <dependency>
  2168. <groupId>org.springframework.restdocs</groupId>
  2169. <artifactId>spring-restdocs-restassured</artifactId>
  2170. <version>1.1.2.RELEASE</version>
  2171. </dependency>
  2172. <dependency>
  2173. <groupId>org.springframework.retry</groupId>
  2174. <artifactId>spring-retry</artifactId>
  2175. <version>1.2.0.RELEASE</version>
  2176. </dependency>
  2177. <dependency>
  2178. <groupId>org.springframework.security</groupId>
  2179. <artifactId>spring-security-jwt</artifactId>
  2180. <version>1.0.7.RELEASE</version>
  2181. </dependency>
  2182. <dependency>
  2183. <groupId>org.springframework.security.oauth</groupId>
  2184. <artifactId>spring-security-oauth</artifactId>
  2185. <version>2.0.12.RELEASE</version>
  2186. </dependency>
  2187. <dependency>
  2188. <groupId>org.springframework.security.oauth</groupId>
  2189. <artifactId>spring-security-oauth2</artifactId>
  2190. <version>2.0.12.RELEASE</version>
  2191. </dependency>
  2192. <dependency>
  2193. <groupId>org.springframework.session</groupId>
  2194. <artifactId>spring-session</artifactId>
  2195. <version>1.3.0.RELEASE</version>
  2196. <exclusions>
  2197. <exclusion>
  2198. <artifactId>commons-logging</artifactId>
  2199. <groupId>commons-logging</groupId>
  2200. </exclusion>
  2201. </exclusions>
  2202. </dependency>
  2203. <dependency>
  2204. <groupId>org.springframework.session</groupId>
  2205. <artifactId>spring-session-data-gemfire</artifactId>
  2206. <version>1.3.0.RELEASE</version>
  2207. </dependency>
  2208. <dependency>
  2209. <groupId>org.springframework.session</groupId>
  2210. <artifactId>spring-session-data-mongo</artifactId>
  2211. <version>1.3.0.RELEASE</version>
  2212. </dependency>
  2213. <dependency>
  2214. <groupId>org.springframework.session</groupId>
  2215. <artifactId>spring-session-hazelcast</artifactId>
  2216. <version>1.3.0.RELEASE</version>
  2217. </dependency>
  2218. <dependency>
  2219. <groupId>org.springframework.session</groupId>
  2220. <artifactId>spring-session-jdbc</artifactId>
  2221. <version>1.3.0.RELEASE</version>
  2222. </dependency>
  2223. <dependency>
  2224. <groupId>org.springframework.session</groupId>
  2225. <artifactId>spring-session-data-redis</artifactId>
  2226. <version>1.3.0.RELEASE</version>
  2227. </dependency>
  2228. <dependency>
  2229. <groupId>org.springframework.social</groupId>
  2230. <artifactId>spring-social-config</artifactId>
  2231. <version>1.1.4.RELEASE</version>
  2232. </dependency>
  2233. <dependency>
  2234. <groupId>org.springframework.social</groupId>
  2235. <artifactId>spring-social-core</artifactId>
  2236. <version>1.1.4.RELEASE</version>
  2237. </dependency>
  2238. <dependency>
  2239. <groupId>org.springframework.social</groupId>
  2240. <artifactId>spring-social-security</artifactId>
  2241. <version>1.1.4.RELEASE</version>
  2242. </dependency>
  2243. <dependency>
  2244. <groupId>org.springframework.social</groupId>
  2245. <artifactId>spring-social-web</artifactId>
  2246. <version>1.1.4.RELEASE</version>
  2247. </dependency>
  2248. <dependency>
  2249. <groupId>org.springframework.social</groupId>
  2250. <artifactId>spring-social-facebook</artifactId>
  2251. <version>2.0.3.RELEASE</version>
  2252. </dependency>
  2253. <dependency>
  2254. <groupId>org.springframework.social</groupId>
  2255. <artifactId>spring-social-facebook-web</artifactId>
  2256. <version>2.0.3.RELEASE</version>
  2257. </dependency>
  2258. <dependency>
  2259. <groupId>org.springframework.social</groupId>
  2260. <artifactId>spring-social-linkedin</artifactId>
  2261. <version>1.0.2.RELEASE</version>
  2262. </dependency>
  2263. <dependency>
  2264. <groupId>org.springframework.social</groupId>
  2265. <artifactId>spring-social-twitter</artifactId>
  2266. <version>1.1.2.RELEASE</version>
  2267. </dependency>
  2268. <dependency>
  2269. <groupId>org.springframework.ws</groupId>
  2270. <artifactId>spring-ws-core</artifactId>
  2271. <version>2.4.0.RELEASE</version>
  2272. <exclusions>
  2273. <exclusion>
  2274. <artifactId>commons-logging</artifactId>
  2275. <groupId>commons-logging</groupId>
  2276. </exclusion>
  2277. </exclusions>
  2278. </dependency>
  2279. <dependency>
  2280. <groupId>org.springframework.ws</groupId>
  2281. <artifactId>spring-ws-security</artifactId>
  2282. <version>2.4.0.RELEASE</version>
  2283. <exclusions>
  2284. <exclusion>
  2285. <artifactId>commons-logging</artifactId>
  2286. <groupId>commons-logging</groupId>
  2287. </exclusion>
  2288. </exclusions>
  2289. </dependency>
  2290. <dependency>
  2291. <groupId>org.springframework.ws</groupId>
  2292. <artifactId>spring-ws-support</artifactId>
  2293. <version>2.4.0.RELEASE</version>
  2294. <exclusions>
  2295. <exclusion>
  2296. <artifactId>commons-logging</artifactId>
  2297. <groupId>commons-logging</groupId>
  2298. </exclusion>
  2299. </exclusions>
  2300. </dependency>
  2301. <dependency>
  2302. <groupId>org.springframework.ws</groupId>
  2303. <artifactId>spring-ws-test</artifactId>
  2304. <version>2.4.0.RELEASE</version>
  2305. <exclusions>
  2306. <exclusion>
  2307. <artifactId>commons-logging</artifactId>
  2308. <groupId>commons-logging</groupId>
  2309. </exclusion>
  2310. </exclusions>
  2311. </dependency>
  2312. <dependency>
  2313. <groupId>org.xerial</groupId>
  2314. <artifactId>sqlite-jdbc</artifactId>
  2315. <version>3.15.1</version>
  2316. </dependency>
  2317. <dependency>
  2318. <groupId>org.thymeleaf</groupId>
  2319. <artifactId>thymeleaf</artifactId>
  2320. <version>2.1.5.RELEASE</version>
  2321. </dependency>
  2322. <dependency>
  2323. <groupId>org.thymeleaf</groupId>
  2324. <artifactId>thymeleaf-spring4</artifactId>
  2325. <version>2.1.5.RELEASE</version>
  2326. </dependency>
  2327. <dependency>
  2328. <groupId>org.thymeleaf.extras</groupId>
  2329. <artifactId>thymeleaf-extras-conditionalcomments</artifactId>
  2330. <version>2.1.2.RELEASE</version>
  2331. </dependency>
  2332. <dependency>
  2333. <groupId>org.thymeleaf.extras</groupId>
  2334. <artifactId>thymeleaf-extras-java8time</artifactId>
  2335. <version>2.1.0.RELEASE</version>
  2336. </dependency>
  2337. <dependency>
  2338. <groupId>org.thymeleaf.extras</groupId>
  2339. <artifactId>thymeleaf-extras-springsecurity4</artifactId>
  2340. <version>2.1.3.RELEASE</version>
  2341. </dependency>
  2342. <dependency>
  2343. <groupId>org.webjars</groupId>
  2344. <artifactId>hal-browser</artifactId>
  2345. <version>9f96c74</version>
  2346. </dependency>
  2347. <dependency>
  2348. <groupId>org.webjars</groupId>
  2349. <artifactId>webjars-locator</artifactId>
  2350. <version>0.32</version>
  2351. </dependency>
  2352. <dependency>
  2353. <groupId>org.yaml</groupId>
  2354. <artifactId>snakeyaml</artifactId>
  2355. <version>1.17</version>
  2356. </dependency>
  2357. <dependency>
  2358. <groupId>redis.clients</groupId>
  2359. <artifactId>jedis</artifactId>
  2360. <version>2.9.0</version>
  2361. </dependency>
  2362. <dependency>
  2363. <groupId>wsdl4j</groupId>
  2364. <artifactId>wsdl4j</artifactId>
  2365. <version>1.6.3</version>
  2366. </dependency>
  2367. <dependency>
  2368. <groupId>xml-apis</groupId>
  2369. <artifactId>xml-apis</artifactId>
  2370. <version>1.4.01</version>
  2371. </dependency>
  2372. <dependency>
  2373. <groupId>com.fasterxml.jackson.core</groupId>
  2374. <artifactId>jackson-annotations</artifactId>
  2375. <version>2.8.0</version>
  2376. </dependency>
  2377. <dependency>
  2378. <groupId>com.fasterxml.jackson.core</groupId>
  2379. <artifactId>jackson-core</artifactId>
  2380. <version>2.8.6</version>
  2381. </dependency>
  2382. <dependency>
  2383. <groupId>com.fasterxml.jackson.core</groupId>
  2384. <artifactId>jackson-databind</artifactId>
  2385. <version>2.8.6</version>
  2386. </dependency>
  2387. <dependency>
  2388. <groupId>com.fasterxml.jackson.dataformat</groupId>
  2389. <artifactId>jackson-dataformat-avro</artifactId>
  2390. <version>2.8.6</version>
  2391. </dependency>
  2392. <dependency>
  2393. <groupId>com.fasterxml.jackson.dataformat</groupId>
  2394. <artifactId>jackson-dataformat-cbor</artifactId>
  2395. <version>2.8.6</version>
  2396. </dependency>
  2397. <dependency>
  2398. <groupId>com.fasterxml.jackson.dataformat</groupId>
  2399. <artifactId>jackson-dataformat-csv</artifactId>
  2400. <version>2.8.6</version>
  2401. </dependency>
  2402. <dependency>
  2403. <groupId>com.fasterxml.jackson.dataformat</groupId>
  2404. <artifactId>jackson-dataformat-properties</artifactId>
  2405. <version>2.8.6</version>
  2406. </dependency>
  2407. <dependency>
  2408. <groupId>com.fasterxml.jackson.dataformat</groupId>
  2409. <artifactId>jackson-dataformat-protobuf</artifactId>
  2410. <version>2.8.6</version>
  2411. </dependency>
  2412. <dependency>
  2413. <groupId>com.fasterxml.jackson.dataformat</groupId>
  2414. <artifactId>jackson-dataformat-smile</artifactId>
  2415. <version>2.8.6</version>
  2416. </dependency>
  2417. <dependency>
  2418. <groupId>com.fasterxml.jackson.dataformat</groupId>
  2419. <artifactId>jackson-dataformat-xml</artifactId>
  2420. <version>2.8.6</version>
  2421. </dependency>
  2422. <dependency>
  2423. <groupId>com.fasterxml.jackson.dataformat</groupId>
  2424. <artifactId>jackson-dataformat-yaml</artifactId>
  2425. <version>2.8.6</version>
  2426. </dependency>
  2427. <dependency>
  2428. <groupId>com.fasterxml.jackson.datatype</groupId>
  2429. <artifactId>jackson-datatype-guava</artifactId>
  2430. <version>2.8.6</version>
  2431. </dependency>
  2432. <dependency>
  2433. <groupId>com.fasterxml.jackson.datatype</groupId>
  2434. <artifactId>jackson-datatype-hibernate3</artifactId>
  2435. <version>2.8.6</version>
  2436. </dependency>
  2437. <dependency>
  2438. <groupId>com.fasterxml.jackson.datatype</groupId>
  2439. <artifactId>jackson-datatype-hibernate4</artifactId>
  2440. <version>2.8.6</version>
  2441. </dependency>
  2442. <dependency>
  2443. <groupId>com.fasterxml.jackson.datatype</groupId>
  2444. <artifactId>jackson-datatype-hibernate5</artifactId>
  2445. <version>2.8.6</version>
  2446. </dependency>
  2447. <dependency>
  2448. <groupId>com.fasterxml.jackson.datatype</groupId>
  2449. <artifactId>jackson-datatype-hppc</artifactId>
  2450. <version>2.8.6</version>
  2451. </dependency>
  2452. <dependency>
  2453. <groupId>com.fasterxml.jackson.datatype</groupId>
  2454. <artifactId>jackson-datatype-jaxrs</artifactId>
  2455. <version>2.8.6</version>
  2456. </dependency>
  2457. <dependency>
  2458. <groupId>com.fasterxml.jackson.datatype</groupId>
  2459. <artifactId>jackson-datatype-joda</artifactId>
  2460. <version>2.8.6</version>
  2461. </dependency>
  2462. <dependency>
  2463. <groupId>com.fasterxml.jackson.datatype</groupId>
  2464. <artifactId>jackson-datatype-jdk8</artifactId>
  2465. <version>2.8.6</version>
  2466. </dependency>
  2467. <dependency>
  2468. <groupId>com.fasterxml.jackson.datatype</groupId>
  2469. <artifactId>jackson-datatype-json-org</artifactId>
  2470. <version>2.8.6</version>
  2471. </dependency>
  2472. <dependency>
  2473. <groupId>com.fasterxml.jackson.datatype</groupId>
  2474. <artifactId>jackson-datatype-jsr310</artifactId>
  2475. <version>2.8.6</version>
  2476. </dependency>
  2477. <dependency>
  2478. <groupId>com.fasterxml.jackson.datatype</groupId>
  2479. <artifactId>jackson-datatype-jsr353</artifactId>
  2480. <version>2.8.6</version>
  2481. </dependency>
  2482. <dependency>
  2483. <groupId>com.fasterxml.jackson.datatype</groupId>
  2484. <artifactId>jackson-datatype-pcollections</artifactId>
  2485. <version>2.8.6</version>
  2486. </dependency>
  2487. <dependency>
  2488. <groupId>com.fasterxml.jackson.jaxrs</groupId>
  2489. <artifactId>jackson-jaxrs-base</artifactId>
  2490. <version>2.8.6</version>
  2491. </dependency>
  2492. <dependency>
  2493. <groupId>com.fasterxml.jackson.jaxrs</groupId>
  2494. <artifactId>jackson-jaxrs-cbor-provider</artifactId>
  2495. <version>2.8.6</version>
  2496. </dependency>
  2497. <dependency>
  2498. <groupId>com.fasterxml.jackson.jaxrs</groupId>
  2499. <artifactId>jackson-jaxrs-json-provider</artifactId>
  2500. <version>2.8.6</version>
  2501. </dependency>
  2502. <dependency>
  2503. <groupId>com.fasterxml.jackson.jaxrs</groupId>
  2504. <artifactId>jackson-jaxrs-smile-provider</artifactId>
  2505. <version>2.8.6</version>
  2506. </dependency>
  2507. <dependency>
  2508. <groupId>com.fasterxml.jackson.jaxrs</groupId>
  2509. <artifactId>jackson-jaxrs-xml-provider</artifactId>
  2510. <version>2.8.6</version>
  2511. </dependency>
  2512. <dependency>
  2513. <groupId>com.fasterxml.jackson.jaxrs</groupId>
  2514. <artifactId>jackson-jaxrs-yaml-provider</artifactId>
  2515. <version>2.8.6</version>
  2516. </dependency>
  2517. <dependency>
  2518. <groupId>com.fasterxml.jackson.jr</groupId>
  2519. <artifactId>jackson-jr-all</artifactId>
  2520. <version>2.8.6</version>
  2521. </dependency>
  2522. <dependency>
  2523. <groupId>com.fasterxml.jackson.jr</groupId>
  2524. <artifactId>jackson-jr-objects</artifactId>
  2525. <version>2.8.6</version>
  2526. </dependency>
  2527. <dependency>
  2528. <groupId>com.fasterxml.jackson.jr</groupId>
  2529. <artifactId>jackson-jr-retrofit2</artifactId>
  2530. <version>2.8.6</version>
  2531. </dependency>
  2532. <dependency>
  2533. <groupId>com.fasterxml.jackson.jr</groupId>
  2534. <artifactId>jackson-jr-stree</artifactId>
  2535. <version>2.8.6</version>
  2536. </dependency>
  2537. <dependency>
  2538. <groupId>com.fasterxml.jackson.module</groupId>
  2539. <artifactId>jackson-module-afterburner</artifactId>
  2540. <version>2.8.6</version>
  2541. </dependency>
  2542. <dependency>
  2543. <groupId>com.fasterxml.jackson.module</groupId>
  2544. <artifactId>jackson-module-guice</artifactId>
  2545. <version>2.8.6</version>
  2546. </dependency>
  2547. <dependency>
  2548. <groupId>com.fasterxml.jackson.module</groupId>
  2549. <artifactId>jackson-module-jaxb-annotations</artifactId>
  2550. <version>2.8.6</version>
  2551. </dependency>
  2552. <dependency>
  2553. <groupId>com.fasterxml.jackson.module</groupId>
  2554. <artifactId>jackson-module-jsonSchema</artifactId>
  2555. <version>2.8.6</version>
  2556. </dependency>
  2557. <dependency>
  2558. <groupId>com.fasterxml.jackson.module</groupId>
  2559. <artifactId>jackson-module-kotlin</artifactId>
  2560. <version>2.8.6</version>
  2561. </dependency>
  2562. <dependency>
  2563. <groupId>com.fasterxml.jackson.module</groupId>
  2564. <artifactId>jackson-module-mrbean</artifactId>
  2565. <version>2.8.6</version>
  2566. </dependency>
  2567. <dependency>
  2568. <groupId>com.fasterxml.jackson.module</groupId>
  2569. <artifactId>jackson-module-osgi</artifactId>
  2570. <version>2.8.6</version>
  2571. </dependency>
  2572. <dependency>
  2573. <groupId>com.fasterxml.jackson.module</groupId>
  2574. <artifactId>jackson-module-parameter-names</artifactId>
  2575. <version>2.8.6</version>
  2576. </dependency>
  2577. <dependency>
  2578. <groupId>com.fasterxml.jackson.module</groupId>
  2579. <artifactId>jackson-module-paranamer</artifactId>
  2580. <version>2.8.6</version>
  2581. </dependency>
  2582. <dependency>
  2583. <groupId>com.fasterxml.jackson.module</groupId>
  2584. <artifactId>jackson-module-scala_2.10</artifactId>
  2585. <version>2.8.6</version>
  2586. </dependency>
  2587. <dependency>
  2588. <groupId>com.fasterxml.jackson.module</groupId>
  2589. <artifactId>jackson-module-scala_2.11</artifactId>
  2590. <version>2.8.6</version>
  2591. </dependency>
  2592. <dependency>
  2593. <groupId>com.fasterxml.jackson.module</groupId>
  2594. <artifactId>jackson-module-scala_2.12</artifactId>
  2595. <version>2.8.6</version>
  2596. </dependency>
  2597. <dependency>
  2598. <groupId>org.apache.logging.log4j</groupId>
  2599. <artifactId>log4j-api</artifactId>
  2600. <version>2.7</version>
  2601. </dependency>
  2602. <dependency>
  2603. <groupId>org.apache.logging.log4j</groupId>
  2604. <artifactId>log4j-core</artifactId>
  2605. <version>2.7</version>
  2606. </dependency>
  2607. <dependency>
  2608. <groupId>org.apache.logging.log4j</groupId>
  2609. <artifactId>log4j-1.2-api</artifactId>
  2610. <version>2.7</version>
  2611. </dependency>
  2612. <dependency>
  2613. <groupId>org.apache.logging.log4j</groupId>
  2614. <artifactId>log4j-jcl</artifactId>
  2615. <version>2.7</version>
  2616. </dependency>
  2617. <dependency>
  2618. <groupId>org.apache.logging.log4j</groupId>
  2619. <artifactId>log4j-flume-ng</artifactId>
  2620. <version>2.7</version>
  2621. </dependency>
  2622. <dependency>
  2623. <groupId>org.apache.logging.log4j</groupId>
  2624. <artifactId>log4j-taglib</artifactId>
  2625. <version>2.7</version>
  2626. </dependency>
  2627. <dependency>
  2628. <groupId>org.apache.logging.log4j</groupId>
  2629. <artifactId>log4j-jmx-gui</artifactId>
  2630. <version>2.7</version>
  2631. </dependency>
  2632. <dependency>
  2633. <groupId>org.apache.logging.log4j</groupId>
  2634. <artifactId>log4j-slf4j-impl</artifactId>
  2635. <version>2.7</version>
  2636. </dependency>
  2637. <dependency>
  2638. <groupId>org.apache.logging.log4j</groupId>
  2639. <artifactId>log4j-web</artifactId>
  2640. <version>2.7</version>
  2641. </dependency>
  2642. <dependency>
  2643. <groupId>org.apache.logging.log4j</groupId>
  2644. <artifactId>log4j-nosql</artifactId>
  2645. <version>2.7</version>
  2646. </dependency>
  2647. <dependency>
  2648. <groupId>org.apache.logging.log4j</groupId>
  2649. <artifactId>log4j-iostreams</artifactId>
  2650. <version>2.7</version>
  2651. </dependency>
  2652. <dependency>
  2653. <groupId>org.apache.logging.log4j</groupId>
  2654. <artifactId>log4j-jul</artifactId>
  2655. <version>2.7</version>
  2656. </dependency>
  2657. <dependency>
  2658. <groupId>org.apache.logging.log4j</groupId>
  2659. <artifactId>log4j-liquibase</artifactId>
  2660. <version>2.7</version>
  2661. </dependency>
  2662. <dependency>
  2663. <groupId>org.apache.logging.log4j</groupId>
  2664. <artifactId>log4j-api-scala_2.10</artifactId>
  2665. <version>2.7</version>
  2666. </dependency>
  2667. <dependency>
  2668. <groupId>org.apache.logging.log4j</groupId>
  2669. <artifactId>log4j-api-scala_2.11</artifactId>
  2670. <version>2.7</version>
  2671. </dependency>
  2672. <dependency>
  2673. <groupId>org.springframework</groupId>
  2674. <artifactId>spring-aop</artifactId>
  2675. <version>4.3.6.RELEASE</version>
  2676. </dependency>
  2677. <dependency>
  2678. <groupId>org.springframework</groupId>
  2679. <artifactId>spring-aspects</artifactId>
  2680. <version>4.3.6.RELEASE</version>
  2681. </dependency>
  2682. <dependency>
  2683. <groupId>org.springframework</groupId>
  2684. <artifactId>spring-beans</artifactId>
  2685. <version>4.3.6.RELEASE</version>
  2686. </dependency>
  2687. <dependency>
  2688. <groupId>org.springframework</groupId>
  2689. <artifactId>spring-context</artifactId>
  2690. <version>4.3.6.RELEASE</version>
  2691. </dependency>
  2692. <dependency>
  2693. <groupId>org.springframework</groupId>
  2694. <artifactId>spring-context-support</artifactId>
  2695. <version>4.3.6.RELEASE</version>
  2696. </dependency>
  2697. <dependency>
  2698. <groupId>org.springframework</groupId>
  2699. <artifactId>spring-expression</artifactId>
  2700. <version>4.3.6.RELEASE</version>
  2701. </dependency>
  2702. <dependency>
  2703. <groupId>org.springframework</groupId>
  2704. <artifactId>spring-instrument</artifactId>
  2705. <version>4.3.6.RELEASE</version>
  2706. </dependency>
  2707. <dependency>
  2708. <groupId>org.springframework</groupId>
  2709. <artifactId>spring-instrument-tomcat</artifactId>
  2710. <version>4.3.6.RELEASE</version>
  2711. </dependency>
  2712. <dependency>
  2713. <groupId>org.springframework</groupId>
  2714. <artifactId>spring-jdbc</artifactId>
  2715. <version>4.3.6.RELEASE</version>
  2716. </dependency>
  2717. <dependency>
  2718. <groupId>org.springframework</groupId>
  2719. <artifactId>spring-jms</artifactId>
  2720. <version>4.3.6.RELEASE</version>
  2721. </dependency>
  2722. <dependency>
  2723. <groupId>org.springframework</groupId>
  2724. <artifactId>spring-messaging</artifactId>
  2725. <version>4.3.6.RELEASE</version>
  2726. </dependency>
  2727. <dependency>
  2728. <groupId>org.springframework</groupId>
  2729. <artifactId>spring-orm</artifactId>
  2730. <version>4.3.6.RELEASE</version>
  2731. </dependency>
  2732. <dependency>
  2733. <groupId>org.springframework</groupId>
  2734. <artifactId>spring-oxm</artifactId>
  2735. <version>4.3.6.RELEASE</version>
  2736. </dependency>
  2737. <dependency>
  2738. <groupId>org.springframework</groupId>
  2739. <artifactId>spring-test</artifactId>
  2740. <version>4.3.6.RELEASE</version>
  2741. </dependency>
  2742. <dependency>
  2743. <groupId>org.springframework</groupId>
  2744. <artifactId>spring-tx</artifactId>
  2745. <version>4.3.6.RELEASE</version>
  2746. </dependency>
  2747. <dependency>
  2748. <groupId>org.springframework</groupId>
  2749. <artifactId>spring-web</artifactId>
  2750. <version>4.3.6.RELEASE</version>
  2751. </dependency>
  2752. <dependency>
  2753. <groupId>org.springframework</groupId>
  2754. <artifactId>spring-webmvc</artifactId>
  2755. <version>4.3.6.RELEASE</version>
  2756. </dependency>
  2757. <dependency>
  2758. <groupId>org.springframework</groupId>
  2759. <artifactId>spring-webmvc-portlet</artifactId>
  2760. <version>4.3.6.RELEASE</version>
  2761. </dependency>
  2762. <dependency>
  2763. <groupId>org.springframework</groupId>
  2764. <artifactId>spring-websocket</artifactId>
  2765. <version>4.3.6.RELEASE</version>
  2766. </dependency>
  2767. <dependency>
  2768. <groupId>org.springframework.data</groupId>
  2769. <artifactId>spring-cql</artifactId>
  2770. <version>1.5.0.RELEASE</version>
  2771. </dependency>
  2772. <dependency>
  2773. <groupId>org.springframework.data</groupId>
  2774. <artifactId>spring-data-cassandra</artifactId>
  2775. <version>1.5.0.RELEASE</version>
  2776. </dependency>
  2777. <dependency>
  2778. <groupId>org.springframework.data</groupId>
  2779. <artifactId>spring-data-commons</artifactId>
  2780. <version>1.13.0.RELEASE</version>
  2781. </dependency>
  2782. <dependency>
  2783. <groupId>org.springframework.data</groupId>
  2784. <artifactId>spring-data-couchbase</artifactId>
  2785. <version>2.2.0.RELEASE</version>
  2786. </dependency>
  2787. <dependency>
  2788. <groupId>org.springframework.data</groupId>
  2789. <artifactId>spring-data-elasticsearch</artifactId>
  2790. <version>2.1.0.RELEASE</version>
  2791. </dependency>
  2792. <dependency>
  2793. <groupId>org.springframework.data</groupId>
  2794. <artifactId>spring-data-gemfire</artifactId>
  2795. <version>1.9.0.RELEASE</version>
  2796. </dependency>
  2797. <dependency>
  2798. <groupId>org.springframework.data</groupId>
  2799. <artifactId>spring-data-jpa</artifactId>
  2800. <version>1.11.0.RELEASE</version>
  2801. </dependency>
  2802. <dependency>
  2803. <groupId>org.springframework.data</groupId>
  2804. <artifactId>spring-data-mongodb</artifactId>
  2805. <version>1.10.0.RELEASE</version>
  2806. </dependency>
  2807. <dependency>
  2808. <groupId>org.springframework.data</groupId>
  2809. <artifactId>spring-data-mongodb-cross-store</artifactId>
  2810. <version>1.10.0.RELEASE</version>
  2811. </dependency>
  2812. <dependency>
  2813. <groupId>org.springframework.data</groupId>
  2814. <artifactId>spring-data-mongodb-log4j</artifactId>
  2815. <version>1.10.0.RELEASE</version>
  2816. </dependency>
  2817. <dependency>
  2818. <groupId>org.springframework.data</groupId>
  2819. <artifactId>spring-data-neo4j</artifactId>
  2820. <version>4.2.0.RELEASE</version>
  2821. </dependency>
  2822. <dependency>
  2823. <groupId>org.springframework.data</groupId>
  2824. <artifactId>spring-data-redis</artifactId>
  2825. <version>1.8.0.RELEASE</version>
  2826. </dependency>
  2827. <dependency>
  2828. <groupId>org.springframework.data</groupId>
  2829. <artifactId>spring-data-rest-webmvc</artifactId>
  2830. <version>2.6.0.RELEASE</version>
  2831. </dependency>
  2832. <dependency>
  2833. <groupId>org.springframework.data</groupId>
  2834. <artifactId>spring-data-rest-core</artifactId>
  2835. <version>2.6.0.RELEASE</version>
  2836. </dependency>
  2837. <dependency>
  2838. <groupId>org.springframework.data</groupId>
  2839. <artifactId>spring-data-rest-hal-browser</artifactId>
  2840. <version>2.6.0.RELEASE</version>
  2841. </dependency>
  2842. <dependency>
  2843. <groupId>org.springframework.data</groupId>
  2844. <artifactId>spring-data-solr</artifactId>
  2845. <version>2.1.0.RELEASE</version>
  2846. </dependency>
  2847. <dependency>
  2848. <groupId>org.springframework.data</groupId>
  2849. <artifactId>spring-data-keyvalue</artifactId>
  2850. <version>1.2.0.RELEASE</version>
  2851. </dependency>
  2852. <dependency>
  2853. <groupId>org.springframework.data</groupId>
  2854. <artifactId>spring-data-envers</artifactId>
  2855. <version>1.1.0.RELEASE</version>
  2856. </dependency>
  2857. <dependency>
  2858. <groupId>org.springframework.data</groupId>
  2859. <artifactId>spring-data-ldap</artifactId>
  2860. <version>1.0.0.RELEASE</version>
  2861. </dependency>
  2862. <dependency>
  2863. <groupId>org.springframework.integration</groupId>
  2864. <artifactId>spring-integration-amqp</artifactId>
  2865. <version>4.3.7.RELEASE</version>
  2866. </dependency>
  2867. <dependency>
  2868. <groupId>org.springframework.integration</groupId>
  2869. <artifactId>spring-integration-core</artifactId>
  2870. <version>4.3.7.RELEASE</version>
  2871. </dependency>
  2872. <dependency>
  2873. <groupId>org.springframework.integration</groupId>
  2874. <artifactId>spring-integration-event</artifactId>
  2875. <version>4.3.7.RELEASE</version>
  2876. </dependency>
  2877. <dependency>
  2878. <groupId>org.springframework.integration</groupId>
  2879. <artifactId>spring-integration-feed</artifactId>
  2880. <version>4.3.7.RELEASE</version>
  2881. </dependency>
  2882. <dependency>
  2883. <groupId>org.springframework.integration</groupId>
  2884. <artifactId>spring-integration-file</artifactId>
  2885. <version>4.3.7.RELEASE</version>
  2886. </dependency>
  2887. <dependency>
  2888. <groupId>org.springframework.integration</groupId>
  2889. <artifactId>spring-integration-ftp</artifactId>
  2890. <version>4.3.7.RELEASE</version>
  2891. </dependency>
  2892. <dependency>
  2893. <groupId>org.springframework.integration</groupId>
  2894. <artifactId>spring-integration-gemfire</artifactId>
  2895. <version>4.3.7.RELEASE</version>
  2896. </dependency>
  2897. <dependency>
  2898. <groupId>org.springframework.integration</groupId>
  2899. <artifactId>spring-integration-groovy</artifactId>
  2900. <version>4.3.7.RELEASE</version>
  2901. </dependency>
  2902. <dependency>
  2903. <groupId>org.springframework.integration</groupId>
  2904. <artifactId>spring-integration-ip</artifactId>
  2905. <version>4.3.7.RELEASE</version>
  2906. </dependency>
  2907. <dependency>
  2908. <groupId>org.springframework.integration</groupId>
  2909. <artifactId>spring-integration-jdbc</artifactId>
  2910. <version>4.3.7.RELEASE</version>
  2911. </dependency>
  2912. <dependency>
  2913. <groupId>org.springframework.integration</groupId>
  2914. <artifactId>spring-integration-jms</artifactId>
  2915. <version>4.3.7.RELEASE</version>
  2916. </dependency>
  2917. <dependency>
  2918. <groupId>org.springframework.integration</groupId>
  2919. <artifactId>spring-integration-jmx</artifactId>
  2920. <version>4.3.7.RELEASE</version>
  2921. </dependency>
  2922. <dependency>
  2923. <groupId>org.springframework.integration</groupId>
  2924. <artifactId>spring-integration-jpa</artifactId>
  2925. <version>4.3.7.RELEASE</version>
  2926. </dependency>
  2927. <dependency>
  2928. <groupId>org.springframework.integration</groupId>
  2929. <artifactId>spring-integration-mail</artifactId>
  2930. <version>4.3.7.RELEASE</version>
  2931. </dependency>
  2932. <dependency>
  2933. <groupId>org.springframework.integration</groupId>
  2934. <artifactId>spring-integration-mongodb</artifactId>
  2935. <version>4.3.7.RELEASE</version>
  2936. </dependency>
  2937. <dependency>
  2938. <groupId>org.springframework.integration</groupId>
  2939. <artifactId>spring-integration-mqtt</artifactId>
  2940. <version>4.3.7.RELEASE</version>
  2941. </dependency>
  2942. <dependency>
  2943. <groupId>org.springframework.integration</groupId>
  2944. <artifactId>spring-integration-redis</artifactId>
  2945. <version>4.3.7.RELEASE</version>
  2946. </dependency>
  2947. <dependency>
  2948. <groupId>org.springframework.integration</groupId>
  2949. <artifactId>spring-integration-rmi</artifactId>
  2950. <version>4.3.7.RELEASE</version>
  2951. </dependency>
  2952. <dependency>
  2953. <groupId>org.springframework.integration</groupId>
  2954. <artifactId>spring-integration-scripting</artifactId>
  2955. <version>4.3.7.RELEASE</version>
  2956. </dependency>
  2957. <dependency>
  2958. <groupId>org.springframework.integration</groupId>
  2959. <artifactId>spring-integration-security</artifactId>
  2960. <version>4.3.7.RELEASE</version>
  2961. </dependency>
  2962. <dependency>
  2963. <groupId>org.springframework.integration</groupId>
  2964. <artifactId>spring-integration-sftp</artifactId>
  2965. <version>4.3.7.RELEASE</version>
  2966. </dependency>
  2967. <dependency>
  2968. <groupId>org.springframework.integration</groupId>
  2969. <artifactId>spring-integration-stomp</artifactId>
  2970. <version>4.3.7.RELEASE</version>
  2971. </dependency>
  2972. <dependency>
  2973. <groupId>org.springframework.integration</groupId>
  2974. <artifactId>spring-integration-stream</artifactId>
  2975. <version>4.3.7.RELEASE</version>
  2976. </dependency>
  2977. <dependency>
  2978. <groupId>org.springframework.integration</groupId>
  2979. <artifactId>spring-integration-syslog</artifactId>
  2980. <version>4.3.7.RELEASE</version>
  2981. </dependency>
  2982. <dependency>
  2983. <groupId>org.springframework.integration</groupId>
  2984. <artifactId>spring-integration-test</artifactId>
  2985. <version>4.3.7.RELEASE</version>
  2986. </dependency>
  2987. <dependency>
  2988. <groupId>org.springframework.integration</groupId>
  2989. <artifactId>spring-integration-twitter</artifactId>
  2990. <version>4.3.7.RELEASE</version>
  2991. </dependency>
  2992. <dependency>
  2993. <groupId>org.springframework.integration</groupId>
  2994. <artifactId>spring-integration-websocket</artifactId>
  2995. <version>4.3.7.RELEASE</version>
  2996. </dependency>
  2997. <dependency>
  2998. <groupId>org.springframework.integration</groupId>
  2999. <artifactId>spring-integration-ws</artifactId>
  3000. <version>4.3.7.RELEASE</version>
  3001. </dependency>
  3002. <dependency>
  3003. <groupId>org.springframework.integration</groupId>
  3004. <artifactId>spring-integration-xml</artifactId>
  3005. <version>4.3.7.RELEASE</version>
  3006. </dependency>
  3007. <dependency>
  3008. <groupId>org.springframework.integration</groupId>
  3009. <artifactId>spring-integration-xmpp</artifactId>
  3010. <version>4.3.7.RELEASE</version>
  3011. </dependency>
  3012. <dependency>
  3013. <groupId>org.springframework.integration</groupId>
  3014. <artifactId>spring-integration-zookeeper</artifactId>
  3015. <version>4.3.7.RELEASE</version>
  3016. </dependency>
  3017. <dependency>
  3018. <groupId>org.springframework.security</groupId>
  3019. <artifactId>spring-security-acl</artifactId>
  3020. <version>4.2.1.RELEASE</version>
  3021. </dependency>
  3022. <dependency>
  3023. <groupId>org.springframework.security</groupId>
  3024. <artifactId>spring-security-aspects</artifactId>
  3025. <version>4.2.1.RELEASE</version>
  3026. </dependency>
  3027. <dependency>
  3028. <groupId>org.springframework.security</groupId>
  3029. <artifactId>spring-security-cas</artifactId>
  3030. <version>4.2.1.RELEASE</version>
  3031. </dependency>
  3032. <dependency>
  3033. <groupId>org.springframework.security</groupId>
  3034. <artifactId>spring-security-config</artifactId>
  3035. <version>4.2.1.RELEASE</version>
  3036. </dependency>
  3037. <dependency>
  3038. <groupId>org.springframework.security</groupId>
  3039. <artifactId>spring-security-core</artifactId>
  3040. <version>4.2.1.RELEASE</version>
  3041. </dependency>
  3042. <dependency>
  3043. <groupId>org.springframework.security</groupId>
  3044. <artifactId>spring-security-crypto</artifactId>
  3045. <version>4.2.1.RELEASE</version>
  3046. </dependency>
  3047. <dependency>
  3048. <groupId>org.springframework.security</groupId>
  3049. <artifactId>spring-security-data</artifactId>
  3050. <version>4.2.1.RELEASE</version>
  3051. </dependency>
  3052. <dependency>
  3053. <groupId>org.springframework.security</groupId>
  3054. <artifactId>spring-security-ldap</artifactId>
  3055. <version>4.2.1.RELEASE</version>
  3056. </dependency>
  3057. <dependency>
  3058. <groupId>org.springframework.security</groupId>
  3059. <artifactId>spring-security-messaging</artifactId>
  3060. <version>4.2.1.RELEASE</version>
  3061. </dependency>
  3062. <dependency>
  3063. <groupId>org.springframework.security</groupId>
  3064. <artifactId>spring-security-openid</artifactId>
  3065. <version>4.2.1.RELEASE</version>
  3066. </dependency>
  3067. <dependency>
  3068. <groupId>org.springframework.security</groupId>
  3069. <artifactId>spring-security-remoting</artifactId>
  3070. <version>4.2.1.RELEASE</version>
  3071. </dependency>
  3072. <dependency>
  3073. <groupId>org.springframework.security</groupId>
  3074. <artifactId>spring-security-taglibs</artifactId>
  3075. <version>4.2.1.RELEASE</version>
  3076. </dependency>
  3077. <dependency>
  3078. <groupId>org.springframework.security</groupId>
  3079. <artifactId>spring-security-test</artifactId>
  3080. <version>4.2.1.RELEASE</version>
  3081. </dependency>
  3082. <dependency>
  3083. <groupId>org.springframework.security</groupId>
  3084. <artifactId>spring-security-web</artifactId>
  3085. <version>4.2.1.RELEASE</version>
  3086. </dependency>
  3087. </dependencies>
  3088. </dependencyManagement>
  3089. <dependencies>
  3090. <dependency>
  3091. <groupId>org.springframework.boot</groupId>
  3092. <artifactId>spring-boot-starter-aop</artifactId>
  3093. <version>1.5.1.RELEASE</version>
  3094. <scope>compile</scope>
  3095. </dependency>
  3096. <dependency>
  3097. <groupId>org.springframework.boot</groupId>
  3098. <artifactId>spring-boot-starter-hateoas</artifactId>
  3099. <version>1.5.1.RELEASE</version>
  3100. <scope>compile</scope>
  3101. </dependency>
  3102. <dependency>
  3103. <groupId>org.springframework.session</groupId>
  3104. <artifactId>spring-session</artifactId>
  3105. <version>1.3.0.RELEASE</version>
  3106. <scope>compile</scope>
  3107. <exclusions>
  3108. <exclusion>
  3109. <artifactId>commons-logging</artifactId>
  3110. <groupId>commons-logging</groupId>
  3111. </exclusion>
  3112. </exclusions>
  3113. </dependency>
  3114. <dependency>
  3115. <groupId>org.springframework.boot</groupId>
  3116. <artifactId>spring-boot-starter-thymeleaf</artifactId>
  3117. <version>1.5.1.RELEASE</version>
  3118. <scope>compile</scope>
  3119. </dependency>
  3120. <dependency>
  3121. <groupId>org.springframework.boot</groupId>
  3122. <artifactId>spring-boot-starter-web</artifactId>
  3123. <version>1.5.1.RELEASE</version>
  3124. <scope>compile</scope>
  3125. </dependency>
  3126. <dependency>
  3127. <groupId>org.springframework.boot</groupId>
  3128. <artifactId>spring-boot-devtools</artifactId>
  3129. <version>1.5.1.RELEASE</version>
  3130. <scope>runtime</scope>
  3131. </dependency>
  3132. <dependency>
  3133. <groupId>mysql</groupId>
  3134. <artifactId>mysql-connector-java</artifactId>
  3135. <version>5.1.40</version>
  3136. <scope>compile</scope>
  3137. </dependency>
  3138. <dependency>
  3139. <groupId>org.springframework.boot</groupId>
  3140. <artifactId>spring-boot-starter-test</artifactId>
  3141. <version>1.5.1.RELEASE</version>
  3142. <scope>test</scope>
  3143. <exclusions>
  3144. <exclusion>
  3145. <artifactId>commons-logging</artifactId>
  3146. <groupId>commons-logging</groupId>
  3147. </exclusion>
  3148. </exclusions>
  3149. </dependency>
  3150. <dependency>
  3151. <groupId>org.springframework.boot</groupId>
  3152. <artifactId>spring-boot-starter-data-jpa</artifactId>
  3153. <version>1.5.1.RELEASE</version>
  3154. <scope>compile</scope>
  3155. </dependency>
  3156. <dependency>
  3157. <groupId>com.hazelcast</groupId>
  3158. <artifactId>hazelcast</artifactId>
  3159. <version>3.7.5</version>
  3160. <scope>compile</scope>
  3161. </dependency>
  3162. <dependency>
  3163. <groupId>org.springframework.boot</groupId>
  3164. <artifactId>spring-boot-starter-security</artifactId>
  3165. <version>1.5.1.RELEASE</version>
  3166. <scope>compile</scope>
  3167. </dependency>
  3168. </dependencies>
  3169. <repositories>
  3170. <repository>
  3171. <snapshots>
  3172. <enabled>false</enabled>
  3173. </snapshots>
  3174. <id>central</id>
  3175. <name>Central Repository</name>
  3176. <url>https://repo.maven.apache.org/maven2</url>
  3177. </repository>
  3178. </repositories>
  3179. <pluginRepositories>
  3180. <pluginRepository>
  3181. <releases>
  3182. <updatePolicy>never</updatePolicy>
  3183. </releases>
  3184. <snapshots>
  3185. <enabled>false</enabled>
  3186. </snapshots>
  3187. <id>central</id>
  3188. <name>Central Repository</name>
  3189. <url>https://repo.maven.apache.org/maven2</url>
  3190. </pluginRepository>
  3191. </pluginRepositories>
  3192. <build>
  3193. <sourceDirectory>/datadisk/gitrepo/new-worlds/src/main/java</sourceDirectory>
  3194. <scriptSourceDirectory>/datadisk/gitrepo/new-worlds/src/main/scripts</scriptSourceDirectory>
  3195. <testSourceDirectory>/datadisk/gitrepo/new-worlds/src/test/java</testSourceDirectory>
  3196. <outputDirectory>/datadisk/gitrepo/new-worlds/target/classes</outputDirectory>
  3197. <testOutputDirectory>/datadisk/gitrepo/new-worlds/target/test-classes</testOutputDirectory>
  3198. <resources>
  3199. <resource>
  3200. <filtering>true</filtering>
  3201. <directory>/datadisk/gitrepo/new-worlds/src/main/resources</directory>
  3202. <includes>
  3203. <include>**/application*.yml</include>
  3204. <include>**/application*.properties</include>
  3205. </includes>
  3206. </resource>
  3207. <resource>
  3208. <directory>/datadisk/gitrepo/new-worlds/src/main/resources</directory>
  3209. <excludes>
  3210. <exclude>**/application*.yml</exclude>
  3211. <exclude>**/application*.properties</exclude>
  3212. </excludes>
  3213. </resource>
  3214. </resources>
  3215. <testResources>
  3216. <testResource>
  3217. <directory>/datadisk/gitrepo/new-worlds/src/test/resources</directory>
  3218. </testResource>
  3219. </testResources>
  3220. <directory>/datadisk/gitrepo/new-worlds/target</directory>
  3221. <finalName>New-Worlds-0.0.1-SNAPSHOT</finalName>
  3222. <pluginManagement>
  3223. <plugins>
  3224. <plugin>
  3225. <groupId>org.jooq</groupId>
  3226. <artifactId>jooq-codegen-maven</artifactId>
  3227. <version>3.9.1</version>
  3228. </plugin>
  3229. <plugin>
  3230. <groupId>org.springframework.boot</groupId>
  3231. <artifactId>spring-boot-maven-plugin</artifactId>
  3232. <version>1.5.1.RELEASE</version>
  3233. <executions>
  3234. <execution>
  3235. <goals>
  3236. <goal>repackage</goal>
  3237. </goals>
  3238. <configuration>
  3239. <mainClass>${start-class}</mainClass>
  3240. </configuration>
  3241. </execution>
  3242. </executions>
  3243. <configuration>
  3244. <mainClass>${start-class}</mainClass>
  3245. </configuration>
  3246. </plugin>
  3247. <plugin>
  3248. <artifactId>maven-antrun-plugin</artifactId>
  3249. <version>1.8</version>
  3250. </plugin>
  3251. <plugin>
  3252. <artifactId>maven-assembly-plugin</artifactId>
  3253. <version>2.6</version>
  3254. <configuration>
  3255. <recompressZippedFiles>false</recompressZippedFiles>
  3256. </configuration>
  3257. </plugin>
  3258. <plugin>
  3259. <artifactId>maven-clean-plugin</artifactId>
  3260. <version>2.6.1</version>
  3261. </plugin>
  3262. <plugin>
  3263. <artifactId>maven-compiler-plugin</artifactId>
  3264. <version>3.1</version>
  3265. </plugin>
  3266. <plugin>
  3267. <artifactId>maven-deploy-plugin</artifactId>
  3268. <version>2.8.2</version>
  3269. </plugin>
  3270. <plugin>
  3271. <artifactId>maven-dependency-plugin</artifactId>
  3272. <version>2.10</version>
  3273. </plugin>
  3274. <plugin>
  3275. <artifactId>maven-release-plugin</artifactId>
  3276. <version>2.3.2</version>
  3277. </plugin>
  3278. <plugin>
  3279. <artifactId>maven-eclipse-plugin</artifactId>
  3280. <version>2.10</version>
  3281. </plugin>
  3282. <plugin>
  3283. <artifactId>maven-enforcer-plugin</artifactId>
  3284. <version>1.4</version>
  3285. </plugin>
  3286. <plugin>
  3287. <artifactId>maven-failsafe-plugin</artifactId>
  3288. <version>2.18.1</version>
  3289. <executions>
  3290. <execution>
  3291. <goals>
  3292. <goal>integration-test</goal>
  3293. <goal>verify</goal>
  3294. </goals>
  3295. </execution>
  3296. </executions>
  3297. </plugin>
  3298. <plugin>
  3299. <artifactId>maven-install-plugin</artifactId>
  3300. <version>2.5.2</version>
  3301. </plugin>
  3302. <plugin>
  3303. <artifactId>maven-invoker-plugin</artifactId>
  3304. <version>1.10</version>
  3305. </plugin>
  3306. <plugin>
  3307. <artifactId>maven-help-plugin</artifactId>
  3308. <version>2.2</version>
  3309. </plugin>
  3310. <plugin>
  3311. <artifactId>maven-jar-plugin</artifactId>
  3312. <version>2.6</version>
  3313. <configuration>
  3314. <archive>
  3315. <manifest>
  3316. <mainClass>${start-class}</mainClass>
  3317. <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
  3318. </manifest>
  3319. </archive>
  3320. </configuration>
  3321. </plugin>
  3322. <plugin>
  3323. <artifactId>maven-javadoc-plugin</artifactId>
  3324. <version>2.10.4</version>
  3325. </plugin>
  3326. <plugin>
  3327. <artifactId>maven-resources-plugin</artifactId>
  3328. <version>2.6</version>
  3329. <configuration>
  3330. <delimiters>
  3331. <delimiter>@</delimiter>
  3332. </delimiters>
  3333. <useDefaultDelimiters>false</useDefaultDelimiters>
  3334. </configuration>
  3335. </plugin>
  3336. <plugin>
  3337. <artifactId>maven-shade-plugin</artifactId>
  3338. <version>2.4.3</version>
  3339. <executions>
  3340. <execution>
  3341. <phase>package</phase>
  3342. <goals>
  3343. <goal>shade</goal>
  3344. </goals>
  3345. <configuration>
  3346. <transformers>
  3347. <transformer implementation="org.apache.maven.plugins.shade.resource.AppendingTransformer">
  3348. <resource>META-INF/spring.handlers</resource>
  3349. </transformer>
  3350. <transformer implementation="org.springframework.boot.maven.PropertiesMergingResourceTransformer">
  3351. <resource>META-INF/spring.factories</resource>
  3352. </transformer>
  3353. <transformer implementation="org.apache.maven.plugins.shade.resource.AppendingTransformer">
  3354. <resource>META-INF/spring.schemas</resource>
  3355. </transformer>
  3356. <transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
  3357. <transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
  3358. <mainClass>${start-class}</mainClass>
  3359. </transformer>
  3360. </transformers>
  3361. <keepDependenciesWithProvidedScope>true</keepDependenciesWithProvidedScope>
  3362. <createDependencyReducedPom>true</createDependencyReducedPom>
  3363. <filters>
  3364. <filter>
  3365. <artifact>*:*</artifact>
  3366. <excludes>
  3367. <exclude>META-INF/*.SF</exclude>
  3368. <exclude>META-INF/*.DSA</exclude>
  3369. <exclude>META-INF/*.RSA</exclude>
  3370. </excludes>
  3371. </filter>
  3372. </filters>
  3373. </configuration>
  3374. </execution>
  3375. </executions>
  3376. <dependencies>
  3377. <dependency>
  3378. <groupId>org.springframework.boot</groupId>
  3379. <artifactId>spring-boot-maven-plugin</artifactId>
  3380. <version>1.5.1.RELEASE</version>
  3381. </dependency>
  3382. </dependencies>
  3383. <configuration>
  3384. <keepDependenciesWithProvidedScope>true</keepDependenciesWithProvidedScope>
  3385. <createDependencyReducedPom>true</createDependencyReducedPom>
  3386. <filters>
  3387. <filter>
  3388. <artifact>*:*</artifact>
  3389. <excludes>
  3390. <exclude>META-INF/*.SF</exclude>
  3391. <exclude>META-INF/*.DSA</exclude>
  3392. <exclude>META-INF/*.RSA</exclude>
  3393. </excludes>
  3394. </filter>
  3395. </filters>
  3396. </configuration>
  3397. </plugin>
  3398. <plugin>
  3399. <artifactId>maven-site-plugin</artifactId>
  3400. <version>3.5.1</version>
  3401. </plugin>
  3402. <plugin>
  3403. <artifactId>maven-source-plugin</artifactId>
  3404. <version>2.4</version>
  3405. </plugin>
  3406. <plugin>
  3407. <artifactId>maven-surefire-plugin</artifactId>
  3408. <version>2.18.1</version>
  3409. <configuration>
  3410. <includes>
  3411. <include>**/*Tests.java</include>
  3412. <include>**/*Test.java</include>
  3413. </includes>
  3414. <excludes>
  3415. <exclude>**/Abstract*.java</exclude>
  3416. </excludes>
  3417. </configuration>
  3418. </plugin>
  3419. <plugin>
  3420. <artifactId>maven-war-plugin</artifactId>
  3421. <version>2.6</version>
  3422. <configuration>
  3423. <failOnMissingWebXml>false</failOnMissingWebXml>
  3424. <archive>
  3425. <manifest>
  3426. <mainClass>${start-class}</mainClass>
  3427. <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
  3428. </manifest>
  3429. </archive>
  3430. </configuration>
  3431. </plugin>
  3432. <plugin>
  3433. <groupId>org.codehaus.mojo</groupId>
  3434. <artifactId>build-helper-maven-plugin</artifactId>
  3435. <version>1.10</version>
  3436. </plugin>
  3437. <plugin>
  3438. <groupId>org.codehaus.mojo</groupId>
  3439. <artifactId>exec-maven-plugin</artifactId>
  3440. <version>1.5.0</version>
  3441. <configuration>
  3442. <mainClass>${start-class}</mainClass>
  3443. </configuration>
  3444. </plugin>
  3445. <plugin>
  3446. <groupId>org.codehaus.mojo</groupId>
  3447. <artifactId>versions-maven-plugin</artifactId>
  3448. <version>2.2</version>
  3449. </plugin>
  3450. <plugin>
  3451. <groupId>pl.project13.maven</groupId>
  3452. <artifactId>git-commit-id-plugin</artifactId>
  3453. <version>2.2.2</version>
  3454. <executions>
  3455. <execution>
  3456. <goals>
  3457. <goal>revision</goal>
  3458. </goals>
  3459. <configuration>
  3460. <verbose>true</verbose>
  3461. <dateFormat>yyyy-MM-dd'T'HH:mm:ssZ</dateFormat>
  3462. <generateGitPropertiesFile>true</generateGitPropertiesFile>
  3463. <generateGitPropertiesFilename>/datadisk/gitrepo/new-worlds/target/classes/git.properties</generateGitPropertiesFilename>
  3464. </configuration>
  3465. </execution>
  3466. </executions>
  3467. <configuration>
  3468. <verbose>true</verbose>
  3469. <dateFormat>yyyy-MM-dd'T'HH:mm:ssZ</dateFormat>
  3470. <generateGitPropertiesFile>true</generateGitPropertiesFile>
  3471. <generateGitPropertiesFilename>/datadisk/gitrepo/new-worlds/target/classes/git.properties</generateGitPropertiesFilename>
  3472. </configuration>
  3473. </plugin>
  3474. </plugins>
  3475. </pluginManagement>
  3476. <plugins>
  3477. <plugin>
  3478. <artifactId>maven-help-plugin</artifactId>
  3479. <version>2.2</version>
  3480. </plugin>
  3481. <plugin>
  3482. <groupId>org.codehaus.mojo</groupId>
  3483. <artifactId>xml-maven-plugin</artifactId>
  3484. <version>1.0</version>
  3485. </plugin>
  3486. <plugin>
  3487. <groupId>org.codehaus.mojo</groupId>
  3488. <artifactId>build-helper-maven-plugin</artifactId>
  3489. <version>1.10</version>
  3490. </plugin>
  3491. <plugin>
  3492. <groupId>org.springframework.boot</groupId>
  3493. <artifactId>spring-boot-maven-plugin</artifactId>
  3494. <version>1.5.1.RELEASE</version>
  3495. <executions>
  3496. <execution>
  3497. <goals>
  3498. <goal>repackage</goal>
  3499. </goals>
  3500. <configuration>
  3501. <mainClass>${start-class}</mainClass>
  3502. </configuration>
  3503. </execution>
  3504. </executions>
  3505. <configuration>
  3506. <mainClass>${start-class}</mainClass>
  3507. </configuration>
  3508. </plugin>
  3509. <plugin>
  3510. <artifactId>maven-clean-plugin</artifactId>
  3511. <version>2.6.1</version>
  3512. <executions>
  3513. <execution>
  3514. <id>default-clean</id>
  3515. <phase>clean</phase>
  3516. <goals>
  3517. <goal>clean</goal>
  3518. </goals>
  3519. </execution>
  3520. </executions>
  3521. </plugin>
  3522. <plugin>
  3523. <artifactId>maven-resources-plugin</artifactId>
  3524. <version>2.6</version>
  3525. <executions>
  3526. <execution>
  3527. <id>default-testResources</id>
  3528. <phase>process-test-resources</phase>
  3529. <goals>
  3530. <goal>testResources</goal>
  3531. </goals>
  3532. <configuration>
  3533. <delimiters>
  3534. <delimiter>@</delimiter>
  3535. </delimiters>
  3536. <useDefaultDelimiters>false</useDefaultDelimiters>
  3537. </configuration>
  3538. </execution>
  3539. <execution>
  3540. <id>default-resources</id>
  3541. <phase>process-resources</phase>
  3542. <goals>
  3543. <goal>resources</goal>
  3544. </goals>
  3545. <configuration>
  3546. <delimiters>
  3547. <delimiter>@</delimiter>
  3548. </delimiters>
  3549. <useDefaultDelimiters>false</useDefaultDelimiters>
  3550. </configuration>
  3551. </execution>
  3552. </executions>
  3553. <configuration>
  3554. <delimiters>
  3555. <delimiter>@</delimiter>
  3556. </delimiters>
  3557. <useDefaultDelimiters>false</useDefaultDelimiters>
  3558. </configuration>
  3559. </plugin>
  3560. <plugin>
  3561. <artifactId>maven-jar-plugin</artifactId>
  3562. <version>2.6</version>
  3563. <executions>
  3564. <execution>
  3565. <id>default-jar</id>
  3566. <phase>package</phase>
  3567. <goals>
  3568. <goal>jar</goal>
  3569. </goals>
  3570. <configuration>
  3571. <archive>
  3572. <manifest>
  3573. <mainClass>${start-class}</mainClass>
  3574. <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
  3575. </manifest>
  3576. </archive>
  3577. </configuration>
  3578. </execution>
  3579. </executions>
  3580. <configuration>
  3581. <archive>
  3582. <manifest>
  3583. <mainClass>${start-class}</mainClass>
  3584. <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
  3585. </manifest>
  3586. </archive>
  3587. </configuration>
  3588. </plugin>
  3589. <plugin>
  3590. <artifactId>maven-compiler-plugin</artifactId>
  3591. <version>3.1</version>
  3592. <executions>
  3593. <execution>
  3594. <id>default-compile</id>
  3595. <phase>compile</phase>
  3596. <goals>
  3597. <goal>compile</goal>
  3598. </goals>
  3599. </execution>
  3600. <execution>
  3601. <id>default-testCompile</id>
  3602. <phase>test-compile</phase>
  3603. <goals>
  3604. <goal>testCompile</goal>
  3605. </goals>
  3606. </execution>
  3607. </executions>
  3608. </plugin>
  3609. <plugin>
  3610. <artifactId>maven-surefire-plugin</artifactId>
  3611. <version>2.18.1</version>
  3612. <executions>
  3613. <execution>
  3614. <id>default-test</id>
  3615. <phase>test</phase>
  3616. <goals>
  3617. <goal>test</goal>
  3618. </goals>
  3619. <configuration>
  3620. <includes>
  3621. <include>**/*Tests.java</include>
  3622. <include>**/*Test.java</include>
  3623. </includes>
  3624. <excludes>
  3625. <exclude>**/Abstract*.java</exclude>
  3626. </excludes>
  3627. </configuration>
  3628. </execution>
  3629. </executions>
  3630. <configuration>
  3631. <includes>
  3632. <include>**/*Tests.java</include>
  3633. <include>**/*Test.java</include>
  3634. </includes>
  3635. <excludes>
  3636. <exclude>**/Abstract*.java</exclude>
  3637. </excludes>
  3638. </configuration>
  3639. </plugin>
  3640. <plugin>
  3641. <artifactId>maven-install-plugin</artifactId>
  3642. <version>2.5.2</version>
  3643. <executions>
  3644. <execution>
  3645. <id>default-install</id>
  3646. <phase>install</phase>
  3647. <goals>
  3648. <goal>install</goal>
  3649. </goals>
  3650. </execution>
  3651. </executions>
  3652. </plugin>
  3653. <plugin>
  3654. <artifactId>maven-deploy-plugin</artifactId>
  3655. <version>2.8.2</version>
  3656. <executions>
  3657. <execution>
  3658. <id>default-deploy</id>
  3659. <phase>deploy</phase>
  3660. <goals>
  3661. <goal>deploy</goal>
  3662. </goals>
  3663. </execution>
  3664. </executions>
  3665. </plugin>
  3666. <plugin>
  3667. <artifactId>maven-site-plugin</artifactId>
  3668. <version>3.5.1</version>
  3669. <executions>
  3670. <execution>
  3671. <id>default-site</id>
  3672. <phase>site</phase>
  3673. <goals>
  3674. <goal>site</goal>
  3675. </goals>
  3676. <configuration>
  3677. <outputDirectory>/datadisk/gitrepo/new-worlds/target/site</outputDirectory>
  3678. <reportPlugins>
  3679. <reportPlugin>
  3680. <groupId>org.apache.maven.plugins</groupId>
  3681. <artifactId>maven-project-info-reports-plugin</artifactId>
  3682. </reportPlugin>
  3683. </reportPlugins>
  3684. </configuration>
  3685. </execution>
  3686. <execution>
  3687. <id>default-deploy</id>
  3688. <phase>site-deploy</phase>
  3689. <goals>
  3690. <goal>deploy</goal>
  3691. </goals>
  3692. <configuration>
  3693. <outputDirectory>/datadisk/gitrepo/new-worlds/target/site</outputDirectory>
  3694. <reportPlugins>
  3695. <reportPlugin>
  3696. <groupId>org.apache.maven.plugins</groupId>
  3697. <artifactId>maven-project-info-reports-plugin</artifactId>
  3698. </reportPlugin>
  3699. </reportPlugins>
  3700. </configuration>
  3701. </execution>
  3702. </executions>
  3703. <configuration>
  3704. <outputDirectory>/datadisk/gitrepo/new-worlds/target/site</outputDirectory>
  3705. <reportPlugins>
  3706. <reportPlugin>
  3707. <groupId>org.apache.maven.plugins</groupId>
  3708. <artifactId>maven-project-info-reports-plugin</artifactId>
  3709. </reportPlugin>
  3710. </reportPlugins>
  3711. </configuration>
  3712. </plugin>
  3713. </plugins>
  3714. </build>
  3715. <reporting>
  3716. <outputDirectory>/datadisk/gitrepo/new-worlds/target/site</outputDirectory>
  3717. </reporting>
  3718. </project>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement