pom.xml 30 KB

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