pom.xml 54 KB

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