pom.xml 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  4. <modelVersion>4.0.0</modelVersion>
  5. <parent>
  6. <artifactId>ce-datamonitorsystem</artifactId>
  7. <groupId>com.creditease.moniter</groupId>
  8. <version>1.0</version>
  9. <relativePath>../com.creditease.uav.superpom</relativePath>
  10. </parent>
  11. <artifactId>com.creditease.uav.fastjson</artifactId>
  12. <version>1.2.6</version>
  13. <properties>
  14. <junit.version>4.12</junit.version>
  15. <gpg.skip>true</gpg.skip>
  16. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  17. <jdk.version>1.6</jdk.version>
  18. </properties>
  19. <dependencies>
  20. <dependency>
  21. <groupId>javax.servlet</groupId>
  22. <artifactId>javax.servlet-api</artifactId>
  23. <version>3.1.0</version>
  24. <scope>provided</scope>
  25. <optional>true</optional>
  26. </dependency>
  27. <dependency>
  28. <groupId>javax.ws.rs</groupId>
  29. <artifactId>javax.ws.rs-api</artifactId>
  30. <version>2.0.1</version>
  31. <scope>provided</scope>
  32. <optional>true</optional>
  33. </dependency>
  34. <dependency>
  35. <groupId>org.apache.cxf</groupId>
  36. <artifactId>cxf-rt-transports-http</artifactId>
  37. <version>3.1.2</version>
  38. <scope>provided</scope>
  39. <optional>true</optional>
  40. </dependency>
  41. <dependency>
  42. <groupId>org.apache.cxf</groupId>
  43. <artifactId>cxf-rt-frontend-jaxrs</artifactId>
  44. <version>3.1.2</version>
  45. <scope>provided</scope>
  46. <optional>true</optional>
  47. </dependency>
  48. <dependency>
  49. <groupId>org.springframework</groupId>
  50. <artifactId>spring-websocket</artifactId>
  51. <version>4.3.7.RELEASE</version>
  52. <scope>provided</scope>
  53. <optional>true</optional>
  54. </dependency>
  55. <dependency>
  56. <groupId>org.springframework</groupId>
  57. <artifactId>spring-webmvc</artifactId>
  58. <version>4.3.7.RELEASE</version>
  59. <scope>provided</scope>
  60. <optional>true</optional>
  61. </dependency>
  62. <dependency>
  63. <groupId>org.springframework</groupId>
  64. <artifactId>spring-messaging</artifactId>
  65. <version>4.3.7.RELEASE</version>
  66. <scope>provided</scope>
  67. <optional>true</optional>
  68. </dependency>
  69. <dependency>
  70. <groupId>org.springframework.data</groupId>
  71. <artifactId>spring-data-redis</artifactId>
  72. <version>1.8.6.RELEASE</version>
  73. <scope>provided</scope>
  74. <optional>true</optional>
  75. </dependency>
  76. <dependency>
  77. <groupId>com.squareup.retrofit2</groupId>
  78. <artifactId>retrofit</artifactId>
  79. <version>2.1.0</version>
  80. <scope>provided</scope>
  81. </dependency>
  82. <dependency>
  83. <groupId>com.squareup.okhttp3</groupId>
  84. <artifactId>okhttp</artifactId>
  85. <version>3.6.0</version>
  86. <scope>provided</scope>
  87. </dependency>
  88. <dependency>
  89. <groupId>io.springfox</groupId>
  90. <artifactId>springfox-spring-web</artifactId>
  91. <version>2.6.1</version>
  92. <scope>provided</scope>
  93. <optional>true</optional>
  94. </dependency>
  95. <dependency>
  96. <groupId>io.javaslang</groupId>
  97. <artifactId>javaslang</artifactId>
  98. <version>2.0.6</version>
  99. <scope>provided</scope>
  100. </dependency>
  101. <dependency>
  102. <groupId>org.glassfish.jersey.core</groupId>
  103. <artifactId>jersey-common</artifactId>
  104. <version>2.23.2</version>
  105. <scope>provided</scope>
  106. </dependency>
  107. <dependency>
  108. <groupId>joda-time</groupId>
  109. <artifactId>joda-time</artifactId>
  110. <version>2.10</version>
  111. <scope>provided</scope>
  112. </dependency>
  113. <dependency>
  114. <groupId>org.eclipse.jetty</groupId>
  115. <artifactId>jetty-server</artifactId>
  116. <version>8.1.8.v20121106</version>
  117. <scope>test</scope>
  118. <optional>true</optional>
  119. </dependency>
  120. <dependency>
  121. <groupId>org.eclipse.jetty</groupId>
  122. <artifactId>jetty-webapp</artifactId>
  123. <version>8.1.8.v20121106</version>
  124. <scope>test</scope>
  125. <optional>true</optional>
  126. </dependency>
  127. <dependency>
  128. <groupId>junit</groupId>
  129. <artifactId>junit</artifactId>
  130. <version>${junit.version}</version>
  131. <scope>test</scope>
  132. </dependency>
  133. <dependency>
  134. <groupId>com.fasterxml.jackson.core</groupId>
  135. <artifactId>jackson-databind</artifactId>
  136. <version>2.9.10.8</version>
  137. <scope>test</scope>
  138. </dependency>
  139. <dependency>
  140. <groupId>com.fasterxml.jackson.module</groupId>
  141. <artifactId>jackson-module-afterburner</artifactId>
  142. <version>2.9.0</version>
  143. <scope>test</scope>
  144. </dependency>
  145. <dependency>
  146. <groupId>com.fasterxml.jackson.module</groupId>
  147. <artifactId>jackson-module-kotlin</artifactId>
  148. <version>2.9.0</version>
  149. <scope>test</scope>
  150. </dependency>
  151. <dependency>
  152. <groupId>cglib</groupId>
  153. <artifactId>cglib-nodep</artifactId>
  154. <version>2.2.2</version>
  155. <scope>test</scope>
  156. </dependency>
  157. <dependency>
  158. <groupId>com.fasterxml.jackson.jaxrs</groupId>
  159. <artifactId>jackson-jaxrs-json-provider</artifactId>
  160. <version>2.8.7</version>
  161. <scope>test</scope>
  162. </dependency>
  163. <dependency>
  164. <groupId>com.googlecode.json-simple</groupId>
  165. <artifactId>json-simple</artifactId>
  166. <version>1.1.1</version>
  167. <scope>test</scope>
  168. </dependency>
  169. <dependency>
  170. <groupId>commons-io</groupId>
  171. <artifactId>commons-io</artifactId>
  172. <version>1.4</version>
  173. <scope>test</scope>
  174. </dependency>
  175. <dependency>
  176. <groupId>net.sf.json-lib</groupId>
  177. <artifactId>json-lib</artifactId>
  178. <version>2.4</version>
  179. <classifier>jdk15</classifier>
  180. <scope>test</scope>
  181. </dependency>
  182. <dependency>
  183. <groupId>com.google.code.gson</groupId>
  184. <artifactId>gson</artifactId>
  185. <version>2.6.2</version>
  186. <scope>test</scope>
  187. </dependency>
  188. <dependency>
  189. <groupId>net.minidev</groupId>
  190. <artifactId>json-smart</artifactId>
  191. <version>2.2.1</version>
  192. <scope>test</scope>
  193. </dependency>
  194. <dependency>
  195. <groupId>org.clojure</groupId>
  196. <artifactId>clojure</artifactId>
  197. <version>1.5.1</version>
  198. <scope>test</scope>
  199. </dependency>
  200. <dependency>
  201. <groupId>org.codehaus.groovy</groupId>
  202. <artifactId>groovy</artifactId>
  203. <version>2.1.5</version>
  204. <scope>test</scope>
  205. </dependency>
  206. <dependency>
  207. <groupId>org.springframework</groupId>
  208. <artifactId>spring-test</artifactId>
  209. <version>4.3.7.RELEASE</version>
  210. <scope>test</scope>
  211. </dependency>
  212. <dependency>
  213. <groupId>org.javassist</groupId>
  214. <artifactId>javassist</artifactId>
  215. <version>3.18.0-GA</version>
  216. <scope>test</scope>
  217. </dependency>
  218. <dependency>
  219. <groupId>org.apache.cxf</groupId>
  220. <artifactId>cxf-rt-rs-client</artifactId>
  221. <version>3.1.2</version>
  222. <scope>test</scope>
  223. </dependency>
  224. <dependency>
  225. <groupId>org.springframework.data</groupId>
  226. <artifactId>spring-data-commons-core</artifactId>
  227. <version>1.4.1.RELEASE</version>
  228. <scope>test</scope>
  229. </dependency>
  230. <dependency>
  231. <groupId>org.glassfish.jersey.containers</groupId>
  232. <artifactId>jersey-container-servlet</artifactId>
  233. <version>2.23.2</version>
  234. <scope>test</scope>
  235. </dependency>
  236. <dependency>
  237. <groupId>org.glassfish.jersey.core</groupId>
  238. <artifactId>jersey-client</artifactId>
  239. <version>2.23.2</version>
  240. <scope>test</scope>
  241. </dependency>
  242. <dependency>
  243. <groupId>org.glassfish.jersey.test-framework.providers</groupId>
  244. <artifactId>jersey-test-framework-provider-jdk-http</artifactId>
  245. <version>2.23.2</version>
  246. <scope>test</scope>
  247. </dependency>
  248. <dependency>
  249. <groupId>org.glassfish.jersey.media</groupId>
  250. <artifactId>jersey-media-json-jackson</artifactId>
  251. <version>2.23.2</version>
  252. <scope>test</scope>
  253. </dependency>
  254. <dependency>
  255. <groupId>com.jsoniter</groupId>
  256. <artifactId>jsoniter</artifactId>
  257. <version>0.9.8</version>
  258. <scope>test</scope>
  259. </dependency>
  260. <dependency>
  261. <groupId>org.apache.commons</groupId>
  262. <artifactId>commons-lang3</artifactId>
  263. <version>3.4</version>
  264. <scope>test</scope>
  265. </dependency>
  266. <dependency>
  267. <groupId>org.hibernate</groupId>
  268. <artifactId>hibernate-core</artifactId>
  269. <version>5.2.10.Final</version>
  270. <scope>test</scope>
  271. </dependency>
  272. <dependency>
  273. <groupId>com.jayway.jsonpath</groupId>
  274. <artifactId>json-path</artifactId>
  275. <version>2.3.0</version>
  276. <scope>test</scope>
  277. </dependency>
  278. <dependency>
  279. <groupId>org.jetbrains.kotlin</groupId>
  280. <artifactId>kotlin-stdlib</artifactId>
  281. <version>1.1.3-2</version>
  282. <scope>test</scope>
  283. </dependency>
  284. <dependency>
  285. <groupId>org.jetbrains.kotlin</groupId>
  286. <artifactId>kotlin-reflect</artifactId>
  287. <version>1.1.3-2</version>
  288. <scope>test</scope>
  289. </dependency>
  290. <dependency>
  291. <groupId>org.springframework.security</groupId>
  292. <artifactId>spring-security-web</artifactId>
  293. <version>4.2.3.RELEASE</version>
  294. <scope>test</scope>
  295. </dependency>
  296. <dependency>
  297. <groupId>org.apache.commons</groupId>
  298. <artifactId>commons-collections4</artifactId>
  299. <version>4.1</version>
  300. <scope>test</scope>
  301. </dependency>
  302. <dependency>
  303. <groupId>org.mockito</groupId>
  304. <artifactId>mockito-all</artifactId>
  305. <version>1.10.19</version>
  306. <scope>test</scope>
  307. </dependency>
  308. <dependency>
  309. <groupId>org.powermock</groupId>
  310. <artifactId>powermock-module-junit4</artifactId>
  311. <version>1.6.6</version>
  312. <scope>test</scope>
  313. </dependency>
  314. <dependency>
  315. <groupId>com.diffblue</groupId>
  316. <artifactId>deeptestutils</artifactId>
  317. <version>1.1.0</version>
  318. <scope>test</scope>
  319. </dependency>
  320. <dependency>
  321. <groupId>org.projectlombok</groupId>
  322. <artifactId>lombok</artifactId>
  323. <version>1.14.4</version>
  324. <scope>test</scope>
  325. </dependency>
  326. <dependency>
  327. <groupId>org.openjdk.jmh</groupId>
  328. <artifactId>jmh-core</artifactId>
  329. <version>1.21</version>
  330. <scope>test</scope>
  331. </dependency>
  332. <dependency>
  333. <groupId>org.openjdk.jmh</groupId>
  334. <artifactId>jmh-generator-annprocess</artifactId>
  335. <version>1.21</version>
  336. <scope>test</scope>
  337. </dependency>
  338. <dependency>
  339. <groupId>org.springframework.security.oauth</groupId>
  340. <artifactId>spring-security-oauth2</artifactId>
  341. <version>2.3.3.RELEASE</version>
  342. <exclusions>
  343. <exclusion>
  344. <artifactId>commons-codec</artifactId>
  345. <groupId>commons-codec</groupId>
  346. </exclusion>
  347. <exclusion>
  348. <artifactId>jackson</artifactId>
  349. <groupId>jackson-mapper-asl</groupId>
  350. </exclusion>
  351. <exclusion>
  352. <artifactId>jackson</artifactId>
  353. <groupId>jackson-core-asl</groupId>
  354. </exclusion>
  355. </exclusions>
  356. <scope>test</scope>
  357. </dependency>
  358. <dependency>
  359. <groupId>org.gitlab4j</groupId>
  360. <artifactId>gitlab4j-api</artifactId>
  361. <version>4.8.42</version>
  362. <scope>test</scope>
  363. </dependency>
  364. </dependencies>
  365. </project>