pom.xml 58 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349
  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.4.3</mybatis-plus.version>
  63. <mybatis.spring.version>2.0.6</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-task-api</artifactId>
  431. <version>${project.version}</version>
  432. </dependency>
  433. <dependency>
  434. <groupId>org.apache.dolphinscheduler</groupId>
  435. <artifactId>dolphinscheduler-task-datax</artifactId>
  436. <version>${project.version}</version>
  437. </dependency>
  438. <dependency>
  439. <groupId>org.apache.dolphinscheduler</groupId>
  440. <artifactId>dolphinscheduler-task-flink</artifactId>
  441. <version>${project.version}</version>
  442. </dependency>
  443. <dependency>
  444. <groupId>org.apache.dolphinscheduler</groupId>
  445. <artifactId>dolphinscheduler-task-http</artifactId>
  446. <version>${project.version}</version>
  447. </dependency>
  448. <dependency>
  449. <groupId>org.apache.dolphinscheduler</groupId>
  450. <artifactId>dolphinscheduler-task-mr</artifactId>
  451. <version>${project.version}</version>
  452. </dependency>
  453. <dependency>
  454. <groupId>org.apache.dolphinscheduler</groupId>
  455. <artifactId>dolphinscheduler-task-pigeon</artifactId>
  456. <version>${project.version}</version>
  457. </dependency>
  458. <dependency>
  459. <groupId>org.apache.dolphinscheduler</groupId>
  460. <artifactId>dolphinscheduler-task-procedure</artifactId>
  461. <version>${project.version}</version>
  462. </dependency>
  463. <dependency>
  464. <groupId>org.apache.dolphinscheduler</groupId>
  465. <artifactId>dolphinscheduler-task-python</artifactId>
  466. <version>${project.version}</version>
  467. </dependency>
  468. <dependency>
  469. <groupId>org.apache.dolphinscheduler</groupId>
  470. <artifactId>dolphinscheduler-task-shell</artifactId>
  471. <version>${project.version}</version>
  472. </dependency>
  473. <dependency>
  474. <groupId>org.apache.dolphinscheduler</groupId>
  475. <artifactId>dolphinscheduler-task-spark</artifactId>
  476. <version>${project.version}</version>
  477. </dependency>
  478. <dependency>
  479. <groupId>org.apache.dolphinscheduler</groupId>
  480. <artifactId>dolphinscheduler-task-sql</artifactId>
  481. <version>${project.version}</version>
  482. </dependency>
  483. <dependency>
  484. <groupId>org.apache.dolphinscheduler</groupId>
  485. <artifactId>dolphinscheduler-task-sqoop</artifactId>
  486. <version>${project.version}</version>
  487. </dependency>
  488. <dependency>
  489. <groupId>org.apache.dolphinscheduler</groupId>
  490. <artifactId>dolphinscheduler-task-seatunnel</artifactId>
  491. <version>${project.version}</version>
  492. </dependency>
  493. <dependency>
  494. <groupId>org.apache.dolphinscheduler</groupId>
  495. <artifactId>dolphinscheduler-task-emr</artifactId>
  496. <version>${project.version}</version>
  497. </dependency>
  498. <dependency>
  499. <groupId>org.apache.dolphinscheduler</groupId>
  500. <artifactId>dolphinscheduler-ui</artifactId>
  501. <version>${project.version}</version>
  502. </dependency>
  503. <dependency>
  504. <groupId>org.apache.dolphinscheduler</groupId>
  505. <artifactId>dolphinscheduler-tools</artifactId>
  506. <version>${project.version}</version>
  507. </dependency>
  508. <dependency>
  509. <groupId>org.apache.dolphinscheduler</groupId>
  510. <artifactId>dolphinscheduler-task-dataquality</artifactId>
  511. <version>${project.version}</version>
  512. </dependency>
  513. <dependency>
  514. <groupId>org.apache.curator</groupId>
  515. <artifactId>curator-framework</artifactId>
  516. <version>${curator.version}</version>
  517. <exclusions>
  518. <exclusion>
  519. <groupId>org.slf4j</groupId>
  520. <artifactId>slf4j-log4j12</artifactId>
  521. </exclusion>
  522. </exclusions>
  523. </dependency>
  524. <dependency>
  525. <groupId>org.apache.zookeeper</groupId>
  526. <artifactId>zookeeper</artifactId>
  527. <version>${zookeeper.version}</version>
  528. <exclusions>
  529. <exclusion>
  530. <groupId>org.slf4j</groupId>
  531. <artifactId>slf4j-log4j12</artifactId>
  532. </exclusion>
  533. <exclusion>
  534. <artifactId>netty</artifactId>
  535. <groupId>io.netty</groupId>
  536. </exclusion>
  537. <exclusion>
  538. <groupId>com.github.spotbugs</groupId>
  539. <artifactId>spotbugs-annotations</artifactId>
  540. </exclusion>
  541. </exclusions>
  542. </dependency>
  543. <dependency>
  544. <groupId>org.apache.curator</groupId>
  545. <artifactId>curator-client</artifactId>
  546. <version>${curator.version}</version>
  547. <exclusions>
  548. <exclusion>
  549. <groupId>log4j-1.2-api</groupId>
  550. <artifactId>org.apache.logging.log4j</artifactId>
  551. </exclusion>
  552. </exclusions>
  553. </dependency>
  554. <dependency>
  555. <groupId>org.apache.curator</groupId>
  556. <artifactId>curator-recipes</artifactId>
  557. <version>${curator.version}</version>
  558. <exclusions>
  559. <exclusion>
  560. <groupId>org.apache.zookeeper</groupId>
  561. <artifactId>zookeeper</artifactId>
  562. </exclusion>
  563. </exclusions>
  564. </dependency>
  565. <dependency>
  566. <groupId>org.apache.curator</groupId>
  567. <artifactId>curator-test</artifactId>
  568. <version>${curator.test}</version>
  569. </dependency>
  570. <dependency>
  571. <groupId>commons-codec</groupId>
  572. <artifactId>commons-codec</artifactId>
  573. <version>${commons.codec.version}</version>
  574. </dependency>
  575. <dependency>
  576. <groupId>commons-logging</groupId>
  577. <artifactId>commons-logging</artifactId>
  578. <version>${commons.logging.version}</version>
  579. </dependency>
  580. <dependency>
  581. <groupId>org.apache.httpcomponents</groupId>
  582. <artifactId>httpclient</artifactId>
  583. <version>${httpclient.version}</version>
  584. </dependency>
  585. <dependency>
  586. <groupId>org.apache.httpcomponents</groupId>
  587. <artifactId>httpcore</artifactId>
  588. <version>${httpcore.version}</version>
  589. </dependency>
  590. <dependency>
  591. <groupId>com.fasterxml.jackson.core</groupId>
  592. <artifactId>jackson-annotations</artifactId>
  593. <version>${jackson.version}</version>
  594. </dependency>
  595. <dependency>
  596. <groupId>com.fasterxml.jackson.core</groupId>
  597. <artifactId>jackson-databind</artifactId>
  598. <version>${jackson.version}</version>
  599. </dependency>
  600. <dependency>
  601. <groupId>com.fasterxml.jackson.core</groupId>
  602. <artifactId>jackson-core</artifactId>
  603. <version>${jackson.version}</version>
  604. </dependency>
  605. <!--protostuff-->
  606. <dependency>
  607. <groupId>io.protostuff</groupId>
  608. <artifactId>protostuff-core</artifactId>
  609. <version>${protostuff.version}</version>
  610. </dependency>
  611. <dependency>
  612. <groupId>io.protostuff</groupId>
  613. <artifactId>protostuff-runtime</artifactId>
  614. <version>${protostuff.version}</version>
  615. </dependency>
  616. <dependency>
  617. <groupId>net.bytebuddy</groupId>
  618. <artifactId>byte-buddy</artifactId>
  619. <version>${byte-buddy.version}</version>
  620. </dependency>
  621. <dependency>
  622. <groupId>org.reflections</groupId>
  623. <artifactId>reflections</artifactId>
  624. <version>${reflections.version}</version>
  625. </dependency>
  626. <dependency>
  627. <groupId>junit</groupId>
  628. <artifactId>junit</artifactId>
  629. <version>${junit.version}</version>
  630. </dependency>
  631. <dependency>
  632. <groupId>mysql</groupId>
  633. <artifactId>mysql-connector-java</artifactId>
  634. <version>${mysql.connector.version}</version>
  635. <scope>test</scope>
  636. </dependency>
  637. <dependency>
  638. <groupId>com.h2database</groupId>
  639. <artifactId>h2</artifactId>
  640. <version>${h2.version}</version>
  641. </dependency>
  642. <dependency>
  643. <groupId>org.slf4j</groupId>
  644. <artifactId>slf4j-api</artifactId>
  645. <version>${slf4j.api.version}</version>
  646. </dependency>
  647. <dependency>
  648. <groupId>org.slf4j</groupId>
  649. <artifactId>slf4j-log4j12</artifactId>
  650. <version>${slf4j.log4j12.version}</version>
  651. </dependency>
  652. <dependency>
  653. <groupId>commons-collections</groupId>
  654. <artifactId>commons-collections</artifactId>
  655. <version>${commons.collections.version}</version>
  656. </dependency>
  657. <dependency>
  658. <groupId>commons-httpclient</groupId>
  659. <artifactId>commons-httpclient</artifactId>
  660. <version>${commons.httpclient}</version>
  661. </dependency>
  662. <dependency>
  663. <groupId>commons-beanutils</groupId>
  664. <artifactId>commons-beanutils</artifactId>
  665. <version>${commons.beanutils.version}</version>
  666. </dependency>
  667. <dependency>
  668. <groupId>commons-configuration</groupId>
  669. <artifactId>commons-configuration</artifactId>
  670. <version>${commons.configuration.version}</version>
  671. </dependency>
  672. <dependency>
  673. <groupId>commons-lang</groupId>
  674. <artifactId>commons-lang</artifactId>
  675. <version>${commons.lang.version}</version>
  676. </dependency>
  677. <dependency>
  678. <groupId>ch.qos.logback</groupId>
  679. <artifactId>logback-classic</artifactId>
  680. <version>${logback.version}</version>
  681. </dependency>
  682. <dependency>
  683. <groupId>ch.qos.logback</groupId>
  684. <artifactId>logback-core</artifactId>
  685. <version>${logback.version}</version>
  686. </dependency>
  687. <dependency>
  688. <groupId>org.apache.commons</groupId>
  689. <artifactId>commons-email</artifactId>
  690. <version>${commons.email.version}</version>
  691. </dependency>
  692. <!--excel poi-->
  693. <dependency>
  694. <groupId>org.apache.poi</groupId>
  695. <artifactId>poi</artifactId>
  696. <version>${poi.version}</version>
  697. </dependency>
  698. <dependency>
  699. <groupId>org.apache.poi</groupId>
  700. <artifactId>poi-ooxml</artifactId>
  701. <version>${poi.version}</version>
  702. </dependency>
  703. <!-- hadoop -->
  704. <dependency>
  705. <groupId>org.apache.hadoop</groupId>
  706. <artifactId>hadoop-common</artifactId>
  707. <version>${hadoop.version}</version>
  708. <exclusions>
  709. <exclusion>
  710. <artifactId>slf4j-log4j12</artifactId>
  711. <groupId>org.slf4j</groupId>
  712. </exclusion>
  713. <exclusion>
  714. <artifactId>com.sun.jersey</artifactId>
  715. <groupId>jersey-json</groupId>
  716. </exclusion>
  717. <exclusion>
  718. <groupId>junit</groupId>
  719. <artifactId>junit</artifactId>
  720. </exclusion>
  721. </exclusions>
  722. </dependency>
  723. <dependency>
  724. <groupId>org.apache.hadoop</groupId>
  725. <artifactId>hadoop-client</artifactId>
  726. <version>${hadoop.version}</version>
  727. </dependency>
  728. <dependency>
  729. <groupId>org.apache.hadoop</groupId>
  730. <artifactId>hadoop-hdfs</artifactId>
  731. <version>${hadoop.version}</version>
  732. </dependency>
  733. <dependency>
  734. <groupId>org.apache.hadoop</groupId>
  735. <artifactId>hadoop-yarn-common</artifactId>
  736. <version>${hadoop.version}</version>
  737. </dependency>
  738. <dependency>
  739. <groupId>org.apache.hadoop</groupId>
  740. <artifactId>hadoop-aws</artifactId>
  741. <version>${hadoop.version}</version>
  742. </dependency>
  743. <dependency>
  744. <groupId>org.apache.commons</groupId>
  745. <artifactId>commons-collections4</artifactId>
  746. <version>${commons.collections4.version}</version>
  747. </dependency>
  748. <dependency>
  749. <groupId>com.google.guava</groupId>
  750. <artifactId>guava</artifactId>
  751. <version>${guava.version}</version>
  752. </dependency>
  753. <dependency>
  754. <groupId>org.postgresql</groupId>
  755. <artifactId>postgresql</artifactId>
  756. <version>${postgresql.version}</version>
  757. </dependency>
  758. <dependency>
  759. <groupId>org.apache.hive</groupId>
  760. <artifactId>hive-jdbc</artifactId>
  761. <version>${hive.jdbc.version}</version>
  762. </dependency>
  763. <dependency>
  764. <groupId>commons-io</groupId>
  765. <artifactId>commons-io</artifactId>
  766. <version>${commons.io.version}</version>
  767. </dependency>
  768. <dependency>
  769. <groupId>com.github.oshi</groupId>
  770. <artifactId>oshi-core</artifactId>
  771. <version>${oshi.core.version}</version>
  772. <exclusions>
  773. <exclusion>
  774. <groupId>org.slf4j</groupId>
  775. <artifactId>slf4j-simple</artifactId>
  776. </exclusion>
  777. <exclusion>
  778. <groupId>org.junit.jupiter</groupId>
  779. <artifactId>junit-jupiter-api</artifactId>
  780. </exclusion>
  781. <exclusion>
  782. <groupId>org.hamcrest</groupId>
  783. <artifactId>hamcrest</artifactId>
  784. </exclusion>
  785. </exclusions>
  786. </dependency>
  787. <dependency>
  788. <groupId>ru.yandex.clickhouse</groupId>
  789. <artifactId>clickhouse-jdbc</artifactId>
  790. <version>${clickhouse.jdbc.version}</version>
  791. </dependency>
  792. <dependency>
  793. <groupId>com.microsoft.sqlserver</groupId>
  794. <artifactId>mssql-jdbc</artifactId>
  795. <version>${mssql.jdbc.version}</version>
  796. </dependency>
  797. <dependency>
  798. <groupId>com.facebook.presto</groupId>
  799. <artifactId>presto-jdbc</artifactId>
  800. <version>${presto.jdbc.version}</version>
  801. </dependency>
  802. <dependency>
  803. <groupId>javax.servlet</groupId>
  804. <artifactId>servlet-api</artifactId>
  805. <version>${servlet-api.version}</version>
  806. </dependency>
  807. <dependency>
  808. <groupId>javax.servlet</groupId>
  809. <artifactId>javax.servlet-api</artifactId>
  810. <version>${javax.servlet.api.version}</version>
  811. </dependency>
  812. <dependency>
  813. <groupId>io.springfox</groupId>
  814. <artifactId>springfox-swagger2</artifactId>
  815. <version>${springfox.version}</version>
  816. </dependency>
  817. <dependency>
  818. <groupId>io.springfox</groupId>
  819. <artifactId>springfox-swagger-ui</artifactId>
  820. <version>${springfox.version}</version>
  821. </dependency>
  822. <dependency>
  823. <groupId>io.swagger</groupId>
  824. <artifactId>swagger-models</artifactId>
  825. <version>${swagger-models.version}</version>
  826. </dependency>
  827. <dependency>
  828. <groupId>com.github.xiaoymin</groupId>
  829. <artifactId>swagger-bootstrap-ui</artifactId>
  830. <version>${swagger.version}</version>
  831. </dependency>
  832. <dependency>
  833. <groupId>com.github.rholder</groupId>
  834. <artifactId>guava-retrying</artifactId>
  835. <version>${guava-retry.version}</version>
  836. </dependency>
  837. <dependency>
  838. <groupId>org.ow2.asm</groupId>
  839. <artifactId>asm</artifactId>
  840. <version>6.2.1</version>
  841. </dependency>
  842. <dependency>
  843. <groupId>javax.activation</groupId>
  844. <artifactId>activation</artifactId>
  845. <version>1.1</version>
  846. </dependency>
  847. <dependency>
  848. <groupId>com.sun.mail</groupId>
  849. <artifactId>javax.mail</artifactId>
  850. <version>1.6.2</version>
  851. </dependency>
  852. <dependency>
  853. <groupId>net.sf.py4j</groupId>
  854. <artifactId>py4j</artifactId>
  855. <version>${py4j.version}</version>
  856. </dependency>
  857. <dependency>
  858. <groupId>org.codehaus.janino</groupId>
  859. <artifactId>janino</artifactId>
  860. <version>${janino.version}</version>
  861. </dependency>
  862. <dependency>
  863. <groupId>com.google.code.findbugs</groupId>
  864. <artifactId>jsr305</artifactId>
  865. <version>${jsr305.version}</version>
  866. </dependency>
  867. <dependency>
  868. <groupId>org.apache.commons</groupId>
  869. <artifactId>commons-compress</artifactId>
  870. <version>${commons-compress.version}</version>
  871. </dependency>
  872. <dependency>
  873. <groupId>org.apache.commons</groupId>
  874. <artifactId>commons-math3</artifactId>
  875. <version>${commons-math3.version}</version>
  876. </dependency>
  877. <dependency>
  878. <groupId>com.google.errorprone</groupId>
  879. <artifactId>error_prone_annotations</artifactId>
  880. <version>${error_prone_annotations.version}</version>
  881. </dependency>
  882. <dependency>
  883. <groupId>io.fabric8</groupId>
  884. <artifactId>kubernetes-client</artifactId>
  885. <version>${kubernetes.version}</version>
  886. </dependency>
  887. <!-- https://mvnrepository.com/artifact/org.hibernate.validator/hibernate-validator -->
  888. <dependency>
  889. <groupId>org.hibernate.validator</groupId>
  890. <artifactId>hibernate-validator</artifactId>
  891. <version>${hibernate.validator.version}</version>
  892. </dependency>
  893. <dependency>
  894. <groupId>com.amazonaws</groupId>
  895. <artifactId>aws-java-sdk-emr</artifactId>
  896. <version>${aws.sdk.version}</version>
  897. </dependency>
  898. <dependency>
  899. <groupId>joda-time</groupId>
  900. <artifactId>joda-time</artifactId>
  901. <version>${joda-time.version}</version>
  902. </dependency>
  903. </dependencies>
  904. </dependencyManagement>
  905. <build>
  906. <pluginManagement>
  907. <plugins>
  908. <plugin>
  909. <groupId>org.codehaus.mojo</groupId>
  910. <artifactId>rpm-maven-plugin</artifactId>
  911. <version>${rpm-maven-plugion.version}</version>
  912. <inherited>false</inherited>
  913. </plugin>
  914. <plugin>
  915. <groupId>org.apache.maven.plugins</groupId>
  916. <artifactId>maven-compiler-plugin</artifactId>
  917. <configuration>
  918. <source>${java.version}</source>
  919. <target>${java.version}</target>
  920. <testSource>${java.version}</testSource>
  921. <testTarget>${java.version}</testTarget>
  922. </configuration>
  923. <version>${maven-compiler-plugin.version}</version>
  924. </plugin>
  925. <plugin>
  926. <groupId>org.apache.maven.plugins</groupId>
  927. <artifactId>maven-release-plugin</artifactId>
  928. <version>${maven-release-plugin.version}</version>
  929. <configuration>
  930. <tagNameFormat>@{project.version}</tagNameFormat>
  931. </configuration>
  932. </plugin>
  933. <plugin>
  934. <groupId>org.apache.maven.plugins</groupId>
  935. <artifactId>maven-assembly-plugin</artifactId>
  936. <version>${maven-assembly-plugin.version}</version>
  937. </plugin>
  938. <plugin>
  939. <groupId>org.apache.maven.plugins</groupId>
  940. <artifactId>maven-javadoc-plugin</artifactId>
  941. <version>${maven-javadoc-plugin.version}</version>
  942. <configuration>
  943. <source>8</source>
  944. <failOnError>false</failOnError>
  945. </configuration>
  946. </plugin>
  947. <plugin>
  948. <groupId>org.apache.maven.plugins</groupId>
  949. <artifactId>maven-dependency-plugin</artifactId>
  950. <version>${maven-dependency-plugin.version}</version>
  951. </plugin>
  952. <plugin>
  953. <groupId>org.apache.maven.plugins</groupId>
  954. <artifactId>maven-shade-plugin</artifactId>
  955. <version>${maven-shade-plugin.version}</version>
  956. </plugin>
  957. <plugin>
  958. <groupId>org.apache.maven.plugins</groupId>
  959. <artifactId>maven-jar-plugin</artifactId>
  960. <version>${maven-jar-plugin.version}</version>
  961. </plugin>
  962. <plugin>
  963. <groupId>org.codehaus.mojo</groupId>
  964. <artifactId>exec-maven-plugin</artifactId>
  965. <version>${exec-maven-plugin.version}</version>
  966. <executions>
  967. <execution>
  968. <id>docker-build</id>
  969. <phase>package</phase>
  970. <goals>
  971. <goal>exec</goal>
  972. </goals>
  973. <configuration>
  974. <skip>${docker.build.skip}</skip>
  975. <environmentVariables>
  976. <DOCKER_BUILDKIT>1</DOCKER_BUILDKIT>
  977. </environmentVariables>
  978. <executable>docker</executable>
  979. <workingDirectory>${project.basedir}</workingDirectory>
  980. <arguments>
  981. <argument>build</argument>
  982. <argument>--no-cache</argument>
  983. <argument>-t</argument>
  984. <argument>${docker.hub}/${docker.repo}:${docker.tag}</argument>
  985. <argument>-t</argument>
  986. <argument>${docker.hub}/${docker.repo}:latest</argument>
  987. <argument>${project.basedir}</argument>
  988. <argument>--file=src/main/docker/Dockerfile</argument>
  989. </arguments>
  990. </configuration>
  991. </execution>
  992. <execution>
  993. <id>docker-push</id>
  994. <phase>deploy</phase>
  995. <goals>
  996. <goal>exec</goal>
  997. </goals>
  998. <configuration>
  999. <skip>${docker.push.skip}</skip>
  1000. <environmentVariables>
  1001. <DOCKER_BUILDKIT>1</DOCKER_BUILDKIT>
  1002. </environmentVariables>
  1003. <executable>docker</executable>
  1004. <workingDirectory>${project.basedir}</workingDirectory>
  1005. <arguments>
  1006. <argument>buildx</argument>
  1007. <argument>build</argument>
  1008. <argument>--no-cache</argument>
  1009. <argument>--push</argument>
  1010. <argument>-t</argument>
  1011. <argument>${docker.hub}/${docker.repo}:${docker.tag}</argument>
  1012. <argument>-t</argument>
  1013. <argument>${docker.hub}/${docker.repo}:latest</argument>
  1014. <argument>${project.basedir}</argument>
  1015. <argument>--file=src/main/docker/Dockerfile</argument>
  1016. </arguments>
  1017. </configuration>
  1018. </execution>
  1019. </executions>
  1020. </plugin>
  1021. </plugins>
  1022. </pluginManagement>
  1023. <plugins>
  1024. <plugin>
  1025. <groupId>org.apache.maven.plugins</groupId>
  1026. <artifactId>maven-javadoc-plugin</artifactId>
  1027. <version>${maven-javadoc-plugin.version}</version>
  1028. <executions>
  1029. <execution>
  1030. <id>attach-javadocs</id>
  1031. <goals>
  1032. <goal>jar</goal>
  1033. </goals>
  1034. </execution>
  1035. </executions>
  1036. <configuration>
  1037. <aggregate>true</aggregate>
  1038. <charset>${project.build.sourceEncoding}</charset>
  1039. <encoding>${project.build.sourceEncoding}</encoding>
  1040. <docencoding>${project.build.sourceEncoding}</docencoding>
  1041. </configuration>
  1042. </plugin>
  1043. <plugin>
  1044. <groupId>org.apache.maven.plugins</groupId>
  1045. <artifactId>maven-release-plugin</artifactId>
  1046. <version>${maven-release-plugin.version}</version>
  1047. <configuration>
  1048. <autoVersionSubmodules>true</autoVersionSubmodules>
  1049. <tagNameFormat>@{project.version}</tagNameFormat>
  1050. <tagBase>${project.version}</tagBase>
  1051. </configuration>
  1052. <dependencies>
  1053. <dependency>
  1054. <groupId>org.apache.maven.scm</groupId>
  1055. <artifactId>maven-scm-provider-jgit</artifactId>
  1056. <version>1.9.5</version>
  1057. </dependency>
  1058. </dependencies>
  1059. </plugin>
  1060. <plugin>
  1061. <groupId>org.apache.maven.plugins</groupId>
  1062. <artifactId>maven-compiler-plugin</artifactId>
  1063. <version>${maven-compiler-plugin.version}</version>
  1064. <configuration>
  1065. <source>${java.version}</source>
  1066. <target>${java.version}</target>
  1067. <encoding>${project.build.sourceEncoding}</encoding>
  1068. <skip>false</skip><!--not skip compile test classes-->
  1069. </configuration>
  1070. </plugin>
  1071. <plugin>
  1072. <groupId>org.apache.maven.plugins</groupId>
  1073. <artifactId>maven-surefire-plugin</artifactId>
  1074. <version>${maven-surefire-plugin.version}</version>
  1075. <dependencies>
  1076. <dependency>
  1077. <groupId>org.apache.maven.surefire</groupId>
  1078. <artifactId>surefire-junit4</artifactId>
  1079. <version>${maven-surefire-plugin.version}</version>
  1080. </dependency>
  1081. </dependencies>
  1082. <configuration>
  1083. <systemPropertyVariables>
  1084. <jacoco-agent.destfile>${project.build.directory}/jacoco.exec</jacoco-agent.destfile>
  1085. </systemPropertyVariables>
  1086. </configuration>
  1087. </plugin>
  1088. <!-- jenkins plugin jacoco report-->
  1089. <plugin>
  1090. <groupId>org.jacoco</groupId>
  1091. <artifactId>jacoco-maven-plugin</artifactId>
  1092. <version>${jacoco.version}</version>
  1093. <configuration>
  1094. <skip>${jacoco.skip}</skip>
  1095. <dataFile>${project.build.directory}/jacoco.exec</dataFile>
  1096. </configuration>
  1097. <executions>
  1098. <execution>
  1099. <id>default-instrument</id>
  1100. <goals>
  1101. <goal>instrument</goal>
  1102. </goals>
  1103. </execution>
  1104. <execution>
  1105. <id>default-restore-instrumented-classes</id>
  1106. <goals>
  1107. <goal>restore-instrumented-classes</goal>
  1108. </goals>
  1109. <configuration>
  1110. <excludes>com/github/dreamhead/moco/*</excludes>
  1111. </configuration>
  1112. </execution>
  1113. <execution>
  1114. <id>default-report</id>
  1115. <goals>
  1116. <goal>report</goal>
  1117. </goals>
  1118. </execution>
  1119. </executions>
  1120. </plugin>
  1121. <plugin>
  1122. <groupId>com.github.spotbugs</groupId>
  1123. <artifactId>spotbugs-maven-plugin</artifactId>
  1124. <version>${spotbugs.version}</version>
  1125. <configuration>
  1126. <xmlOutput>true</xmlOutput>
  1127. <threshold>medium</threshold>
  1128. <effort>default</effort>
  1129. <excludeFilterFile>dev-config/spotbugs-exclude.xml</excludeFilterFile>
  1130. <failOnError>true</failOnError>
  1131. </configuration>
  1132. <dependencies>
  1133. <dependency>
  1134. <groupId>com.github.spotbugs</groupId>
  1135. <artifactId>spotbugs</artifactId>
  1136. <version>4.0.0-beta4</version>
  1137. </dependency>
  1138. </dependencies>
  1139. </plugin>
  1140. <plugin>
  1141. <groupId>org.apache.maven.plugins</groupId>
  1142. <artifactId>maven-checkstyle-plugin</artifactId>
  1143. <version>${checkstyle.version}</version>
  1144. <dependencies>
  1145. <dependency>
  1146. <groupId>com.puppycrawl.tools</groupId>
  1147. <artifactId>checkstyle</artifactId>
  1148. <version>8.45</version>
  1149. </dependency>
  1150. </dependencies>
  1151. <configuration>
  1152. <consoleOutput>true</consoleOutput>
  1153. <encoding>UTF-8</encoding>
  1154. <configLocation>style/checkstyle.xml</configLocation>
  1155. <failOnViolation>true</failOnViolation>
  1156. <violationSeverity>warning</violationSeverity>
  1157. <includeTestSourceDirectory>true</includeTestSourceDirectory>
  1158. <sourceDirectories>
  1159. <sourceDirectory>${project.build.sourceDirectory}</sourceDirectory>
  1160. </sourceDirectories>
  1161. <excludes>**\/generated-sources\/</excludes>
  1162. </configuration>
  1163. <executions>
  1164. <execution>
  1165. <phase>compile</phase>
  1166. <goals>
  1167. <goal>check</goal>
  1168. </goals>
  1169. </execution>
  1170. </executions>
  1171. </plugin>
  1172. <plugin>
  1173. <groupId>org.codehaus.mojo</groupId>
  1174. <artifactId>cobertura-maven-plugin</artifactId>
  1175. <version>${cobertura-maven-plugin.version}</version>
  1176. <configuration>
  1177. <check>
  1178. </check>
  1179. <aggregate>true</aggregate>
  1180. <outputDirectory>./target/cobertura</outputDirectory>
  1181. <encoding>${project.build.sourceEncoding}</encoding>
  1182. <quiet>true</quiet>
  1183. <format>xml</format>
  1184. <instrumentation>
  1185. <ignoreTrivial>true</ignoreTrivial>
  1186. </instrumentation>
  1187. </configuration>
  1188. </plugin>
  1189. <plugin>
  1190. <artifactId>maven-source-plugin</artifactId>
  1191. <version>${maven-source-plugin.version}</version>
  1192. <executions>
  1193. <execution>
  1194. <id>attach-sources</id>
  1195. <goals>
  1196. <goal>jar</goal>
  1197. </goals>
  1198. </execution>
  1199. </executions>
  1200. </plugin>
  1201. </plugins>
  1202. </build>
  1203. <profiles>
  1204. <profile>
  1205. <id>docker</id>
  1206. <properties>
  1207. <docker.build.skip>false</docker.build.skip>
  1208. <docker.push.skip>false</docker.push.skip>
  1209. </properties>
  1210. </profile>
  1211. </profiles>
  1212. <dependencies>
  1213. <!--
  1214. NOTE: only development / test phase dependencies (scope = test / provided)
  1215. that won't be packaged into final jar can be declared here.
  1216. For example: annotation processors, test dependencies that are used by most
  1217. of the submodules.
  1218. -->
  1219. <dependency>
  1220. <groupId>junit</groupId>
  1221. <artifactId>junit</artifactId>
  1222. <scope>test</scope>
  1223. </dependency>
  1224. <dependency>
  1225. <groupId>org.jacoco</groupId>
  1226. <artifactId>org.jacoco.agent</artifactId>
  1227. <version>${jacoco.version}</version>
  1228. <classifier>runtime</classifier>
  1229. <scope>test</scope>
  1230. </dependency>
  1231. <dependency>
  1232. <groupId>org.springframework.boot</groupId>
  1233. <artifactId>spring-boot-configuration-processor</artifactId>
  1234. <optional>true</optional>
  1235. </dependency>
  1236. <dependency>
  1237. <groupId>com.google.auto.service</groupId>
  1238. <artifactId>auto-service</artifactId>
  1239. <version>${auto-service.version}</version>
  1240. <scope>provided</scope>
  1241. </dependency>
  1242. <dependency>
  1243. <groupId>org.powermock</groupId>
  1244. <artifactId>powermock-api-mockito2</artifactId>
  1245. <version>${powermock.version}</version>
  1246. <scope>test</scope>
  1247. </dependency>
  1248. <dependency>
  1249. <groupId>org.powermock</groupId>
  1250. <artifactId>powermock-module-junit4</artifactId>
  1251. <version>${powermock.version}</version>
  1252. <scope>test</scope>
  1253. </dependency>
  1254. <dependency>
  1255. <groupId>org.powermock</groupId>
  1256. <artifactId>powermock-core</artifactId>
  1257. <version>${powermock.version}</version>
  1258. <scope>test</scope>
  1259. </dependency>
  1260. </dependencies>
  1261. <modules>
  1262. <module>dolphinscheduler-alert</module>
  1263. <module>dolphinscheduler-spi</module>
  1264. <module>dolphinscheduler-registry</module>
  1265. <module>dolphinscheduler-task-plugin</module>
  1266. <module>dolphinscheduler-ui</module>
  1267. <module>dolphinscheduler-server</module>
  1268. <module>dolphinscheduler-common</module>
  1269. <module>dolphinscheduler-api</module>
  1270. <module>dolphinscheduler-dao</module>
  1271. <module>dolphinscheduler-dist</module>
  1272. <module>dolphinscheduler-remote</module>
  1273. <module>dolphinscheduler-service</module>
  1274. <module>dolphinscheduler-microbench</module>
  1275. <module>dolphinscheduler-data-quality</module>
  1276. <module>dolphinscheduler-standalone-server</module>
  1277. <module>dolphinscheduler-datasource-plugin</module>
  1278. <module>dolphinscheduler-python</module>
  1279. <module>dolphinscheduler-meter</module>
  1280. <module>dolphinscheduler-master</module>
  1281. <module>dolphinscheduler-worker</module>
  1282. <module>dolphinscheduler-log-server</module>
  1283. <module>dolphinscheduler-tools</module>
  1284. <module>dolphinscheduler-ui-next</module>
  1285. </modules>
  1286. </project>