pom.xml 32 KB

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