pom.xml 58 KB

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