pom.xml 30 KB

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