pom.xml 53 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239
  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. <groupId>org.apache.dolphinscheduler</groupId>
  22. <artifactId>dolphinscheduler</artifactId>
  23. <version>2.0.0-SNAPSHOT</version>
  24. <packaging>pom</packaging>
  25. <name>${project.artifactId}</name>
  26. <url>https://dolphinscheduler.apache.org</url>
  27. <description>Dolphin Scheduler is a distributed and easy-to-expand visual DAG workflow scheduling system, dedicated
  28. to solving the complex dependencies in data processing, making the scheduling system out of the box for data
  29. processing.
  30. </description>
  31. <scm>
  32. <connection>scm:git:https://github.com/apache/dolphinscheduler.git</connection>
  33. <developerConnection>scm:git:https://github.com/apache/dolphinscheduler.git</developerConnection>
  34. <url>https://github.com/apache/dolphinscheduler</url>
  35. <tag>HEAD</tag>
  36. </scm>
  37. <mailingLists>
  38. <mailingList>
  39. <name>DolphinScheduler Developer List</name>
  40. <post>dev@dolphinscheduler.apache.org</post>
  41. <subscribe>dev-subscribe@dolphinscheduler.apache.org</subscribe>
  42. <unsubscribe>dev-unsubscribe@dolphinscheduler.apache.org</unsubscribe>
  43. </mailingList>
  44. </mailingLists>
  45. <parent>
  46. <groupId>org.apache</groupId>
  47. <artifactId>apache</artifactId>
  48. <version>21</version>
  49. </parent>
  50. <properties>
  51. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  52. <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
  53. <curator.version>4.3.0</curator.version>
  54. <zookeeper.version>3.4.14</zookeeper.version>
  55. <spring.version>5.3.12</spring.version>
  56. <spring.boot.version>2.5.6</spring.boot.version>
  57. <java.version>1.8</java.version>
  58. <logback.version>1.2.3</logback.version>
  59. <hadoop.version>2.7.3</hadoop.version>
  60. <quartz.version>2.3.2</quartz.version>
  61. <jackson.version>2.10.5</jackson.version>
  62. <mybatis-plus.version>3.2.0</mybatis-plus.version>
  63. <mybatis.spring.version>2.0.1</mybatis.spring.version>
  64. <cron.utils.version>9.1.3</cron.utils.version>
  65. <druid.version>1.2.4</druid.version>
  66. <h2.version>1.4.200</h2.version>
  67. <commons.codec.version>1.11</commons.codec.version>
  68. <commons.logging.version>1.1.1</commons.logging.version>
  69. <httpclient.version>4.4.1</httpclient.version>
  70. <httpcore.version>4.4.1</httpcore.version>
  71. <junit.version>4.12</junit.version>
  72. <mysql.connector.version>8.0.16</mysql.connector.version>
  73. <slf4j.api.version>1.7.5</slf4j.api.version>
  74. <slf4j.log4j12.version>1.7.5</slf4j.log4j12.version>
  75. <commons.collections.version>3.2.2</commons.collections.version>
  76. <commons.httpclient>3.0.1</commons.httpclient>
  77. <commons.beanutils.version>1.9.4</commons.beanutils.version>
  78. <commons.configuration.version>1.10</commons.configuration.version>
  79. <commons.lang.version>2.6</commons.lang.version>
  80. <commons.email.version>1.5</commons.email.version>
  81. <poi.version>4.1.2</poi.version>
  82. <javax.servlet.api.version>3.1.0</javax.servlet.api.version>
  83. <commons.collections4.version>4.1</commons.collections4.version>
  84. <guava.version>24.1-jre</guava.version>
  85. <postgresql.version>42.2.5</postgresql.version>
  86. <hive.jdbc.version>2.1.0</hive.jdbc.version>
  87. <commons.io.version>2.4</commons.io.version>
  88. <oshi.core.version>3.9.1</oshi.core.version>
  89. <clickhouse.jdbc.version>0.1.52</clickhouse.jdbc.version>
  90. <mssql.jdbc.version>6.1.0.jre8</mssql.jdbc.version>
  91. <presto.jdbc.version>0.238.1</presto.jdbc.version>
  92. <spotbugs.version>3.1.12</spotbugs.version>
  93. <checkstyle.version>3.1.2</checkstyle.version>
  94. <zookeeper.version>3.4.14</zookeeper.version>
  95. <curator.test>2.12.0</curator.test>
  96. <frontend-maven-plugin.version>1.6</frontend-maven-plugin.version>
  97. <maven-compiler-plugin.version>3.3</maven-compiler-plugin.version>
  98. <maven-assembly-plugin.version>3.3.0</maven-assembly-plugin.version>
  99. <maven-release-plugin.version>2.5.3</maven-release-plugin.version>
  100. <maven-javadoc-plugin.version>2.10.3</maven-javadoc-plugin.version>
  101. <maven-source-plugin.version>2.4</maven-source-plugin.version>
  102. <maven-surefire-plugin.version>2.22.1</maven-surefire-plugin.version>
  103. <maven-dependency-plugin.version>3.1.1</maven-dependency-plugin.version>
  104. <rpm-maven-plugion.version>2.2.0</rpm-maven-plugion.version>
  105. <jacoco.version>0.8.7</jacoco.version>
  106. <jcip.version>1.0</jcip.version>
  107. <maven.deploy.skip>false</maven.deploy.skip>
  108. <cobertura-maven-plugin.version>2.7</cobertura-maven-plugin.version>
  109. <servlet-api.version>2.5</servlet-api.version>
  110. <swagger.version>1.9.3</swagger.version>
  111. <springfox.version>2.9.2</springfox.version>
  112. <swagger-models.version>1.5.24</swagger-models.version>
  113. <guava-retry.version>2.0.0</guava-retry.version>
  114. <protostuff.version>1.7.2</protostuff.version>
  115. <reflections.version>0.9.12</reflections.version>
  116. <byte-buddy.version>1.9.16</byte-buddy.version>
  117. <java-websocket.version>1.5.1</java-websocket.version>
  118. <py4j.version>0.10.9</py4j.version>
  119. <auto-service.version>1.0.1</auto-service.version>
  120. <jacoco.skip>false</jacoco.skip>
  121. <netty.version>4.1.53.Final</netty.version>
  122. <maven-jar-plugin.version>3.2.0</maven-jar-plugin.version>
  123. <powermock.version>2.0.9</powermock.version>
  124. <jsr305.version>3.0.0</jsr305.version>
  125. <commons-compress.version>1.19</commons-compress.version>
  126. <commons-math3.version>3.1.1</commons-math3.version>
  127. <error_prone_annotations.version>2.5.1</error_prone_annotations.version>
  128. <exec-maven-plugin.version>3.0.0</exec-maven-plugin.version>
  129. <janino.version>3.1.6</janino.version>
  130. <docker.hub>apache</docker.hub>
  131. <docker.repo>${project.name}</docker.repo>
  132. <docker.tag>${project.version}</docker.tag>
  133. </properties>
  134. <dependencyManagement>
  135. <dependencies>
  136. <dependency>
  137. <groupId>io.netty</groupId>
  138. <artifactId>netty-bom</artifactId>
  139. <version>${netty.version}</version>
  140. <scope>import</scope>
  141. <type>pom</type>
  142. </dependency>
  143. <dependency>
  144. <groupId>org.springframework.boot</groupId>
  145. <artifactId>spring-boot-starter-parent</artifactId>
  146. <version>${spring.boot.version}</version>
  147. <type>pom</type>
  148. <scope>import</scope>
  149. </dependency>
  150. <dependency>
  151. <groupId>io.netty</groupId>
  152. <artifactId>netty-all</artifactId>
  153. <version>${netty.version}</version>
  154. </dependency>
  155. <dependency>
  156. <groupId>org.java-websocket</groupId>
  157. <artifactId>Java-WebSocket</artifactId>
  158. <version>${java-websocket.version}</version>
  159. </dependency>
  160. <dependency>
  161. <groupId>com.baomidou</groupId>
  162. <artifactId>mybatis-plus-boot-starter</artifactId>
  163. <version>${mybatis-plus.version}</version>
  164. </dependency>
  165. <dependency>
  166. <groupId>com.baomidou</groupId>
  167. <artifactId>mybatis-plus</artifactId>
  168. <version>${mybatis-plus.version}</version>
  169. </dependency>
  170. <!-- quartz-->
  171. <dependency>
  172. <groupId>org.quartz-scheduler</groupId>
  173. <artifactId>quartz</artifactId>
  174. <version>${quartz.version}</version>
  175. </dependency>
  176. <dependency>
  177. <groupId>org.quartz-scheduler</groupId>
  178. <artifactId>quartz-jobs</artifactId>
  179. <version>${quartz.version}</version>
  180. </dependency>
  181. <dependency>
  182. <groupId>com.cronutils</groupId>
  183. <artifactId>cron-utils</artifactId>
  184. <version>${cron.utils.version}</version>
  185. </dependency>
  186. <dependency>
  187. <groupId>com.alibaba</groupId>
  188. <artifactId>druid</artifactId>
  189. <version>${druid.version}</version>
  190. </dependency>
  191. <dependency>
  192. <groupId>org.springframework</groupId>
  193. <artifactId>spring-core</artifactId>
  194. <version>${spring.version}</version>
  195. </dependency>
  196. <dependency>
  197. <groupId>org.springframework</groupId>
  198. <artifactId>spring-context</artifactId>
  199. <version>${spring.version}</version>
  200. </dependency>
  201. <dependency>
  202. <groupId>org.springframework</groupId>
  203. <artifactId>spring-beans</artifactId>
  204. <version>${spring.version}</version>
  205. </dependency>
  206. <dependency>
  207. <groupId>org.springframework</groupId>
  208. <artifactId>spring-tx</artifactId>
  209. <version>${spring.version}</version>
  210. </dependency>
  211. <dependency>
  212. <groupId>org.springframework</groupId>
  213. <artifactId>spring-jdbc</artifactId>
  214. <version>${spring.version}</version>
  215. </dependency>
  216. <dependency>
  217. <groupId>org.springframework</groupId>
  218. <artifactId>spring-test</artifactId>
  219. <version>${spring.version}</version>
  220. <scope>test</scope>
  221. </dependency>
  222. <dependency>
  223. <groupId>org.apache.dolphinscheduler</groupId>
  224. <artifactId>dolphinscheduler-server</artifactId>
  225. <version>${project.version}</version>
  226. </dependency>
  227. <dependency>
  228. <groupId>org.apache.dolphinscheduler</groupId>
  229. <artifactId>dolphinscheduler-master</artifactId>
  230. <version>${project.version}</version>
  231. </dependency>
  232. <dependency>
  233. <groupId>org.apache.dolphinscheduler</groupId>
  234. <artifactId>dolphinscheduler-worker</artifactId>
  235. <version>${project.version}</version>
  236. </dependency>
  237. <dependency>
  238. <groupId>org.apache.dolphinscheduler</groupId>
  239. <artifactId>dolphinscheduler-standalone-server</artifactId>
  240. <version>${project.version}</version>
  241. </dependency>
  242. <dependency>
  243. <groupId>org.apache.dolphinscheduler</groupId>
  244. <artifactId>dolphinscheduler-common</artifactId>
  245. <version>${project.version}</version>
  246. </dependency>
  247. <dependency>
  248. <groupId>org.apache.dolphinscheduler</groupId>
  249. <artifactId>dolphinscheduler-alert-plugin</artifactId>
  250. <version>${project.version}</version>
  251. </dependency>
  252. <dependency>
  253. <groupId>org.apache.dolphinscheduler</groupId>
  254. <artifactId>dolphinscheduler-registry-plugin</artifactId>
  255. <version>${project.version}</version>
  256. </dependency>
  257. <dependency>
  258. <groupId>org.apache.dolphinscheduler</groupId>
  259. <artifactId>dolphinscheduler-dao</artifactId>
  260. <version>${project.version}</version>
  261. </dependency>
  262. <dependency>
  263. <groupId>org.apache.dolphinscheduler</groupId>
  264. <artifactId>dolphinscheduler-api</artifactId>
  265. <version>${project.version}</version>
  266. </dependency>
  267. <dependency>
  268. <groupId>org.apache.dolphinscheduler</groupId>
  269. <artifactId>dolphinscheduler-remote</artifactId>
  270. <version>${project.version}</version>
  271. </dependency>
  272. <dependency>
  273. <groupId>org.apache.dolphinscheduler</groupId>
  274. <artifactId>dolphinscheduler-service</artifactId>
  275. <version>${project.version}</version>
  276. </dependency>
  277. <dependency>
  278. <groupId>org.apache.dolphinscheduler</groupId>
  279. <artifactId>dolphinscheduler-meter</artifactId>
  280. <version>${project.version}</version>
  281. </dependency>
  282. <dependency>
  283. <groupId>org.apache.dolphinscheduler</groupId>
  284. <artifactId>dolphinscheduler-spi</artifactId>
  285. <version>${project.version}</version>
  286. </dependency>
  287. <dependency>
  288. <groupId>org.apache.dolphinscheduler</groupId>
  289. <artifactId>dolphinscheduler-python</artifactId>
  290. <version>${project.version}</version>
  291. </dependency>
  292. <dependency>
  293. <groupId>org.apache.dolphinscheduler</groupId>
  294. <artifactId>dolphinscheduler-alert-api</artifactId>
  295. <version>${project.version}</version>
  296. </dependency>
  297. <dependency>
  298. <groupId>org.apache.dolphinscheduler</groupId>
  299. <artifactId>dolphinscheduler-alert-server</artifactId>
  300. <version>${project.version}</version>
  301. </dependency>
  302. <dependency>
  303. <groupId>org.apache.dolphinscheduler</groupId>
  304. <artifactId>dolphinscheduler-alert-dingtalk</artifactId>
  305. <version>${project.version}</version>
  306. </dependency>
  307. <dependency>
  308. <groupId>org.apache.dolphinscheduler</groupId>
  309. <artifactId>dolphinscheduler-alert-email</artifactId>
  310. <version>${project.version}</version>
  311. </dependency>
  312. <dependency>
  313. <groupId>org.apache.dolphinscheduler</groupId>
  314. <artifactId>dolphinscheduler-alert-feishu</artifactId>
  315. <version>${project.version}</version>
  316. </dependency>
  317. <dependency>
  318. <groupId>org.apache.dolphinscheduler</groupId>
  319. <artifactId>dolphinscheduler-alert-http</artifactId>
  320. <version>${project.version}</version>
  321. </dependency>
  322. <dependency>
  323. <groupId>org.apache.dolphinscheduler</groupId>
  324. <artifactId>dolphinscheduler-alert-script</artifactId>
  325. <version>${project.version}</version>
  326. </dependency>
  327. <dependency>
  328. <groupId>org.apache.dolphinscheduler</groupId>
  329. <artifactId>dolphinscheduler-alert-slack</artifactId>
  330. <version>${project.version}</version>
  331. </dependency>
  332. <dependency>
  333. <groupId>org.apache.dolphinscheduler</groupId>
  334. <artifactId>dolphinscheduler-alert-wechat</artifactId>
  335. <version>${project.version}</version>
  336. </dependency>
  337. <dependency>
  338. <groupId>org.apache.dolphinscheduler</groupId>
  339. <artifactId>dolphinscheduler-registry-api</artifactId>
  340. <version>${project.version}</version>
  341. </dependency>
  342. <dependency>
  343. <groupId>org.apache.dolphinscheduler</groupId>
  344. <artifactId>dolphinscheduler-registry-zookeeper</artifactId>
  345. <version>${project.version}</version>
  346. </dependency>
  347. <dependency>
  348. <groupId>org.apache.dolphinscheduler</groupId>
  349. <artifactId>dolphinscheduler-datasource-plugin</artifactId>
  350. <version>${project.version}</version>
  351. </dependency>
  352. <dependency>
  353. <groupId>org.apache.dolphinscheduler</groupId>
  354. <artifactId>dolphinscheduler-datasource-all</artifactId>
  355. <version>${project.version}</version>
  356. </dependency>
  357. <dependency>
  358. <groupId>org.apache.dolphinscheduler</groupId>
  359. <artifactId>dolphinscheduler-datasource-api</artifactId>
  360. <version>${project.version}</version>
  361. </dependency>
  362. <dependency>
  363. <groupId>org.apache.dolphinscheduler</groupId>
  364. <artifactId>dolphinscheduler-datasource-clickhouse</artifactId>
  365. <version>${project.version}</version>
  366. </dependency>
  367. <dependency>
  368. <groupId>org.apache.dolphinscheduler</groupId>
  369. <artifactId>dolphinscheduler-datasource-db2</artifactId>
  370. <version>${project.version}</version>
  371. </dependency>
  372. <dependency>
  373. <groupId>org.apache.dolphinscheduler</groupId>
  374. <artifactId>dolphinscheduler-datasource-hive</artifactId>
  375. <version>${project.version}</version>
  376. </dependency>
  377. <dependency>
  378. <groupId>org.apache.dolphinscheduler</groupId>
  379. <artifactId>dolphinscheduler-datasource-mysql</artifactId>
  380. <version>${project.version}</version>
  381. </dependency>
  382. <dependency>
  383. <groupId>org.apache.dolphinscheduler</groupId>
  384. <artifactId>dolphinscheduler-datasource-oracle</artifactId>
  385. <version>${project.version}</version>
  386. </dependency>
  387. <dependency>
  388. <groupId>org.apache.dolphinscheduler</groupId>
  389. <artifactId>dolphinscheduler-datasource-postgresql</artifactId>
  390. <version>${project.version}</version>
  391. </dependency>
  392. <dependency>
  393. <groupId>org.apache.dolphinscheduler</groupId>
  394. <artifactId>dolphinscheduler-datasource-sqlserver</artifactId>
  395. <version>${project.version}</version>
  396. </dependency>
  397. <dependency>
  398. <groupId>org.apache.dolphinscheduler</groupId>
  399. <artifactId>dolphinscheduler-task-api</artifactId>
  400. <version>${project.version}</version>
  401. </dependency>
  402. <dependency>
  403. <groupId>org.apache.dolphinscheduler</groupId>
  404. <artifactId>dolphinscheduler-task-datax</artifactId>
  405. <version>${project.version}</version>
  406. </dependency>
  407. <dependency>
  408. <groupId>org.apache.dolphinscheduler</groupId>
  409. <artifactId>dolphinscheduler-task-flink</artifactId>
  410. <version>${project.version}</version>
  411. </dependency>
  412. <dependency>
  413. <groupId>org.apache.dolphinscheduler</groupId>
  414. <artifactId>dolphinscheduler-task-http</artifactId>
  415. <version>${project.version}</version>
  416. </dependency>
  417. <dependency>
  418. <groupId>org.apache.dolphinscheduler</groupId>
  419. <artifactId>dolphinscheduler-task-mr</artifactId>
  420. <version>${project.version}</version>
  421. </dependency>
  422. <dependency>
  423. <groupId>org.apache.dolphinscheduler</groupId>
  424. <artifactId>dolphinscheduler-task-pigeon</artifactId>
  425. <version>${project.version}</version>
  426. </dependency>
  427. <dependency>
  428. <groupId>org.apache.dolphinscheduler</groupId>
  429. <artifactId>dolphinscheduler-task-procedure</artifactId>
  430. <version>${project.version}</version>
  431. </dependency>
  432. <dependency>
  433. <groupId>org.apache.dolphinscheduler</groupId>
  434. <artifactId>dolphinscheduler-task-python</artifactId>
  435. <version>${project.version}</version>
  436. </dependency>
  437. <dependency>
  438. <groupId>org.apache.dolphinscheduler</groupId>
  439. <artifactId>dolphinscheduler-task-shell</artifactId>
  440. <version>${project.version}</version>
  441. </dependency>
  442. <dependency>
  443. <groupId>org.apache.dolphinscheduler</groupId>
  444. <artifactId>dolphinscheduler-task-spark</artifactId>
  445. <version>${project.version}</version>
  446. </dependency>
  447. <dependency>
  448. <groupId>org.apache.dolphinscheduler</groupId>
  449. <artifactId>dolphinscheduler-task-sql</artifactId>
  450. <version>${project.version}</version>
  451. </dependency>
  452. <dependency>
  453. <groupId>org.apache.dolphinscheduler</groupId>
  454. <artifactId>dolphinscheduler-task-sqoop</artifactId>
  455. <version>${project.version}</version>
  456. </dependency>
  457. <dependency>
  458. <groupId>org.apache.dolphinscheduler</groupId>
  459. <artifactId>dolphinscheduler-ui</artifactId>
  460. <version>${project.version}</version>
  461. </dependency>
  462. <dependency>
  463. <groupId>org.apache.curator</groupId>
  464. <artifactId>curator-framework</artifactId>
  465. <version>${curator.version}</version>
  466. <exclusions>
  467. <exclusion>
  468. <groupId>org.slf4j</groupId>
  469. <artifactId>slf4j-log4j12</artifactId>
  470. </exclusion>
  471. </exclusions>
  472. </dependency>
  473. <dependency>
  474. <groupId>org.apache.zookeeper</groupId>
  475. <artifactId>zookeeper</artifactId>
  476. <version>${zookeeper.version}</version>
  477. <exclusions>
  478. <exclusion>
  479. <groupId>org.slf4j</groupId>
  480. <artifactId>slf4j-log4j12</artifactId>
  481. </exclusion>
  482. <exclusion>
  483. <artifactId>netty</artifactId>
  484. <groupId>io.netty</groupId>
  485. </exclusion>
  486. <exclusion>
  487. <groupId>com.github.spotbugs</groupId>
  488. <artifactId>spotbugs-annotations</artifactId>
  489. </exclusion>
  490. </exclusions>
  491. </dependency>
  492. <dependency>
  493. <groupId>org.apache.curator</groupId>
  494. <artifactId>curator-client</artifactId>
  495. <version>${curator.version}</version>
  496. <exclusions>
  497. <exclusion>
  498. <groupId>log4j-1.2-api</groupId>
  499. <artifactId>org.apache.logging.log4j</artifactId>
  500. </exclusion>
  501. </exclusions>
  502. </dependency>
  503. <dependency>
  504. <groupId>org.apache.curator</groupId>
  505. <artifactId>curator-recipes</artifactId>
  506. <version>${curator.version}</version>
  507. <exclusions>
  508. <exclusion>
  509. <groupId>org.apache.zookeeper</groupId>
  510. <artifactId>zookeeper</artifactId>
  511. </exclusion>
  512. </exclusions>
  513. </dependency>
  514. <dependency>
  515. <groupId>org.apache.curator</groupId>
  516. <artifactId>curator-test</artifactId>
  517. <version>${curator.test}</version>
  518. </dependency>
  519. <dependency>
  520. <groupId>commons-codec</groupId>
  521. <artifactId>commons-codec</artifactId>
  522. <version>${commons.codec.version}</version>
  523. </dependency>
  524. <dependency>
  525. <groupId>commons-logging</groupId>
  526. <artifactId>commons-logging</artifactId>
  527. <version>${commons.logging.version}</version>
  528. </dependency>
  529. <dependency>
  530. <groupId>org.apache.httpcomponents</groupId>
  531. <artifactId>httpclient</artifactId>
  532. <version>${httpclient.version}</version>
  533. </dependency>
  534. <dependency>
  535. <groupId>org.apache.httpcomponents</groupId>
  536. <artifactId>httpcore</artifactId>
  537. <version>${httpcore.version}</version>
  538. </dependency>
  539. <dependency>
  540. <groupId>com.fasterxml.jackson.core</groupId>
  541. <artifactId>jackson-annotations</artifactId>
  542. <version>${jackson.version}</version>
  543. </dependency>
  544. <dependency>
  545. <groupId>com.fasterxml.jackson.core</groupId>
  546. <artifactId>jackson-databind</artifactId>
  547. <version>${jackson.version}</version>
  548. </dependency>
  549. <dependency>
  550. <groupId>com.fasterxml.jackson.core</groupId>
  551. <artifactId>jackson-core</artifactId>
  552. <version>${jackson.version}</version>
  553. </dependency>
  554. <!--protostuff-->
  555. <dependency>
  556. <groupId>io.protostuff</groupId>
  557. <artifactId>protostuff-core</artifactId>
  558. <version>${protostuff.version}</version>
  559. </dependency>
  560. <dependency>
  561. <groupId>io.protostuff</groupId>
  562. <artifactId>protostuff-runtime</artifactId>
  563. <version>${protostuff.version}</version>
  564. </dependency>
  565. <dependency>
  566. <groupId>net.bytebuddy</groupId>
  567. <artifactId>byte-buddy</artifactId>
  568. <version>${byte-buddy.version}</version>
  569. </dependency>
  570. <dependency>
  571. <groupId>org.reflections</groupId>
  572. <artifactId>reflections</artifactId>
  573. <version>${reflections.version}</version>
  574. </dependency>
  575. <dependency>
  576. <groupId>junit</groupId>
  577. <artifactId>junit</artifactId>
  578. <version>${junit.version}</version>
  579. </dependency>
  580. <dependency>
  581. <groupId>mysql</groupId>
  582. <artifactId>mysql-connector-java</artifactId>
  583. <version>${mysql.connector.version}</version>
  584. <scope>test</scope>
  585. </dependency>
  586. <dependency>
  587. <groupId>com.h2database</groupId>
  588. <artifactId>h2</artifactId>
  589. <version>${h2.version}</version>
  590. </dependency>
  591. <dependency>
  592. <groupId>org.slf4j</groupId>
  593. <artifactId>slf4j-api</artifactId>
  594. <version>${slf4j.api.version}</version>
  595. </dependency>
  596. <dependency>
  597. <groupId>org.slf4j</groupId>
  598. <artifactId>slf4j-log4j12</artifactId>
  599. <version>${slf4j.log4j12.version}</version>
  600. </dependency>
  601. <dependency>
  602. <groupId>commons-collections</groupId>
  603. <artifactId>commons-collections</artifactId>
  604. <version>${commons.collections.version}</version>
  605. </dependency>
  606. <dependency>
  607. <groupId>commons-httpclient</groupId>
  608. <artifactId>commons-httpclient</artifactId>
  609. <version>${commons.httpclient}</version>
  610. </dependency>
  611. <dependency>
  612. <groupId>commons-beanutils</groupId>
  613. <artifactId>commons-beanutils</artifactId>
  614. <version>${commons.beanutils.version}</version>
  615. </dependency>
  616. <dependency>
  617. <groupId>commons-configuration</groupId>
  618. <artifactId>commons-configuration</artifactId>
  619. <version>${commons.configuration.version}</version>
  620. </dependency>
  621. <dependency>
  622. <groupId>commons-lang</groupId>
  623. <artifactId>commons-lang</artifactId>
  624. <version>${commons.lang.version}</version>
  625. </dependency>
  626. <dependency>
  627. <groupId>ch.qos.logback</groupId>
  628. <artifactId>logback-classic</artifactId>
  629. <version>${logback.version}</version>
  630. </dependency>
  631. <dependency>
  632. <groupId>ch.qos.logback</groupId>
  633. <artifactId>logback-core</artifactId>
  634. <version>${logback.version}</version>
  635. </dependency>
  636. <dependency>
  637. <groupId>org.apache.commons</groupId>
  638. <artifactId>commons-email</artifactId>
  639. <version>${commons.email.version}</version>
  640. </dependency>
  641. <!--excel poi-->
  642. <dependency>
  643. <groupId>org.apache.poi</groupId>
  644. <artifactId>poi</artifactId>
  645. <version>${poi.version}</version>
  646. </dependency>
  647. <dependency>
  648. <groupId>org.apache.poi</groupId>
  649. <artifactId>poi-ooxml</artifactId>
  650. <version>${poi.version}</version>
  651. </dependency>
  652. <!-- hadoop -->
  653. <dependency>
  654. <groupId>org.apache.hadoop</groupId>
  655. <artifactId>hadoop-common</artifactId>
  656. <version>${hadoop.version}</version>
  657. <exclusions>
  658. <exclusion>
  659. <artifactId>slf4j-log4j12</artifactId>
  660. <groupId>org.slf4j</groupId>
  661. </exclusion>
  662. <exclusion>
  663. <artifactId>com.sun.jersey</artifactId>
  664. <groupId>jersey-json</groupId>
  665. </exclusion>
  666. <exclusion>
  667. <groupId>junit</groupId>
  668. <artifactId>junit</artifactId>
  669. </exclusion>
  670. </exclusions>
  671. </dependency>
  672. <dependency>
  673. <groupId>org.apache.hadoop</groupId>
  674. <artifactId>hadoop-client</artifactId>
  675. <version>${hadoop.version}</version>
  676. </dependency>
  677. <dependency>
  678. <groupId>org.apache.hadoop</groupId>
  679. <artifactId>hadoop-hdfs</artifactId>
  680. <version>${hadoop.version}</version>
  681. </dependency>
  682. <dependency>
  683. <groupId>org.apache.hadoop</groupId>
  684. <artifactId>hadoop-yarn-common</artifactId>
  685. <version>${hadoop.version}</version>
  686. </dependency>
  687. <dependency>
  688. <groupId>org.apache.hadoop</groupId>
  689. <artifactId>hadoop-aws</artifactId>
  690. <version>${hadoop.version}</version>
  691. </dependency>
  692. <dependency>
  693. <groupId>org.apache.commons</groupId>
  694. <artifactId>commons-collections4</artifactId>
  695. <version>${commons.collections4.version}</version>
  696. </dependency>
  697. <dependency>
  698. <groupId>com.google.guava</groupId>
  699. <artifactId>guava</artifactId>
  700. <version>${guava.version}</version>
  701. </dependency>
  702. <dependency>
  703. <groupId>org.postgresql</groupId>
  704. <artifactId>postgresql</artifactId>
  705. <version>${postgresql.version}</version>
  706. </dependency>
  707. <dependency>
  708. <groupId>org.apache.hive</groupId>
  709. <artifactId>hive-jdbc</artifactId>
  710. <version>${hive.jdbc.version}</version>
  711. </dependency>
  712. <dependency>
  713. <groupId>commons-io</groupId>
  714. <artifactId>commons-io</artifactId>
  715. <version>${commons.io.version}</version>
  716. </dependency>
  717. <dependency>
  718. <groupId>com.github.oshi</groupId>
  719. <artifactId>oshi-core</artifactId>
  720. <version>${oshi.core.version}</version>
  721. </dependency>
  722. <dependency>
  723. <groupId>ru.yandex.clickhouse</groupId>
  724. <artifactId>clickhouse-jdbc</artifactId>
  725. <version>${clickhouse.jdbc.version}</version>
  726. </dependency>
  727. <dependency>
  728. <groupId>com.microsoft.sqlserver</groupId>
  729. <artifactId>mssql-jdbc</artifactId>
  730. <version>${mssql.jdbc.version}</version>
  731. </dependency>
  732. <dependency>
  733. <groupId>com.facebook.presto</groupId>
  734. <artifactId>presto-jdbc</artifactId>
  735. <version>${presto.jdbc.version}</version>
  736. </dependency>
  737. <dependency>
  738. <groupId>javax.servlet</groupId>
  739. <artifactId>servlet-api</artifactId>
  740. <version>${servlet-api.version}</version>
  741. </dependency>
  742. <dependency>
  743. <groupId>javax.servlet</groupId>
  744. <artifactId>javax.servlet-api</artifactId>
  745. <version>${javax.servlet.api.version}</version>
  746. </dependency>
  747. <dependency>
  748. <groupId>io.springfox</groupId>
  749. <artifactId>springfox-swagger2</artifactId>
  750. <version>${springfox.version}</version>
  751. </dependency>
  752. <dependency>
  753. <groupId>io.springfox</groupId>
  754. <artifactId>springfox-swagger-ui</artifactId>
  755. <version>${springfox.version}</version>
  756. </dependency>
  757. <dependency>
  758. <groupId>io.swagger</groupId>
  759. <artifactId>swagger-models</artifactId>
  760. <version>${swagger-models.version}</version>
  761. </dependency>
  762. <dependency>
  763. <groupId>com.github.xiaoymin</groupId>
  764. <artifactId>swagger-bootstrap-ui</artifactId>
  765. <version>${swagger.version}</version>
  766. </dependency>
  767. <dependency>
  768. <groupId>com.github.rholder</groupId>
  769. <artifactId>guava-retrying</artifactId>
  770. <version>${guava-retry.version}</version>
  771. </dependency>
  772. <dependency>
  773. <groupId>org.ow2.asm</groupId>
  774. <artifactId>asm</artifactId>
  775. <version>6.2.1</version>
  776. </dependency>
  777. <dependency>
  778. <groupId>javax.activation</groupId>
  779. <artifactId>activation</artifactId>
  780. <version>1.1</version>
  781. </dependency>
  782. <dependency>
  783. <groupId>com.sun.mail</groupId>
  784. <artifactId>javax.mail</artifactId>
  785. <version>1.6.2</version>
  786. </dependency>
  787. <dependency>
  788. <groupId>net.sf.py4j</groupId>
  789. <artifactId>py4j</artifactId>
  790. <version>${py4j.version}</version>
  791. </dependency>
  792. <dependency>
  793. <groupId>org.codehaus.janino</groupId>
  794. <artifactId>janino</artifactId>
  795. <version>${janino.version}</version>
  796. </dependency>
  797. <dependency>
  798. <groupId>com.google.code.findbugs</groupId>
  799. <artifactId>jsr305</artifactId>
  800. <version>${jsr305.version}</version>
  801. </dependency>
  802. <dependency>
  803. <groupId>org.apache.commons</groupId>
  804. <artifactId>commons-compress</artifactId>
  805. <version>${commons-compress.version}</version>
  806. </dependency>
  807. <dependency>
  808. <groupId>org.apache.commons</groupId>
  809. <artifactId>commons-math3</artifactId>
  810. <version>${commons-math3.version}</version>
  811. </dependency>
  812. <dependency>
  813. <groupId>com.google.errorprone</groupId>
  814. <artifactId>error_prone_annotations</artifactId>
  815. <version>${error_prone_annotations.version}</version>
  816. </dependency>
  817. </dependencies>
  818. </dependencyManagement>
  819. <build>
  820. <pluginManagement>
  821. <plugins>
  822. <plugin>
  823. <groupId>org.codehaus.mojo</groupId>
  824. <artifactId>rpm-maven-plugin</artifactId>
  825. <version>${rpm-maven-plugion.version}</version>
  826. <inherited>false</inherited>
  827. </plugin>
  828. <plugin>
  829. <groupId>org.apache.maven.plugins</groupId>
  830. <artifactId>maven-compiler-plugin</artifactId>
  831. <configuration>
  832. <source>${java.version}</source>
  833. <target>${java.version}</target>
  834. <testSource>${java.version}</testSource>
  835. <testTarget>${java.version}</testTarget>
  836. </configuration>
  837. <version>${maven-compiler-plugin.version}</version>
  838. </plugin>
  839. <plugin>
  840. <groupId>org.apache.maven.plugins</groupId>
  841. <artifactId>maven-release-plugin</artifactId>
  842. <version>${maven-release-plugin.version}</version>
  843. <configuration>
  844. <tagNameFormat>@{project.version}</tagNameFormat>
  845. </configuration>
  846. </plugin>
  847. <plugin>
  848. <groupId>org.apache.maven.plugins</groupId>
  849. <artifactId>maven-assembly-plugin</artifactId>
  850. <version>${maven-assembly-plugin.version}</version>
  851. </plugin>
  852. <plugin>
  853. <groupId>org.apache.maven.plugins</groupId>
  854. <artifactId>maven-javadoc-plugin</artifactId>
  855. <version>${maven-javadoc-plugin.version}</version>
  856. <configuration>
  857. <source>8</source>
  858. <failOnError>false</failOnError>
  859. </configuration>
  860. </plugin>
  861. <plugin>
  862. <groupId>org.apache.maven.plugins</groupId>
  863. <artifactId>maven-dependency-plugin</artifactId>
  864. <version>${maven-dependency-plugin.version}</version>
  865. </plugin>
  866. <plugin>
  867. <groupId>org.apache.maven.plugins</groupId>
  868. <artifactId>maven-jar-plugin</artifactId>
  869. <version>${maven-jar-plugin.version}</version>
  870. </plugin>
  871. <plugin>
  872. <groupId>org.codehaus.mojo</groupId>
  873. <artifactId>exec-maven-plugin</artifactId>
  874. <version>${exec-maven-plugin.version}</version>
  875. <executions>
  876. <execution>
  877. <id>docker-build</id>
  878. <phase>package</phase>
  879. <goals>
  880. <goal>exec</goal>
  881. </goals>
  882. <configuration>
  883. <environmentVariables>
  884. <DOCKER_BUILDKIT>1</DOCKER_BUILDKIT>
  885. </environmentVariables>
  886. <executable>docker</executable>
  887. <workingDirectory>${project.basedir}</workingDirectory>
  888. <arguments>
  889. <argument>build</argument>
  890. <argument>-t</argument>
  891. <argument>${docker.hub}/${docker.repo}:${docker.tag}</argument>
  892. <argument>-t</argument>
  893. <argument>${docker.hub}/${docker.repo}:latest</argument>
  894. <argument>.</argument>
  895. <argument>--file=src/main/docker/Dockerfile</argument>
  896. </arguments>
  897. </configuration>
  898. </execution>
  899. <execution>
  900. <id>docker-push</id>
  901. <phase>deploy</phase>
  902. <goals>
  903. <goal>exec</goal>
  904. </goals>
  905. <configuration>
  906. <environmentVariables>
  907. <DOCKER_BUILDKIT>1</DOCKER_BUILDKIT>
  908. </environmentVariables>
  909. <executable>docker</executable>
  910. <workingDirectory>${project.basedir}</workingDirectory>
  911. <arguments>
  912. <argument>buildx</argument>
  913. <argument>build</argument>
  914. <argument>--push</argument>
  915. <argument>-t</argument>
  916. <argument>${docker.hub}/${docker.repo}:${docker.tag}</argument>
  917. <argument>-t</argument>
  918. <argument>${docker.hub}/${docker.repo}:latest</argument>
  919. <argument>.</argument>
  920. <argument>--file=src/main/docker/Dockerfile</argument>
  921. </arguments>
  922. </configuration>
  923. </execution>
  924. </executions>
  925. </plugin>
  926. </plugins>
  927. </pluginManagement>
  928. <plugins>
  929. <plugin>
  930. <groupId>org.apache.maven.plugins</groupId>
  931. <artifactId>maven-javadoc-plugin</artifactId>
  932. <version>${maven-javadoc-plugin.version}</version>
  933. <executions>
  934. <execution>
  935. <id>attach-javadocs</id>
  936. <goals>
  937. <goal>jar</goal>
  938. </goals>
  939. </execution>
  940. </executions>
  941. <configuration>
  942. <aggregate>true</aggregate>
  943. <charset>${project.build.sourceEncoding}</charset>
  944. <encoding>${project.build.sourceEncoding}</encoding>
  945. <docencoding>${project.build.sourceEncoding}</docencoding>
  946. </configuration>
  947. </plugin>
  948. <plugin>
  949. <groupId>org.apache.maven.plugins</groupId>
  950. <artifactId>maven-release-plugin</artifactId>
  951. <version>${maven-release-plugin.version}</version>
  952. <configuration>
  953. <autoVersionSubmodules>true</autoVersionSubmodules>
  954. <tagNameFormat>@{project.version}</tagNameFormat>
  955. <tagBase>${project.version}</tagBase>
  956. </configuration>
  957. <dependencies>
  958. <dependency>
  959. <groupId>org.apache.maven.scm</groupId>
  960. <artifactId>maven-scm-provider-jgit</artifactId>
  961. <version>1.9.5</version>
  962. </dependency>
  963. </dependencies>
  964. </plugin>
  965. <plugin>
  966. <groupId>org.apache.maven.plugins</groupId>
  967. <artifactId>maven-compiler-plugin</artifactId>
  968. <version>${maven-compiler-plugin.version}</version>
  969. <configuration>
  970. <source>${java.version}</source>
  971. <target>${java.version}</target>
  972. <encoding>${project.build.sourceEncoding}</encoding>
  973. <skip>false</skip><!--not skip compile test classes-->
  974. </configuration>
  975. </plugin>
  976. <plugin>
  977. <groupId>org.apache.maven.plugins</groupId>
  978. <artifactId>maven-surefire-plugin</artifactId>
  979. <version>${maven-surefire-plugin.version}</version>
  980. <dependencies>
  981. <dependency>
  982. <groupId>org.apache.maven.surefire</groupId>
  983. <artifactId>surefire-junit4</artifactId>
  984. <version>${maven-surefire-plugin.version}</version>
  985. </dependency>
  986. </dependencies>
  987. <configuration>
  988. <systemPropertyVariables>
  989. <jacoco-agent.destfile>${project.build.directory}/jacoco.exec</jacoco-agent.destfile>
  990. </systemPropertyVariables>
  991. </configuration>
  992. </plugin>
  993. <!-- jenkins plugin jacoco report-->
  994. <plugin>
  995. <groupId>org.jacoco</groupId>
  996. <artifactId>jacoco-maven-plugin</artifactId>
  997. <version>${jacoco.version}</version>
  998. <configuration>
  999. <skip>${jacoco.skip}</skip>
  1000. <dataFile>${project.build.directory}/jacoco.exec</dataFile>
  1001. </configuration>
  1002. <executions>
  1003. <execution>
  1004. <id>default-instrument</id>
  1005. <goals>
  1006. <goal>instrument</goal>
  1007. </goals>
  1008. </execution>
  1009. <execution>
  1010. <id>default-restore-instrumented-classes</id>
  1011. <goals>
  1012. <goal>restore-instrumented-classes</goal>
  1013. </goals>
  1014. <configuration>
  1015. <excludes>com/github/dreamhead/moco/*</excludes>
  1016. </configuration>
  1017. </execution>
  1018. <execution>
  1019. <id>default-report</id>
  1020. <goals>
  1021. <goal>report</goal>
  1022. </goals>
  1023. </execution>
  1024. </executions>
  1025. </plugin>
  1026. <plugin>
  1027. <groupId>com.github.spotbugs</groupId>
  1028. <artifactId>spotbugs-maven-plugin</artifactId>
  1029. <version>${spotbugs.version}</version>
  1030. <configuration>
  1031. <xmlOutput>true</xmlOutput>
  1032. <threshold>medium</threshold>
  1033. <effort>default</effort>
  1034. <excludeFilterFile>dev-config/spotbugs-exclude.xml</excludeFilterFile>
  1035. <failOnError>true</failOnError>
  1036. </configuration>
  1037. <dependencies>
  1038. <dependency>
  1039. <groupId>com.github.spotbugs</groupId>
  1040. <artifactId>spotbugs</artifactId>
  1041. <version>4.0.0-beta4</version>
  1042. </dependency>
  1043. </dependencies>
  1044. </plugin>
  1045. <plugin>
  1046. <groupId>org.apache.maven.plugins</groupId>
  1047. <artifactId>maven-checkstyle-plugin</artifactId>
  1048. <version>${checkstyle.version}</version>
  1049. <dependencies>
  1050. <dependency>
  1051. <groupId>com.puppycrawl.tools</groupId>
  1052. <artifactId>checkstyle</artifactId>
  1053. <version>8.45</version>
  1054. </dependency>
  1055. </dependencies>
  1056. <configuration>
  1057. <consoleOutput>true</consoleOutput>
  1058. <encoding>UTF-8</encoding>
  1059. <configLocation>style/checkstyle.xml</configLocation>
  1060. <failOnViolation>true</failOnViolation>
  1061. <violationSeverity>warning</violationSeverity>
  1062. <includeTestSourceDirectory>true</includeTestSourceDirectory>
  1063. <sourceDirectories>
  1064. <sourceDirectory>${project.build.sourceDirectory}</sourceDirectory>
  1065. </sourceDirectories>
  1066. <excludes>**\/generated-sources\/</excludes>
  1067. </configuration>
  1068. <executions>
  1069. <execution>
  1070. <phase>compile</phase>
  1071. <goals>
  1072. <goal>check</goal>
  1073. </goals>
  1074. </execution>
  1075. </executions>
  1076. </plugin>
  1077. <plugin>
  1078. <groupId>org.codehaus.mojo</groupId>
  1079. <artifactId>cobertura-maven-plugin</artifactId>
  1080. <version>${cobertura-maven-plugin.version}</version>
  1081. <configuration>
  1082. <check>
  1083. </check>
  1084. <aggregate>true</aggregate>
  1085. <outputDirectory>./target/cobertura</outputDirectory>
  1086. <encoding>${project.build.sourceEncoding}</encoding>
  1087. <quiet>true</quiet>
  1088. <format>xml</format>
  1089. <instrumentation>
  1090. <ignoreTrivial>true</ignoreTrivial>
  1091. </instrumentation>
  1092. </configuration>
  1093. </plugin>
  1094. <plugin>
  1095. <artifactId>maven-source-plugin</artifactId>
  1096. <version>${maven-source-plugin.version}</version>
  1097. <executions>
  1098. <execution>
  1099. <id>attach-sources</id>
  1100. <goals>
  1101. <goal>jar</goal>
  1102. </goals>
  1103. </execution>
  1104. </executions>
  1105. </plugin>
  1106. </plugins>
  1107. </build>
  1108. <dependencies>
  1109. <!--
  1110. NOTE: only development / test phase dependencies (scope = test / provided)
  1111. that won't be packaged into final jar can be declared here.
  1112. For example: annotation processors, test dependencies that are used by most
  1113. of the submodules.
  1114. -->
  1115. <dependency>
  1116. <groupId>junit</groupId>
  1117. <artifactId>junit</artifactId>
  1118. <scope>test</scope>
  1119. </dependency>
  1120. <dependency>
  1121. <groupId>org.jacoco</groupId>
  1122. <artifactId>org.jacoco.agent</artifactId>
  1123. <version>${jacoco.version}</version>
  1124. <classifier>runtime</classifier>
  1125. <scope>test</scope>
  1126. </dependency>
  1127. <dependency>
  1128. <groupId>org.springframework.boot</groupId>
  1129. <artifactId>spring-boot-configuration-processor</artifactId>
  1130. <optional>true</optional>
  1131. </dependency>
  1132. <dependency>
  1133. <groupId>com.google.auto.service</groupId>
  1134. <artifactId>auto-service</artifactId>
  1135. <version>${auto-service.version}</version>
  1136. <scope>provided</scope>
  1137. </dependency>
  1138. <dependency>
  1139. <groupId>org.powermock</groupId>
  1140. <artifactId>powermock-api-mockito2</artifactId>
  1141. <version>${powermock.version}</version>
  1142. <scope>test</scope>
  1143. </dependency>
  1144. <dependency>
  1145. <groupId>org.powermock</groupId>
  1146. <artifactId>powermock-module-junit4</artifactId>
  1147. <version>${powermock.version}</version>
  1148. <scope>test</scope>
  1149. </dependency>
  1150. <dependency>
  1151. <groupId>org.powermock</groupId>
  1152. <artifactId>powermock-core</artifactId>
  1153. <version>${powermock.version}</version>
  1154. <scope>test</scope>
  1155. </dependency>
  1156. </dependencies>
  1157. <modules>
  1158. <module>dolphinscheduler-alert</module>
  1159. <module>dolphinscheduler-spi</module>
  1160. <module>dolphinscheduler-registry</module>
  1161. <module>dolphinscheduler-task-plugin</module>
  1162. <module>dolphinscheduler-ui</module>
  1163. <module>dolphinscheduler-server</module>
  1164. <module>dolphinscheduler-common</module>
  1165. <module>dolphinscheduler-api</module>
  1166. <module>dolphinscheduler-dao</module>
  1167. <module>dolphinscheduler-dist</module>
  1168. <module>dolphinscheduler-remote</module>
  1169. <module>dolphinscheduler-service</module>
  1170. <module>dolphinscheduler-microbench</module>
  1171. <module>dolphinscheduler-standalone-server</module>
  1172. <module>dolphinscheduler-datasource-plugin</module>
  1173. <module>dolphinscheduler-python</module>
  1174. <module>dolphinscheduler-meter</module>
  1175. <module>dolphinscheduler-master</module>
  1176. <module>dolphinscheduler-worker</module>
  1177. <module>dolphinscheduler-log-server</module>
  1178. <module>dolphinscheduler-tools</module>
  1179. <module>dolphinscheduler-ui-next</module>
  1180. </modules>
  1181. </project>