pom.xml 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761
  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.7.3</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.5.2</mybatis-plus.version>
  35. <quartz.version>2.3.2</quartz.version>
  36. <druid.version>1.2.4</druid.version>
  37. <zookeeper.version>3.8.0</zookeeper.version>
  38. <curator.version>5.3.0</curator.version>
  39. <curator-test.version>2.12.0</curator-test.version>
  40. <jetcd.version>0.5.11</jetcd.version>
  41. <jetcd.test.version>0.7.1</jetcd.test.version>
  42. <io.grpc.version>1.41.0</io.grpc.version>
  43. <commons-codec.version>1.11</commons-codec.version>
  44. <commons-logging.version>1.1.1</commons-logging.version>
  45. <commons-lang3.version>3.12.0</commons-lang3.version>
  46. <commons-httpclient>3.0.1</commons-httpclient>
  47. <commons-beanutils.version>1.9.4</commons-beanutils.version>
  48. <commons-configuration.version>1.10</commons-configuration.version>
  49. <commons-email.version>1.5</commons-email.version>
  50. <commons-collections4.version>4.1</commons-collections4.version>
  51. <httpclient.version>4.5.13</httpclient.version>
  52. <httpcore.version>4.4.15</httpcore.version>
  53. <jackson.version>2.13.4</jackson.version>
  54. <protostuff.version>1.7.2</protostuff.version>
  55. <byte-buddy.version>1.9.16</byte-buddy.version>
  56. <logback.version>1.2.11</logback.version>
  57. <hadoop.version>3.2.4</hadoop.version>
  58. <cron-utils.version>9.1.6</cron-utils.version>
  59. <h2.version>2.1.210</h2.version>
  60. <mysql-connector.version>8.0.16</mysql-connector.version>
  61. <oracle-jdbc.version>21.5.0.0</oracle-jdbc.version>
  62. <slf4j.version>1.7.36</slf4j.version>
  63. <poi.version>4.1.2</poi.version>
  64. <javax.servlet-api.version>3.1.0</javax.servlet-api.version>
  65. <activation.version>1.1</activation.version>
  66. <javax-mail>1.6.2</javax-mail>
  67. <guava.version>31.1-jre</guava.version>
  68. <postgresql.version>42.4.1</postgresql.version>
  69. <hive-jdbc.version>2.3.9</hive-jdbc.version>
  70. <commons-io.version>2.11.0</commons-io.version>
  71. <oshi-core.version>6.1.1</oshi-core.version>
  72. <clickhouse-jdbc.version>0.1.52</clickhouse-jdbc.version>
  73. <lz4-java.version>1.4.0</lz4-java.version>
  74. <mssql-jdbc.version>6.1.0.jre8</mssql-jdbc.version>
  75. <presto-jdbc.version>0.238.1</presto-jdbc.version>
  76. <servlet-api.version>2.5</servlet-api.version>
  77. <springfox.version>3.0.0</springfox.version>
  78. <guava-retry.version>2.0.0</guava-retry.version>
  79. <reflections.version>0.9.12</reflections.version>
  80. <py4j.version>0.10.9</py4j.version>
  81. <jsr305.version>3.0.0</jsr305.version>
  82. <commons-compress.version>1.21</commons-compress.version>
  83. <commons-math3.version>3.1.1</commons-math3.version>
  84. <error_prone_annotations.version>2.5.1</error_prone_annotations.version>
  85. <hibernate-validator.version>6.2.2.Final</hibernate-validator.version>
  86. <aws-sdk.version>1.12.160</aws-sdk.version>
  87. <joda-time.version>2.10.13</joda-time.version>
  88. <okhttp.version>3.14.9</okhttp.version>
  89. <json-path.version>2.7.0</json-path.version>
  90. <spring-cloud-dependencies.version>2021.0.3</spring-cloud-dependencies.version>
  91. <gson.version>2.9.1</gson.version>
  92. <dropwizard.metrics-version>4.2.11</dropwizard.metrics-version>
  93. <snappy.version>1.1.8.4</snappy.version>
  94. <spark.version>3.2.2</spark.version>
  95. <janino.version>3.0.16</janino.version>
  96. <snakeyaml.version>1.31</snakeyaml.version>
  97. </properties>
  98. <dependencyManagement>
  99. <dependencies>
  100. <!-- netty -->
  101. <dependency>
  102. <groupId>io.netty</groupId>
  103. <artifactId>netty-bom</artifactId>
  104. <version>${netty.version}</version>
  105. <type>pom</type>
  106. <scope>import</scope>
  107. </dependency>
  108. <dependency>
  109. <groupId>io.netty</groupId>
  110. <artifactId>netty-all</artifactId>
  111. <version>${netty.version}</version>
  112. </dependency>
  113. <!-- spring -->
  114. <dependency>
  115. <groupId>org.springframework.boot</groupId>
  116. <artifactId>spring-boot-starter-parent</artifactId>
  117. <version>${spring-boot.version}</version>
  118. <type>pom</type>
  119. <scope>import</scope>
  120. </dependency>
  121. <dependency>
  122. <groupId>org.springframework</groupId>
  123. <artifactId>spring-core</artifactId>
  124. <version>${spring.version}</version>
  125. </dependency>
  126. <dependency>
  127. <groupId>org.springframework</groupId>
  128. <artifactId>spring-context</artifactId>
  129. <version>${spring.version}</version>
  130. </dependency>
  131. <dependency>
  132. <groupId>org.springframework</groupId>
  133. <artifactId>spring-beans</artifactId>
  134. <version>${spring.version}</version>
  135. </dependency>
  136. <dependency>
  137. <groupId>org.springframework</groupId>
  138. <artifactId>spring-tx</artifactId>
  139. <version>${spring.version}</version>
  140. </dependency>
  141. <dependency>
  142. <groupId>org.springframework</groupId>
  143. <artifactId>spring-jdbc</artifactId>
  144. <version>${spring.version}</version>
  145. </dependency>
  146. <dependency>
  147. <groupId>org.springframework</groupId>
  148. <artifactId>spring-test</artifactId>
  149. <version>${spring.version}</version>
  150. <scope>test</scope>
  151. </dependency>
  152. <dependency>
  153. <groupId>org.java-websocket</groupId>
  154. <artifactId>Java-WebSocket</artifactId>
  155. <version>${java-websocket.version}</version>
  156. </dependency>
  157. <!-- mybatis -->
  158. <dependency>
  159. <groupId>com.baomidou</groupId>
  160. <artifactId>mybatis-plus-boot-starter</artifactId>
  161. <version>${mybatis-plus.version}</version>
  162. </dependency>
  163. <dependency>
  164. <groupId>com.baomidou</groupId>
  165. <artifactId>mybatis-plus</artifactId>
  166. <version>${mybatis-plus.version}</version>
  167. </dependency>
  168. <dependency>
  169. <groupId>com.baomidou</groupId>
  170. <artifactId>mybatis-plus-annotation</artifactId>
  171. <version>${mybatis-plus.version}</version>
  172. </dependency>
  173. <!-- quartz-->
  174. <dependency>
  175. <groupId>org.quartz-scheduler</groupId>
  176. <artifactId>quartz</artifactId>
  177. <version>${quartz.version}</version>
  178. </dependency>
  179. <dependency>
  180. <groupId>com.cronutils</groupId>
  181. <artifactId>cron-utils</artifactId>
  182. <version>${cron-utils.version}</version>
  183. </dependency>
  184. <dependency>
  185. <groupId>com.alibaba</groupId>
  186. <artifactId>druid</artifactId>
  187. <version>${druid.version}</version>
  188. </dependency>
  189. <!-- Zookeeper -->
  190. <dependency>
  191. <groupId>org.apache.zookeeper</groupId>
  192. <artifactId>zookeeper</artifactId>
  193. <version>${zookeeper.version}</version>
  194. <exclusions>
  195. <exclusion>
  196. <groupId>org.slf4j</groupId>
  197. <artifactId>slf4j-log4j12</artifactId>
  198. </exclusion>
  199. <exclusion>
  200. <groupId>io.netty</groupId>
  201. <artifactId>netty</artifactId>
  202. </exclusion>
  203. <exclusion>
  204. <groupId>com.github.spotbugs</groupId>
  205. <artifactId>spotbugs-annotations</artifactId>
  206. </exclusion>
  207. </exclusions>
  208. </dependency>
  209. <dependency>
  210. <groupId>io.dropwizard.metrics</groupId>
  211. <artifactId>metrics-core</artifactId>
  212. <version>${dropwizard.metrics-version}</version>
  213. </dependency>
  214. <dependency>
  215. <groupId>org.xerial.snappy</groupId>
  216. <artifactId>snappy-java</artifactId>
  217. <version>${snappy.version}</version>
  218. </dependency>
  219. <dependency>
  220. <groupId>org.apache.curator</groupId>
  221. <artifactId>curator-framework</artifactId>
  222. <version>${curator.version}</version>
  223. <exclusions>
  224. <exclusion>
  225. <groupId>org.slf4j</groupId>
  226. <artifactId>slf4j-log4j12</artifactId>
  227. </exclusion>
  228. </exclusions>
  229. </dependency>
  230. <dependency>
  231. <groupId>org.apache.curator</groupId>
  232. <artifactId>curator-client</artifactId>
  233. <version>${curator.version}</version>
  234. <exclusions>
  235. <exclusion>
  236. <groupId>log4j-1.2-api</groupId>
  237. <artifactId>org.apache.logging.log4j</artifactId>
  238. </exclusion>
  239. </exclusions>
  240. </dependency>
  241. <dependency>
  242. <groupId>org.apache.curator</groupId>
  243. <artifactId>curator-recipes</artifactId>
  244. <version>${curator.version}</version>
  245. <exclusions>
  246. <exclusion>
  247. <groupId>org.apache.zookeeper</groupId>
  248. <artifactId>zookeeper</artifactId>
  249. </exclusion>
  250. </exclusions>
  251. </dependency>
  252. <dependency>
  253. <groupId>org.apache.curator</groupId>
  254. <artifactId>curator-test</artifactId>
  255. <version>${curator.version}</version>
  256. </dependency>
  257. <!-- Etcd -->
  258. <dependency>
  259. <groupId>io.etcd</groupId>
  260. <artifactId>jetcd-core</artifactId>
  261. <version>${jetcd.version}</version>
  262. </dependency>
  263. <dependency>
  264. <groupId>io.etcd</groupId>
  265. <artifactId>jetcd-test</artifactId>
  266. <version>${jetcd.test.version}</version>
  267. <scope>test</scope>
  268. </dependency>
  269. <dependency>
  270. <groupId>io.grpc</groupId>
  271. <artifactId>grpc-bom</artifactId>
  272. <version>${io.grpc.version}</version>
  273. <type>pom</type>
  274. <scope>import</scope>
  275. </dependency>
  276. <dependency>
  277. <groupId>commons-codec</groupId>
  278. <artifactId>commons-codec</artifactId>
  279. <version>${commons-codec.version}</version>
  280. </dependency>
  281. <dependency>
  282. <groupId>commons-logging</groupId>
  283. <artifactId>commons-logging</artifactId>
  284. <version>${commons-logging.version}</version>
  285. </dependency>
  286. <dependency>
  287. <groupId>commons-httpclient</groupId>
  288. <artifactId>commons-httpclient</artifactId>
  289. <version>${commons-httpclient}</version>
  290. </dependency>
  291. <dependency>
  292. <groupId>commons-beanutils</groupId>
  293. <artifactId>commons-beanutils</artifactId>
  294. <version>${commons-beanutils.version}</version>
  295. </dependency>
  296. <dependency>
  297. <groupId>commons-configuration</groupId>
  298. <artifactId>commons-configuration</artifactId>
  299. <version>${commons-configuration.version}</version>
  300. </dependency>
  301. <dependency>
  302. <groupId>org.apache.commons</groupId>
  303. <artifactId>commons-lang3</artifactId>
  304. <version>${commons-lang3.version}</version>
  305. </dependency>
  306. <dependency>
  307. <groupId>org.apache.commons</groupId>
  308. <artifactId>commons-email</artifactId>
  309. <version>${commons-email.version}</version>
  310. </dependency>
  311. <dependency>
  312. <groupId>org.apache.httpcomponents</groupId>
  313. <artifactId>httpclient</artifactId>
  314. <version>${httpclient.version}</version>
  315. </dependency>
  316. <dependency>
  317. <groupId>org.apache.httpcomponents</groupId>
  318. <artifactId>httpcore</artifactId>
  319. <version>${httpcore.version}</version>
  320. </dependency>
  321. <!-- jackson -->
  322. <dependency>
  323. <groupId>com.fasterxml.jackson.core</groupId>
  324. <artifactId>jackson-annotations</artifactId>
  325. <version>${jackson.version}</version>
  326. </dependency>
  327. <dependency>
  328. <groupId>com.fasterxml.jackson.core</groupId>
  329. <artifactId>jackson-databind</artifactId>
  330. <version>${jackson.version}</version>
  331. </dependency>
  332. <dependency>
  333. <groupId>com.fasterxml.jackson.core</groupId>
  334. <artifactId>jackson-core</artifactId>
  335. <version>${jackson.version}</version>
  336. </dependency>
  337. <!--protostuff-->
  338. <dependency>
  339. <groupId>io.protostuff</groupId>
  340. <artifactId>protostuff-core</artifactId>
  341. <version>${protostuff.version}</version>
  342. </dependency>
  343. <dependency>
  344. <groupId>io.protostuff</groupId>
  345. <artifactId>protostuff-runtime</artifactId>
  346. <version>${protostuff.version}</version>
  347. </dependency>
  348. <dependency>
  349. <groupId>net.bytebuddy</groupId>
  350. <artifactId>byte-buddy</artifactId>
  351. <version>${byte-buddy.version}</version>
  352. </dependency>
  353. <dependency>
  354. <groupId>org.reflections</groupId>
  355. <artifactId>reflections</artifactId>
  356. <version>${reflections.version}</version>
  357. </dependency>
  358. <dependency>
  359. <groupId>mysql</groupId>
  360. <artifactId>mysql-connector-java</artifactId>
  361. <version>${mysql-connector.version}</version>
  362. <scope>test</scope>
  363. </dependency>
  364. <dependency>
  365. <groupId>com.oracle.database.jdbc</groupId>
  366. <artifactId>ojdbc8</artifactId>
  367. <version>${oracle-jdbc.version}</version>
  368. <scope>test</scope>
  369. </dependency>
  370. <dependency>
  371. <groupId>com.h2database</groupId>
  372. <artifactId>h2</artifactId>
  373. <version>${h2.version}</version>
  374. </dependency>
  375. <!-- sl4j -->
  376. <dependency>
  377. <groupId>org.slf4j</groupId>
  378. <artifactId>slf4j-api</artifactId>
  379. <version>${slf4j.version}</version>
  380. </dependency>
  381. <dependency>
  382. <groupId>org.slf4j</groupId>
  383. <artifactId>slf4j-log4j12</artifactId>
  384. <version>${slf4j.version}</version>
  385. </dependency>
  386. <!-- logback -->
  387. <dependency>
  388. <groupId>ch.qos.logback</groupId>
  389. <artifactId>logback-classic</artifactId>
  390. <version>${logback.version}</version>
  391. </dependency>
  392. <dependency>
  393. <groupId>ch.qos.logback</groupId>
  394. <artifactId>logback-core</artifactId>
  395. <version>${logback.version}</version>
  396. </dependency>
  397. <!--excel poi-->
  398. <dependency>
  399. <groupId>org.apache.poi</groupId>
  400. <artifactId>poi</artifactId>
  401. <version>${poi.version}</version>
  402. </dependency>
  403. <dependency>
  404. <groupId>org.apache.poi</groupId>
  405. <artifactId>poi-ooxml</artifactId>
  406. <version>${poi.version}</version>
  407. </dependency>
  408. <dependency>
  409. <groupId>com.squareup.okhttp3</groupId>
  410. <artifactId>okhttp</artifactId>
  411. <version>${okhttp.version}</version>
  412. </dependency>
  413. <dependency>
  414. <groupId>com.squareup.okhttp3</groupId>
  415. <artifactId>mockwebserver</artifactId>
  416. <version>${okhttp.version}</version>
  417. <scope>test</scope>
  418. </dependency>
  419. <!-- hadoop -->
  420. <dependency>
  421. <groupId>org.apache.hadoop</groupId>
  422. <artifactId>hadoop-common</artifactId>
  423. <version>${hadoop.version}</version>
  424. <exclusions>
  425. <exclusion>
  426. <groupId>org.slf4j</groupId>
  427. <artifactId>slf4j-log4j12</artifactId>
  428. </exclusion>
  429. <exclusion>
  430. <groupId>jersey-json</groupId>
  431. <artifactId>com.sun.jersey</artifactId>
  432. </exclusion>
  433. <exclusion>
  434. <groupId>junit</groupId>
  435. <artifactId>junit</artifactId>
  436. </exclusion>
  437. <exclusion>
  438. <groupId>javax.servlet</groupId>
  439. <artifactId>servlet-api</artifactId>
  440. </exclusion>
  441. <exclusion>
  442. <groupId>org.slf4j</groupId>
  443. <artifactId>slf4j-reload4j</artifactId>
  444. </exclusion>
  445. </exclusions>
  446. </dependency>
  447. <dependency>
  448. <groupId>org.apache.hadoop</groupId>
  449. <artifactId>hadoop-client</artifactId>
  450. <version>${hadoop.version}</version>
  451. </dependency>
  452. <dependency>
  453. <groupId>org.apache.hadoop</groupId>
  454. <artifactId>hadoop-hdfs</artifactId>
  455. <version>${hadoop.version}</version>
  456. </dependency>
  457. <dependency>
  458. <groupId>org.apache.hadoop</groupId>
  459. <artifactId>hadoop-yarn-common</artifactId>
  460. <version>${hadoop.version}</version>
  461. </dependency>
  462. <dependency>
  463. <groupId>org.apache.htrace</groupId>
  464. <artifactId>htrace-core4</artifactId>
  465. <scope>provided</scope>
  466. <!-- set to provided to exclude from all hadoop-* transitive dependencies -->
  467. </dependency>
  468. <!-- replace htrace-core with hbase-noop-htrace for CVE -->
  469. <dependency>
  470. <groupId>org.apache.hbase.thirdparty</groupId>
  471. <artifactId>hbase-noop-htrace</artifactId>
  472. <version>${htrace.version}</version>
  473. </dependency>
  474. <dependency>
  475. <groupId>org.apache.commons</groupId>
  476. <artifactId>commons-collections4</artifactId>
  477. <version>${commons-collections4.version}</version>
  478. </dependency>
  479. <dependency>
  480. <groupId>com.google.guava</groupId>
  481. <artifactId>guava</artifactId>
  482. <version>${guava.version}</version>
  483. </dependency>
  484. <dependency>
  485. <groupId>org.postgresql</groupId>
  486. <artifactId>postgresql</artifactId>
  487. <version>${postgresql.version}</version>
  488. </dependency>
  489. <dependency>
  490. <groupId>org.apache.hive</groupId>
  491. <artifactId>hive-jdbc</artifactId>
  492. <version>${hive-jdbc.version}</version>
  493. <exclusions>
  494. <exclusion>
  495. <groupId>org.apache.orc</groupId>
  496. <artifactId>orc-core</artifactId>
  497. </exclusion>
  498. </exclusions>
  499. </dependency>
  500. <dependency>
  501. <groupId>commons-io</groupId>
  502. <artifactId>commons-io</artifactId>
  503. <version>${commons-io.version}</version>
  504. </dependency>
  505. <dependency>
  506. <groupId>com.github.oshi</groupId>
  507. <artifactId>oshi-core</artifactId>
  508. <version>${oshi-core.version}</version>
  509. <exclusions>
  510. <exclusion>
  511. <groupId>org.slf4j</groupId>
  512. <artifactId>slf4j-simple</artifactId>
  513. </exclusion>
  514. <exclusion>
  515. <groupId>org.junit.jupiter</groupId>
  516. <artifactId>junit-jupiter-api</artifactId>
  517. </exclusion>
  518. <exclusion>
  519. <groupId>org.hamcrest</groupId>
  520. <artifactId>hamcrest</artifactId>
  521. </exclusion>
  522. </exclusions>
  523. </dependency>
  524. <dependency>
  525. <groupId>ru.yandex.clickhouse</groupId>
  526. <artifactId>clickhouse-jdbc</artifactId>
  527. <version>${clickhouse-jdbc.version}</version>
  528. </dependency>
  529. <dependency>
  530. <groupId>com.microsoft.sqlserver</groupId>
  531. <artifactId>mssql-jdbc</artifactId>
  532. <version>${mssql-jdbc.version}</version>
  533. </dependency>
  534. <dependency>
  535. <groupId>com.facebook.presto</groupId>
  536. <artifactId>presto-jdbc</artifactId>
  537. <version>${presto-jdbc.version}</version>
  538. </dependency>
  539. <dependency>
  540. <groupId>javax.servlet</groupId>
  541. <artifactId>servlet-api</artifactId>
  542. <version>${servlet-api.version}</version>
  543. </dependency>
  544. <dependency>
  545. <groupId>javax.servlet</groupId>
  546. <artifactId>javax.servlet-api</artifactId>
  547. <version>${javax.servlet-api.version}</version>
  548. </dependency>
  549. <dependency>
  550. <groupId>io.springfox</groupId>
  551. <artifactId>springfox-boot-starter</artifactId>
  552. <version>${springfox.version}</version>
  553. </dependency>
  554. <dependency>
  555. <groupId>com.github.rholder</groupId>
  556. <artifactId>guava-retrying</artifactId>
  557. <version>${guava-retry.version}</version>
  558. </dependency>
  559. <dependency>
  560. <groupId>javax.activation</groupId>
  561. <artifactId>activation</artifactId>
  562. <version>${activation.version}</version>
  563. </dependency>
  564. <dependency>
  565. <groupId>com.sun.mail</groupId>
  566. <artifactId>javax.mail</artifactId>
  567. <version>${javax-mail}</version>
  568. </dependency>
  569. <dependency>
  570. <groupId>net.sf.py4j</groupId>
  571. <artifactId>py4j</artifactId>
  572. <version>${py4j.version}</version>
  573. </dependency>
  574. <dependency>
  575. <groupId>com.google.code.findbugs</groupId>
  576. <artifactId>jsr305</artifactId>
  577. <version>${jsr305.version}</version>
  578. </dependency>
  579. <dependency>
  580. <groupId>org.apache.commons</groupId>
  581. <artifactId>commons-compress</artifactId>
  582. <version>${commons-compress.version}</version>
  583. </dependency>
  584. <dependency>
  585. <groupId>org.apache.commons</groupId>
  586. <artifactId>commons-math3</artifactId>
  587. <version>${commons-math3.version}</version>
  588. </dependency>
  589. <dependency>
  590. <groupId>com.google.errorprone</groupId>
  591. <artifactId>error_prone_annotations</artifactId>
  592. <version>${error_prone_annotations.version}</version>
  593. </dependency>
  594. <!-- https://mvnrepository.com/artifact/org.hibernate.validator/hibernate-validator -->
  595. <dependency>
  596. <groupId>org.hibernate.validator</groupId>
  597. <artifactId>hibernate-validator</artifactId>
  598. <version>${hibernate-validator.version}</version>
  599. </dependency>
  600. <dependency>
  601. <groupId>com.amazonaws</groupId>
  602. <artifactId>aws-java-sdk-emr</artifactId>
  603. <version>${aws-sdk.version}</version>
  604. </dependency>
  605. <dependency>
  606. <groupId>joda-time</groupId>
  607. <artifactId>joda-time</artifactId>
  608. <version>${joda-time.version}</version>
  609. </dependency>
  610. <dependency>
  611. <groupId>com.amazonaws</groupId>
  612. <artifactId>aws-java-sdk-s3</artifactId>
  613. <version>${aws-sdk.version}</version>
  614. </dependency>
  615. <dependency>
  616. <groupId>com.jayway.jsonpath</groupId>
  617. <artifactId>json-path</artifactId>
  618. <version>${json-path.version}</version>
  619. </dependency>
  620. <dependency>
  621. <groupId>org.springframework.cloud</groupId>
  622. <artifactId>spring-cloud-dependencies</artifactId>
  623. <version>${spring-cloud-dependencies.version}</version>
  624. <type>pom</type>
  625. <scope>import</scope>
  626. </dependency>
  627. <dependency>
  628. <groupId>org.mockito</groupId>
  629. <artifactId>mockito-core</artifactId>
  630. <version>3.12.4</version>
  631. <!-- TODO: remove this dependency management after removing powermock -->
  632. <scope>test</scope>
  633. </dependency>
  634. <dependency>
  635. <groupId>org.lz4</groupId>
  636. <artifactId>lz4-java</artifactId>
  637. <version>${lz4-java.version}</version>
  638. </dependency>
  639. <dependency>
  640. <groupId>org.springframework</groupId>
  641. <artifactId>spring-ldap</artifactId>
  642. <version>1.1.2</version>
  643. </dependency>
  644. <dependency>
  645. <groupId>com.google.code.gson</groupId>
  646. <artifactId>gson</artifactId>
  647. <version>${gson.version}</version>
  648. </dependency>
  649. <dependency>
  650. <groupId>org.slf4j</groupId>
  651. <artifactId>slf4j-reload4j</artifactId>
  652. <scope>provided</scope>
  653. </dependency>
  654. <dependency>
  655. <groupId>org.apache.spark</groupId>
  656. <artifactId>spark-core_2.12</artifactId>
  657. <version>${spark.version}</version>
  658. <exclusions>
  659. <exclusion>
  660. <groupId>com.fasterxml.jackson.module</groupId>
  661. <artifactId>jackson-module-scala_2.11</artifactId>
  662. </exclusion>
  663. </exclusions>
  664. </dependency>
  665. <dependency>
  666. <groupId>org.apache.spark</groupId>
  667. <artifactId>spark-sql_2.12</artifactId>
  668. <version>${spark.version}</version>
  669. <exclusions>
  670. <exclusion>
  671. <groupId>com.fasterxml.jackson.core</groupId>
  672. <artifactId>jackson-core</artifactId>
  673. </exclusion>
  674. </exclusions>
  675. </dependency>
  676. <dependency>
  677. <groupId>org.apache.spark</groupId>
  678. <artifactId>spark-hive_2.12</artifactId>
  679. <version>${spark.version}</version>
  680. <exclusions>
  681. <exclusion>
  682. <groupId>commons-httpclient</groupId>
  683. <artifactId>commons-httpclient</artifactId>
  684. </exclusion>
  685. <exclusion>
  686. <groupId>org.apache.httpcomponents</groupId>
  687. <artifactId>httpclient</artifactId>
  688. </exclusion>
  689. <exclusion>
  690. <groupId>org.codehaus.jackson</groupId>
  691. <artifactId>jackson-core-asl</artifactId>
  692. </exclusion>
  693. <exclusion>
  694. <groupId>org.codehaus.jackson</groupId>
  695. <artifactId>jackson-mapper-asl</artifactId>
  696. </exclusion>
  697. </exclusions>
  698. </dependency>
  699. <dependency>
  700. <groupId>org.codehaus.janino</groupId>
  701. <artifactId>janino</artifactId>
  702. <version>${janino.version}</version>
  703. </dependency>
  704. <dependency>
  705. <groupId>org.yaml</groupId>
  706. <artifactId>snakeyaml</artifactId>
  707. <version>${snakeyaml.version}</version>
  708. </dependency>
  709. </dependencies>
  710. </dependencyManagement>
  711. </project>