pom.xml 32 KB

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