pom.xml 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. ~ Licensed to the Apache Software Foundation (ASF) under one or more
  4. ~ contributor license agreements. See the NOTICE file distributed with
  5. ~ this work for additional information regarding copyright ownership.
  6. ~ The ASF licenses this file to You under the Apache License, Version 2.0
  7. ~ (the "License"); you may not use this file except in compliance with
  8. ~ the License. You may obtain a copy of the License at
  9. ~
  10. ~ http://www.apache.org/licenses/LICENSE-2.0
  11. ~
  12. ~ Unless required by applicable law or agreed to in writing, software
  13. ~ distributed under the License is distributed on an "AS IS" BASIS,
  14. ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  15. ~ See the License for the specific language governing permissions and
  16. ~ limitations under the License.
  17. -->
  18. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  19. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  20. <modelVersion>4.0.0</modelVersion>
  21. <parent>
  22. <groupId>org.apache.dolphinscheduler</groupId>
  23. <artifactId>dolphinscheduler</artifactId>
  24. <version>dev-SNAPSHOT</version>
  25. </parent>
  26. <artifactId>dolphinscheduler-bom</artifactId>
  27. <packaging>pom</packaging>
  28. <name>${project.artifactId}</name>
  29. <properties>
  30. <netty.version>4.1.53.Final</netty.version>
  31. <spring-boot.version>2.5.6</spring-boot.version>
  32. <spring.version>5.3.19</spring.version>
  33. <java-websocket.version>1.5.1</java-websocket.version>
  34. <mybatis-plus.version>3.2.0</mybatis-plus.version>
  35. <quartz.version>2.3.2</quartz.version>
  36. <druid.version>1.2.4</druid.version>
  37. <zookeeper.version>3.4.14</zookeeper.version>
  38. <curator.version>4.3.0</curator.version>
  39. <curator-test.version>2.12.0</curator-test.version>
  40. <commons-codec.version>1.11</commons-codec.version>
  41. <commons-logging.version>1.1.1</commons-logging.version>
  42. <commons-lang3.version>3.12.0</commons-lang3.version>
  43. <commons-httpclient>3.0.1</commons-httpclient>
  44. <commons-beanutils.version>1.9.4</commons-beanutils.version>
  45. <commons-configuration.version>1.10</commons-configuration.version>
  46. <commons-email.version>1.5</commons-email.version>
  47. <commons-collections4.version>4.1</commons-collections4.version>
  48. <httpclient.version>4.5.13</httpclient.version>
  49. <httpcore.version>4.4.15</httpcore.version>
  50. <jackson.version>2.13.0</jackson.version>
  51. <protostuff.version>1.7.2</protostuff.version>
  52. <byte-buddy.version>1.9.16</byte-buddy.version>
  53. <logback.version>1.2.11</logback.version>
  54. <hadoop.version>2.7.3</hadoop.version>
  55. <cron-utils.version>9.1.3</cron-utils.version>
  56. <h2.version>1.4.200</h2.version>
  57. <mysql-connector.version>8.0.16</mysql-connector.version>
  58. <oracle-jdbc.version>21.5.0.0</oracle-jdbc.version>
  59. <slf4j-api.version>1.7.5</slf4j-api.version>
  60. <slf4j-log4j12.version>1.7.5</slf4j-log4j12.version>
  61. <poi.version>4.1.2</poi.version>
  62. <javax.servlet-api.version>3.1.0</javax.servlet-api.version>
  63. <activation.version>1.1</activation.version>
  64. <javax-mail>1.6.2</javax-mail>
  65. <guava.version>24.1-jre</guava.version>
  66. <postgresql.version>42.3.4</postgresql.version>
  67. <hive-jdbc.version>2.1.0</hive-jdbc.version>
  68. <commons-io.version>2.11.0</commons-io.version>
  69. <oshi-core.version>6.1.1</oshi-core.version>
  70. <clickhouse-jdbc.version>0.1.52</clickhouse-jdbc.version>
  71. <mssql-jdbc.version>6.1.0.jre8</mssql-jdbc.version>
  72. <presto-jdbc.version>0.238.1</presto-jdbc.version>
  73. <servlet-api.version>2.5</servlet-api.version>
  74. <swagger.version>1.9.3</swagger.version>
  75. <springfox.version>2.9.2</springfox.version>
  76. <swagger-models.version>1.5.24</swagger-models.version>
  77. <guava-retry.version>2.0.0</guava-retry.version>
  78. <reflections.version>0.9.12</reflections.version>
  79. <py4j.version>0.10.9</py4j.version>
  80. <jsr305.version>3.0.0</jsr305.version>
  81. <commons-compress.version>1.21</commons-compress.version>
  82. <commons-math3.version>3.1.1</commons-math3.version>
  83. <error_prone_annotations.version>2.5.1</error_prone_annotations.version>
  84. <hibernate-validator.version>6.2.2.Final</hibernate-validator.version>
  85. <aws-sdk.version>1.12.160</aws-sdk.version>
  86. <joda-time.version>2.10.13</joda-time.version>
  87. <okhttp.version>3.14.9</okhttp.version>
  88. <json-path.version>2.7.0</json-path.version>
  89. <spring-cloud-dependencies.version>2020.0.6</spring-cloud-dependencies.version>
  90. </properties>
  91. <dependencyManagement>
  92. <dependencies>
  93. <!-- netty -->
  94. <dependency>
  95. <groupId>io.netty</groupId>
  96. <artifactId>netty-bom</artifactId>
  97. <version>${netty.version}</version>
  98. <type>pom</type>
  99. <scope>import</scope>
  100. </dependency>
  101. <dependency>
  102. <groupId>io.netty</groupId>
  103. <artifactId>netty-all</artifactId>
  104. <version>${netty.version}</version>
  105. </dependency>
  106. <!-- spring -->
  107. <dependency>
  108. <groupId>org.springframework.boot</groupId>
  109. <artifactId>spring-boot-starter-parent</artifactId>
  110. <version>${spring-boot.version}</version>
  111. <type>pom</type>
  112. <scope>import</scope>
  113. </dependency>
  114. <dependency>
  115. <groupId>org.springframework</groupId>
  116. <artifactId>spring-core</artifactId>
  117. <version>${spring.version}</version>
  118. </dependency>
  119. <dependency>
  120. <groupId>org.springframework</groupId>
  121. <artifactId>spring-context</artifactId>
  122. <version>${spring.version}</version>
  123. </dependency>
  124. <dependency>
  125. <groupId>org.springframework</groupId>
  126. <artifactId>spring-beans</artifactId>
  127. <version>${spring.version}</version>
  128. </dependency>
  129. <dependency>
  130. <groupId>org.springframework</groupId>
  131. <artifactId>spring-tx</artifactId>
  132. <version>${spring.version}</version>
  133. </dependency>
  134. <dependency>
  135. <groupId>org.springframework</groupId>
  136. <artifactId>spring-jdbc</artifactId>
  137. <version>${spring.version}</version>
  138. </dependency>
  139. <dependency>
  140. <groupId>org.springframework</groupId>
  141. <artifactId>spring-test</artifactId>
  142. <version>${spring.version}</version>
  143. <scope>test</scope>
  144. </dependency>
  145. <dependency>
  146. <groupId>org.java-websocket</groupId>
  147. <artifactId>Java-WebSocket</artifactId>
  148. <version>${java-websocket.version}</version>
  149. </dependency>
  150. <!-- mybatis -->
  151. <dependency>
  152. <groupId>com.baomidou</groupId>
  153. <artifactId>mybatis-plus-boot-starter</artifactId>
  154. <version>${mybatis-plus.version}</version>
  155. </dependency>
  156. <dependency>
  157. <groupId>com.baomidou</groupId>
  158. <artifactId>mybatis-plus</artifactId>
  159. <version>${mybatis-plus.version}</version>
  160. </dependency>
  161. <dependency>
  162. <groupId>com.baomidou</groupId>
  163. <artifactId>mybatis-plus-annotation</artifactId>
  164. <version>${mybatis-plus.version}</version>
  165. </dependency>
  166. <!-- quartz-->
  167. <dependency>
  168. <groupId>org.quartz-scheduler</groupId>
  169. <artifactId>quartz</artifactId>
  170. <version>${quartz.version}</version>
  171. </dependency>
  172. <dependency>
  173. <groupId>com.cronutils</groupId>
  174. <artifactId>cron-utils</artifactId>
  175. <version>${cron-utils.version}</version>
  176. </dependency>
  177. <dependency>
  178. <groupId>com.alibaba</groupId>
  179. <artifactId>druid</artifactId>
  180. <version>${druid.version}</version>
  181. </dependency>
  182. <!-- Zookeeper -->
  183. <dependency>
  184. <groupId>org.apache.zookeeper</groupId>
  185. <artifactId>zookeeper</artifactId>
  186. <version>${zookeeper.version}</version>
  187. <exclusions>
  188. <exclusion>
  189. <groupId>org.slf4j</groupId>
  190. <artifactId>slf4j-log4j12</artifactId>
  191. </exclusion>
  192. <exclusion>
  193. <groupId>io.netty</groupId>
  194. <artifactId>netty</artifactId>
  195. </exclusion>
  196. <exclusion>
  197. <groupId>com.github.spotbugs</groupId>
  198. <artifactId>spotbugs-annotations</artifactId>
  199. </exclusion>
  200. </exclusions>
  201. </dependency>
  202. <dependency>
  203. <groupId>org.apache.curator</groupId>
  204. <artifactId>curator-framework</artifactId>
  205. <version>${curator.version}</version>
  206. <exclusions>
  207. <exclusion>
  208. <groupId>org.slf4j</groupId>
  209. <artifactId>slf4j-log4j12</artifactId>
  210. </exclusion>
  211. </exclusions>
  212. </dependency>
  213. <dependency>
  214. <groupId>org.apache.curator</groupId>
  215. <artifactId>curator-client</artifactId>
  216. <version>${curator.version}</version>
  217. <exclusions>
  218. <exclusion>
  219. <groupId>log4j-1.2-api</groupId>
  220. <artifactId>org.apache.logging.log4j</artifactId>
  221. </exclusion>
  222. </exclusions>
  223. </dependency>
  224. <dependency>
  225. <groupId>org.apache.curator</groupId>
  226. <artifactId>curator-recipes</artifactId>
  227. <version>${curator.version}</version>
  228. <exclusions>
  229. <exclusion>
  230. <groupId>org.apache.zookeeper</groupId>
  231. <artifactId>zookeeper</artifactId>
  232. </exclusion>
  233. </exclusions>
  234. </dependency>
  235. <dependency>
  236. <groupId>org.apache.curator</groupId>
  237. <artifactId>curator-test</artifactId>
  238. <version>${curator-test.version}</version>
  239. </dependency>
  240. <dependency>
  241. <groupId>commons-codec</groupId>
  242. <artifactId>commons-codec</artifactId>
  243. <version>${commons-codec.version}</version>
  244. </dependency>
  245. <dependency>
  246. <groupId>commons-logging</groupId>
  247. <artifactId>commons-logging</artifactId>
  248. <version>${commons-logging.version}</version>
  249. </dependency>
  250. <dependency>
  251. <groupId>commons-httpclient</groupId>
  252. <artifactId>commons-httpclient</artifactId>
  253. <version>${commons-httpclient}</version>
  254. </dependency>
  255. <dependency>
  256. <groupId>commons-beanutils</groupId>
  257. <artifactId>commons-beanutils</artifactId>
  258. <version>${commons-beanutils.version}</version>
  259. </dependency>
  260. <dependency>
  261. <groupId>commons-configuration</groupId>
  262. <artifactId>commons-configuration</artifactId>
  263. <version>${commons-configuration.version}</version>
  264. </dependency>
  265. <dependency>
  266. <groupId>org.apache.commons</groupId>
  267. <artifactId>commons-lang3</artifactId>
  268. <version>${commons-lang3.version}</version>
  269. </dependency>
  270. <dependency>
  271. <groupId>org.apache.commons</groupId>
  272. <artifactId>commons-email</artifactId>
  273. <version>${commons-email.version}</version>
  274. </dependency>
  275. <dependency>
  276. <groupId>org.apache.httpcomponents</groupId>
  277. <artifactId>httpclient</artifactId>
  278. <version>${httpclient.version}</version>
  279. </dependency>
  280. <dependency>
  281. <groupId>org.apache.httpcomponents</groupId>
  282. <artifactId>httpcore</artifactId>
  283. <version>${httpcore.version}</version>
  284. </dependency>
  285. <!-- jackson -->
  286. <dependency>
  287. <groupId>com.fasterxml.jackson.core</groupId>
  288. <artifactId>jackson-annotations</artifactId>
  289. <version>${jackson.version}</version>
  290. </dependency>
  291. <dependency>
  292. <groupId>com.fasterxml.jackson.core</groupId>
  293. <artifactId>jackson-databind</artifactId>
  294. <version>${jackson.version}</version>
  295. </dependency>
  296. <dependency>
  297. <groupId>com.fasterxml.jackson.core</groupId>
  298. <artifactId>jackson-core</artifactId>
  299. <version>${jackson.version}</version>
  300. </dependency>
  301. <!--protostuff-->
  302. <dependency>
  303. <groupId>io.protostuff</groupId>
  304. <artifactId>protostuff-core</artifactId>
  305. <version>${protostuff.version}</version>
  306. </dependency>
  307. <dependency>
  308. <groupId>io.protostuff</groupId>
  309. <artifactId>protostuff-runtime</artifactId>
  310. <version>${protostuff.version}</version>
  311. </dependency>
  312. <dependency>
  313. <groupId>net.bytebuddy</groupId>
  314. <artifactId>byte-buddy</artifactId>
  315. <version>${byte-buddy.version}</version>
  316. </dependency>
  317. <dependency>
  318. <groupId>org.reflections</groupId>
  319. <artifactId>reflections</artifactId>
  320. <version>${reflections.version}</version>
  321. </dependency>
  322. <dependency>
  323. <groupId>mysql</groupId>
  324. <artifactId>mysql-connector-java</artifactId>
  325. <version>${mysql-connector.version}</version>
  326. <scope>test</scope>
  327. </dependency>
  328. <dependency>
  329. <groupId>com.oracle.database.jdbc</groupId>
  330. <artifactId>ojdbc8</artifactId>
  331. <version>${oracle-jdbc.version}</version>
  332. <scope>test</scope>
  333. </dependency>
  334. <dependency>
  335. <groupId>com.h2database</groupId>
  336. <artifactId>h2</artifactId>
  337. <version>${h2.version}</version>
  338. </dependency>
  339. <!-- sl4j -->
  340. <dependency>
  341. <groupId>org.slf4j</groupId>
  342. <artifactId>slf4j-api</artifactId>
  343. <version>${slf4j-api.version}</version>
  344. </dependency>
  345. <dependency>
  346. <groupId>org.slf4j</groupId>
  347. <artifactId>slf4j-log4j12</artifactId>
  348. <version>${slf4j-log4j12.version}</version>
  349. </dependency>
  350. <!-- logback -->
  351. <dependency>
  352. <groupId>ch.qos.logback</groupId>
  353. <artifactId>logback-classic</artifactId>
  354. <version>${logback.version}</version>
  355. </dependency>
  356. <dependency>
  357. <groupId>ch.qos.logback</groupId>
  358. <artifactId>logback-core</artifactId>
  359. <version>${logback.version}</version>
  360. </dependency>
  361. <!--excel poi-->
  362. <dependency>
  363. <groupId>org.apache.poi</groupId>
  364. <artifactId>poi</artifactId>
  365. <version>${poi.version}</version>
  366. </dependency>
  367. <dependency>
  368. <groupId>org.apache.poi</groupId>
  369. <artifactId>poi-ooxml</artifactId>
  370. <version>${poi.version}</version>
  371. </dependency>
  372. <!-- hadoop -->
  373. <dependency>
  374. <groupId>org.apache.hadoop</groupId>
  375. <artifactId>hadoop-common</artifactId>
  376. <version>${hadoop.version}</version>
  377. <exclusions>
  378. <exclusion>
  379. <groupId>org.slf4j</groupId>
  380. <artifactId>slf4j-log4j12</artifactId>
  381. </exclusion>
  382. <exclusion>
  383. <groupId>jersey-json</groupId>
  384. <artifactId>com.sun.jersey</artifactId>
  385. </exclusion>
  386. <exclusion>
  387. <groupId>junit</groupId>
  388. <artifactId>junit</artifactId>
  389. </exclusion>
  390. <exclusion>
  391. <groupId>javax.servlet</groupId>
  392. <artifactId>servlet-api</artifactId>
  393. </exclusion>
  394. </exclusions>
  395. </dependency>
  396. <dependency>
  397. <groupId>org.apache.hadoop</groupId>
  398. <artifactId>hadoop-client</artifactId>
  399. <version>${hadoop.version}</version>
  400. </dependency>
  401. <dependency>
  402. <groupId>org.apache.hadoop</groupId>
  403. <artifactId>hadoop-hdfs</artifactId>
  404. <version>${hadoop.version}</version>
  405. </dependency>
  406. <dependency>
  407. <groupId>org.apache.hadoop</groupId>
  408. <artifactId>hadoop-yarn-common</artifactId>
  409. <version>${hadoop.version}</version>
  410. </dependency>
  411. <dependency>
  412. <groupId>org.apache.commons</groupId>
  413. <artifactId>commons-collections4</artifactId>
  414. <version>${commons-collections4.version}</version>
  415. </dependency>
  416. <dependency>
  417. <groupId>com.google.guava</groupId>
  418. <artifactId>guava</artifactId>
  419. <version>${guava.version}</version>
  420. </dependency>
  421. <dependency>
  422. <groupId>org.postgresql</groupId>
  423. <artifactId>postgresql</artifactId>
  424. <version>${postgresql.version}</version>
  425. </dependency>
  426. <dependency>
  427. <groupId>org.apache.hive</groupId>
  428. <artifactId>hive-jdbc</artifactId>
  429. <version>${hive-jdbc.version}</version>
  430. </dependency>
  431. <dependency>
  432. <groupId>commons-io</groupId>
  433. <artifactId>commons-io</artifactId>
  434. <version>${commons-io.version}</version>
  435. </dependency>
  436. <dependency>
  437. <groupId>com.github.oshi</groupId>
  438. <artifactId>oshi-core</artifactId>
  439. <version>${oshi-core.version}</version>
  440. <exclusions>
  441. <exclusion>
  442. <groupId>org.slf4j</groupId>
  443. <artifactId>slf4j-simple</artifactId>
  444. </exclusion>
  445. <exclusion>
  446. <groupId>org.junit.jupiter</groupId>
  447. <artifactId>junit-jupiter-api</artifactId>
  448. </exclusion>
  449. <exclusion>
  450. <groupId>org.hamcrest</groupId>
  451. <artifactId>hamcrest</artifactId>
  452. </exclusion>
  453. </exclusions>
  454. </dependency>
  455. <dependency>
  456. <groupId>ru.yandex.clickhouse</groupId>
  457. <artifactId>clickhouse-jdbc</artifactId>
  458. <version>${clickhouse-jdbc.version}</version>
  459. </dependency>
  460. <dependency>
  461. <groupId>com.microsoft.sqlserver</groupId>
  462. <artifactId>mssql-jdbc</artifactId>
  463. <version>${mssql-jdbc.version}</version>
  464. </dependency>
  465. <dependency>
  466. <groupId>com.facebook.presto</groupId>
  467. <artifactId>presto-jdbc</artifactId>
  468. <version>${presto-jdbc.version}</version>
  469. </dependency>
  470. <dependency>
  471. <groupId>javax.servlet</groupId>
  472. <artifactId>servlet-api</artifactId>
  473. <version>${servlet-api.version}</version>
  474. </dependency>
  475. <dependency>
  476. <groupId>javax.servlet</groupId>
  477. <artifactId>javax.servlet-api</artifactId>
  478. <version>${javax.servlet-api.version}</version>
  479. </dependency>
  480. <dependency>
  481. <groupId>io.springfox</groupId>
  482. <artifactId>springfox-swagger2</artifactId>
  483. <version>${springfox.version}</version>
  484. </dependency>
  485. <dependency>
  486. <groupId>io.springfox</groupId>
  487. <artifactId>springfox-swagger-ui</artifactId>
  488. <version>${springfox.version}</version>
  489. </dependency>
  490. <dependency>
  491. <groupId>io.swagger</groupId>
  492. <artifactId>swagger-models</artifactId>
  493. <version>${swagger-models.version}</version>
  494. </dependency>
  495. <dependency>
  496. <groupId>com.github.xiaoymin</groupId>
  497. <artifactId>swagger-bootstrap-ui</artifactId>
  498. <version>${swagger.version}</version>
  499. </dependency>
  500. <dependency>
  501. <groupId>com.github.rholder</groupId>
  502. <artifactId>guava-retrying</artifactId>
  503. <version>${guava-retry.version}</version>
  504. </dependency>
  505. <dependency>
  506. <groupId>javax.activation</groupId>
  507. <artifactId>activation</artifactId>
  508. <version>${activation.version}</version>
  509. </dependency>
  510. <dependency>
  511. <groupId>com.sun.mail</groupId>
  512. <artifactId>javax.mail</artifactId>
  513. <version>${javax-mail}</version>
  514. </dependency>
  515. <dependency>
  516. <groupId>net.sf.py4j</groupId>
  517. <artifactId>py4j</artifactId>
  518. <version>${py4j.version}</version>
  519. </dependency>
  520. <dependency>
  521. <groupId>com.google.code.findbugs</groupId>
  522. <artifactId>jsr305</artifactId>
  523. <version>${jsr305.version}</version>
  524. </dependency>
  525. <dependency>
  526. <groupId>org.apache.commons</groupId>
  527. <artifactId>commons-compress</artifactId>
  528. <version>${commons-compress.version}</version>
  529. </dependency>
  530. <dependency>
  531. <groupId>org.apache.commons</groupId>
  532. <artifactId>commons-math3</artifactId>
  533. <version>${commons-math3.version}</version>
  534. </dependency>
  535. <dependency>
  536. <groupId>com.google.errorprone</groupId>
  537. <artifactId>error_prone_annotations</artifactId>
  538. <version>${error_prone_annotations.version}</version>
  539. </dependency>
  540. <!-- https://mvnrepository.com/artifact/org.hibernate.validator/hibernate-validator -->
  541. <dependency>
  542. <groupId>org.hibernate.validator</groupId>
  543. <artifactId>hibernate-validator</artifactId>
  544. <version>${hibernate-validator.version}</version>
  545. </dependency>
  546. <dependency>
  547. <groupId>com.amazonaws</groupId>
  548. <artifactId>aws-java-sdk-emr</artifactId>
  549. <version>${aws-sdk.version}</version>
  550. </dependency>
  551. <dependency>
  552. <groupId>joda-time</groupId>
  553. <artifactId>joda-time</artifactId>
  554. <version>${joda-time.version}</version>
  555. </dependency>
  556. <dependency>
  557. <groupId>com.amazonaws</groupId>
  558. <artifactId>aws-java-sdk-s3</artifactId>
  559. <version>${aws-sdk.version}</version>
  560. </dependency>
  561. <dependency>
  562. <groupId>com.squareup.okhttp3</groupId>
  563. <artifactId>okhttp</artifactId>
  564. <version>${okhttp.version}</version>
  565. </dependency>
  566. <dependency>
  567. <groupId>com.jayway.jsonpath</groupId>
  568. <artifactId>json-path</artifactId>
  569. <version>${json-path.version}</version>
  570. </dependency>
  571. <dependency>
  572. <groupId>org.springframework.cloud</groupId>
  573. <artifactId>spring-cloud-dependencies</artifactId>
  574. <version>${spring-cloud-dependencies.version}</version>
  575. <type>pom</type>
  576. <scope>import</scope>
  577. </dependency>
  578. </dependencies>
  579. </dependencyManagement>
  580. </project>