pom.xml 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652
  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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  19. <modelVersion>4.0.0</modelVersion>
  20. <parent>
  21. <groupId>org.apache.dolphinscheduler</groupId>
  22. <artifactId>dolphinscheduler</artifactId>
  23. <version>2.0.0-SNAPSHOT</version>
  24. </parent>
  25. <artifactId>dolphinscheduler-common</artifactId>
  26. <name>dolphinscheduler-common</name>
  27. <packaging>jar</packaging>
  28. <properties>
  29. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  30. <codehaus.janino.version>3.1.0</codehaus.janino.version>
  31. </properties>
  32. <dependencies>
  33. <!-- dolphinscheduler -->
  34. <dependency>
  35. <groupId>org.apache.dolphinscheduler</groupId>
  36. <artifactId>dolphinscheduler-spi</artifactId>
  37. </dependency>
  38. <dependency>
  39. <groupId>org.apache.httpcomponents</groupId>
  40. <artifactId>httpclient</artifactId>
  41. </dependency>
  42. <dependency>
  43. <groupId>io.airlift.resolver</groupId>
  44. <artifactId>resolver</artifactId>
  45. </dependency>
  46. <dependency>
  47. <groupId>org.sonatype.aether</groupId>
  48. <artifactId>aether-api</artifactId>
  49. </dependency>
  50. <dependency>
  51. <groupId>org.ow2.asm</groupId>
  52. <artifactId>asm</artifactId>
  53. </dependency>
  54. <dependency>
  55. <groupId>com.google.guava</groupId>
  56. <artifactId>guava</artifactId>
  57. <scope>provided</scope>
  58. <exclusions>
  59. <exclusion>
  60. <artifactId>jsr305</artifactId>
  61. <groupId>com.google.code.findbugs</groupId>
  62. </exclusion>
  63. </exclusions>
  64. </dependency>
  65. <dependency>
  66. <groupId>junit</groupId>
  67. <artifactId>junit</artifactId>
  68. <scope>test</scope>
  69. </dependency>
  70. <dependency>
  71. <groupId>org.mockito</groupId>
  72. <artifactId>mockito-core</artifactId>
  73. <type>jar</type>
  74. <scope>test</scope>
  75. </dependency>
  76. <dependency>
  77. <groupId>org.powermock</groupId>
  78. <artifactId>powermock-module-junit4</artifactId>
  79. <scope>test</scope>
  80. </dependency>
  81. <dependency>
  82. <groupId>org.powermock</groupId>
  83. <artifactId>powermock-api-mockito2</artifactId>
  84. <scope>test</scope>
  85. <exclusions>
  86. <exclusion>
  87. <groupId>org.mockito</groupId>
  88. <artifactId>mockito-core</artifactId>
  89. </exclusion>
  90. </exclusions>
  91. </dependency>
  92. <dependency>
  93. <groupId>org.jacoco</groupId>
  94. <artifactId>org.jacoco.agent</artifactId>
  95. <classifier>runtime</classifier>
  96. <scope>test</scope>
  97. </dependency>
  98. <dependency>
  99. <groupId>commons-configuration</groupId>
  100. <artifactId>commons-configuration</artifactId>
  101. </dependency>
  102. <dependency>
  103. <groupId>com.fasterxml.jackson.core</groupId>
  104. <artifactId>jackson-annotations</artifactId>
  105. </dependency>
  106. <dependency>
  107. <groupId>com.fasterxml.jackson.core</groupId>
  108. <artifactId>jackson-databind</artifactId>
  109. </dependency>
  110. <dependency>
  111. <groupId>org.apache.commons</groupId>
  112. <artifactId>commons-collections4</artifactId>
  113. </dependency>
  114. <dependency>
  115. <groupId>commons-beanutils</groupId>
  116. <artifactId>commons-beanutils</artifactId>
  117. </dependency>
  118. <dependency>
  119. <groupId>org.apache.hadoop</groupId>
  120. <artifactId>hadoop-common</artifactId>
  121. <exclusions>
  122. <exclusion>
  123. <groupId>org.slf4j</groupId>
  124. <artifactId>slf4j-log4j12</artifactId>
  125. </exclusion>
  126. <exclusion>
  127. <groupId>jdk.tools</groupId>
  128. <artifactId>jdk.tools</artifactId>
  129. </exclusion>
  130. <exclusion>
  131. <artifactId>servlet-api</artifactId>
  132. <groupId>javax.servlet</groupId>
  133. </exclusion>
  134. <exclusion>
  135. <groupId>javax.servlet</groupId>
  136. <artifactId>servlet-api</artifactId>
  137. </exclusion>
  138. <exclusion>
  139. <groupId>log4j</groupId>
  140. <artifactId>log4j</artifactId>
  141. </exclusion>
  142. <exclusion>
  143. <groupId>org.apache.curator</groupId>
  144. <artifactId>curator-client</artifactId>
  145. </exclusion>
  146. <exclusion>
  147. <groupId>commons-configuration</groupId>
  148. <artifactId>commons-configuration</artifactId>
  149. </exclusion>
  150. <exclusion>
  151. <groupId>io.grpc</groupId>
  152. <artifactId>grpc-protobuf</artifactId>
  153. </exclusion>
  154. <exclusion>
  155. <groupId>io.netty</groupId>
  156. <artifactId>netty</artifactId>
  157. </exclusion>
  158. <exclusion>
  159. <groupId>org.codehaus.jackson</groupId>
  160. <artifactId>jackson-core-asl</artifactId>
  161. </exclusion>
  162. <exclusion>
  163. <groupId>org.codehaus.jackson</groupId>
  164. <artifactId>jackson-mapper-asl</artifactId>
  165. </exclusion>
  166. <exclusion>
  167. <groupId>com.google.protobuf</groupId>
  168. <artifactId>jackson-mapper-asl</artifactId>
  169. </exclusion>
  170. <exclusion>
  171. <groupId>com.google.code.gson</groupId>
  172. <artifactId>gson</artifactId>
  173. </exclusion>
  174. <exclusion>
  175. <groupId>org.apache.commons</groupId>
  176. <artifactId>commons-math3</artifactId>
  177. </exclusion>
  178. <exclusion>
  179. <groupId>xmlenc</groupId>
  180. <artifactId>xmlenc</artifactId>
  181. </exclusion>
  182. <exclusion>
  183. <groupId>commons-net</groupId>
  184. <artifactId>commons-net</artifactId>
  185. </exclusion>
  186. <exclusion>
  187. <groupId>org.apache.avro</groupId>
  188. <artifactId>avro</artifactId>
  189. </exclusion>
  190. <exclusion>
  191. <groupId>org.apache.zookeeper</groupId>
  192. <artifactId>zookeeper</artifactId>
  193. </exclusion>
  194. <exclusion>
  195. <artifactId>jsr305</artifactId>
  196. <groupId>com.google.code.findbugs</groupId>
  197. </exclusion>
  198. <exclusion>
  199. <groupId>javax.servlet.jsp</groupId>
  200. <artifactId>jsp-api</artifactId>
  201. </exclusion>
  202. <exclusion>
  203. <artifactId>jersey-json</artifactId>
  204. <groupId>com.sun.jersey</groupId>
  205. </exclusion>
  206. <exclusion>
  207. <artifactId>jersey-server</artifactId>
  208. <groupId>com.sun.jersey</groupId>
  209. </exclusion>
  210. <exclusion>
  211. <artifactId>jersey-core</artifactId>
  212. <groupId>com.sun.jersey</groupId>
  213. </exclusion>
  214. <exclusion>
  215. <artifactId>xz</artifactId>
  216. <groupId>org.tukaani</groupId>
  217. </exclusion>
  218. </exclusions>
  219. </dependency>
  220. <dependency>
  221. <groupId>org.apache.hadoop</groupId>
  222. <artifactId>hadoop-client</artifactId>
  223. <exclusions>
  224. <exclusion>
  225. <groupId>org.slf4j</groupId>
  226. <artifactId>slf4j-log4j12</artifactId>
  227. </exclusion>
  228. <exclusion>
  229. <artifactId>servlet-api</artifactId>
  230. <groupId>javax.servlet</groupId>
  231. </exclusion>
  232. <exclusion>
  233. <groupId>org.codehaus.jackson</groupId>
  234. <artifactId>jackson-jaxrs</artifactId>
  235. </exclusion>
  236. <exclusion>
  237. <groupId>org.codehaus.jackson</groupId>
  238. <artifactId>jackson-xc</artifactId>
  239. </exclusion>
  240. <exclusion>
  241. <groupId>org.fusesource.leveldbjni</groupId>
  242. <artifactId>leveldbjni-all</artifactId>
  243. </exclusion>
  244. <exclusion>
  245. <groupId>org.apache.zookeeper</groupId>
  246. <artifactId>zookeeper</artifactId>
  247. </exclusion>
  248. <exclusion>
  249. <groupId>org.apache.hadoop</groupId>
  250. <artifactId>hadoop-mapreduce-client-shuffle</artifactId>
  251. </exclusion>
  252. <exclusion>
  253. <artifactId>jersey-client</artifactId>
  254. <groupId>com.sun.jersey</groupId>
  255. </exclusion>
  256. <exclusion>
  257. <artifactId>jersey-core</artifactId>
  258. <groupId>com.sun.jersey</groupId>
  259. </exclusion>
  260. <exclusion>
  261. <artifactId>jaxb-api</artifactId>
  262. <groupId>javax.xml.bind</groupId>
  263. </exclusion>
  264. <exclusion>
  265. <artifactId>log4j</artifactId>
  266. <groupId>log4j</groupId>
  267. </exclusion>
  268. </exclusions>
  269. </dependency>
  270. <dependency>
  271. <groupId>org.apache.hadoop</groupId>
  272. <artifactId>hadoop-hdfs</artifactId>
  273. <exclusions>
  274. <exclusion>
  275. <groupId>javax.servlet</groupId>
  276. <artifactId>servlet-api</artifactId>
  277. </exclusion>
  278. <exclusion>
  279. <groupId>io.netty</groupId>
  280. <artifactId>netty</artifactId>
  281. </exclusion>
  282. <exclusion>
  283. <groupId>com.google.protobuf</groupId>
  284. <artifactId>protobuf-java</artifactId>
  285. </exclusion>
  286. <exclusion>
  287. <groupId>xmlenc</groupId>
  288. <artifactId>xmlenc</artifactId>
  289. </exclusion>
  290. <exclusion>
  291. <groupId>io.netty</groupId>
  292. <artifactId>netty-all</artifactId>
  293. </exclusion>
  294. <exclusion>
  295. <groupId>org.fusesource.leveldbjni</groupId>
  296. <artifactId>leveldbjni-all</artifactId>
  297. </exclusion>
  298. <exclusion>
  299. <artifactId>jersey-core</artifactId>
  300. <groupId>com.sun.jersey</groupId>
  301. </exclusion>
  302. <exclusion>
  303. <artifactId>jersey-server</artifactId>
  304. <groupId>com.sun.jersey</groupId>
  305. </exclusion>
  306. <exclusion>
  307. <artifactId>log4j</artifactId>
  308. <groupId>log4j</groupId>
  309. </exclusion>
  310. </exclusions>
  311. </dependency>
  312. <dependency>
  313. <groupId>org.apache.hadoop</groupId>
  314. <artifactId>hadoop-aws</artifactId>
  315. <exclusions>
  316. <exclusion>
  317. <groupId>org.apache.hadoop</groupId>
  318. <artifactId>hadoop-common</artifactId>
  319. </exclusion>
  320. <exclusion>
  321. <groupId>com.fasterxml.jackson.core</groupId>
  322. <artifactId>jackson-core</artifactId>
  323. </exclusion>
  324. <exclusion>
  325. <groupId>com.fasterxml.jackson.core</groupId>
  326. <artifactId>jackson-databind</artifactId>
  327. </exclusion>
  328. <exclusion>
  329. <groupId>com.fasterxml.jackson.core</groupId>
  330. <artifactId>jackson-annotations</artifactId>
  331. </exclusion>
  332. </exclusions>
  333. </dependency>
  334. <dependency>
  335. <groupId>org.postgresql</groupId>
  336. <artifactId>postgresql</artifactId>
  337. </dependency>
  338. <dependency>
  339. <groupId>org.apache.hive</groupId>
  340. <artifactId>hive-jdbc</artifactId>
  341. <exclusions>
  342. <exclusion>
  343. <artifactId>slf4j-log4j12</artifactId>
  344. <groupId>org.slf4j</groupId>
  345. </exclusion>
  346. <exclusion>
  347. <groupId>org.eclipse.jetty.aggregate</groupId>
  348. <artifactId>jetty-all</artifactId>
  349. </exclusion>
  350. <exclusion>
  351. <groupId>org.apache.ant</groupId>
  352. <artifactId>ant</artifactId>
  353. </exclusion>
  354. <exclusion>
  355. <groupId>io.dropwizard.metrics</groupId>
  356. <artifactId>metrics-json</artifactId>
  357. </exclusion>
  358. <exclusion>
  359. <groupId>io.dropwizard.metrics</groupId>
  360. <artifactId>metrics-jvm</artifactId>
  361. </exclusion>
  362. <exclusion>
  363. <groupId>com.github.joshelser</groupId>
  364. <artifactId>dropwizard-metrics-hadoop-metrics2-reporter</artifactId>
  365. </exclusion>
  366. <exclusion>
  367. <groupId>io.netty</groupId>
  368. <artifactId>netty-all</artifactId>
  369. </exclusion>
  370. <exclusion>
  371. <groupId>com.google.code.gson</groupId>
  372. <artifactId>gson</artifactId>
  373. </exclusion>
  374. <exclusion>
  375. <groupId>com.google.code.findbugs</groupId>
  376. <artifactId>jsr305</artifactId>
  377. </exclusion>
  378. <exclusion>
  379. <groupId>io.dropwizard.metrics</groupId>
  380. <artifactId>metrics-core</artifactId>
  381. </exclusion>
  382. <exclusion>
  383. <groupId>javax.servlet</groupId>
  384. <artifactId>servlet-api</artifactId>
  385. </exclusion>
  386. <exclusion>
  387. <groupId>org.apache.avro</groupId>
  388. <artifactId>avro</artifactId>
  389. </exclusion>
  390. <exclusion>
  391. <groupId>org.apache.commons</groupId>
  392. <artifactId>commons-compress</artifactId>
  393. </exclusion>
  394. <exclusion>
  395. <groupId>org.apache.curator</groupId>
  396. <artifactId>curator-client</artifactId>
  397. </exclusion>
  398. <exclusion>
  399. <groupId>org.apache.hadoop</groupId>
  400. <artifactId>hadoop-auth</artifactId>
  401. </exclusion>
  402. <exclusion>
  403. <groupId>org.apache.hadoop</groupId>
  404. <artifactId>hadoop-mapreduce-client-core</artifactId>
  405. </exclusion>
  406. <exclusion>
  407. <groupId>org.apache.hadoop</groupId>
  408. <artifactId>hadoop-yarn-api</artifactId>
  409. </exclusion>
  410. <exclusion>
  411. <groupId>org.apache.zookeeper</groupId>
  412. <artifactId>zookeeper</artifactId>
  413. </exclusion>
  414. <exclusion>
  415. <groupId>org.codehaus.jackson</groupId>
  416. <artifactId>jackson-jaxrs</artifactId>
  417. </exclusion>
  418. <exclusion>
  419. <groupId>org.codehaus.jackson</groupId>
  420. <artifactId>jackson-xc</artifactId>
  421. </exclusion>
  422. <exclusion>
  423. <groupId>com.google.protobuf</groupId>
  424. <artifactId>protobuf-java</artifactId>
  425. </exclusion>
  426. <exclusion>
  427. <groupId>org.json</groupId>
  428. <artifactId>json</artifactId>
  429. </exclusion>
  430. <exclusion>
  431. <artifactId>log4j-slf4j-impl</artifactId>
  432. <groupId>org.apache.logging.log4j</groupId>
  433. </exclusion>
  434. <exclusion>
  435. <artifactId>javax.servlet</artifactId>
  436. <groupId>org.eclipse.jetty.orbit</groupId>
  437. </exclusion>
  438. <exclusion>
  439. <artifactId>servlet-api-2.5</artifactId>
  440. <groupId>org.mortbay.jetty</groupId>
  441. </exclusion>
  442. <exclusion>
  443. <artifactId>jasper-runtime</artifactId>
  444. <groupId>tomcat</groupId>
  445. </exclusion>
  446. <exclusion>
  447. <artifactId>slider-core</artifactId>
  448. <groupId>org.apache.slider</groupId>
  449. </exclusion>
  450. <exclusion>
  451. <artifactId>hbase-server</artifactId>
  452. <groupId>org.apache.hbase</groupId>
  453. </exclusion>
  454. <exclusion>
  455. <artifactId>jersey-client</artifactId>
  456. <groupId>com.sun.jersey</groupId>
  457. </exclusion>
  458. <exclusion>
  459. <artifactId>jersey-core</artifactId>
  460. <groupId>com.sun.jersey</groupId>
  461. </exclusion>
  462. <exclusion>
  463. <artifactId>jersey-json</artifactId>
  464. <groupId>com.sun.jersey</groupId>
  465. </exclusion>
  466. <exclusion>
  467. <artifactId>jersey-server</artifactId>
  468. <groupId>com.sun.jersey</groupId>
  469. </exclusion>
  470. <exclusion>
  471. <artifactId>jersey-guice</artifactId>
  472. <groupId>com.sun.jersey.contribs</groupId>
  473. </exclusion>
  474. <exclusion>
  475. <artifactId>hbase-common</artifactId>
  476. <groupId>org.apache.hbase</groupId>
  477. </exclusion>
  478. <exclusion>
  479. <artifactId>hbase-hadoop2-compat</artifactId>
  480. <groupId>org.apache.hbase</groupId>
  481. </exclusion>
  482. <exclusion>
  483. <artifactId>hbase-client</artifactId>
  484. <groupId>org.apache.hbase</groupId>
  485. </exclusion>
  486. <exclusion>
  487. <artifactId>hbase-hadoop-compat</artifactId>
  488. <groupId>org.apache.hbase</groupId>
  489. </exclusion>
  490. <exclusion>
  491. <artifactId>tephra-hbase-compat-1.0</artifactId>
  492. <groupId>co.cask.tephra</groupId>
  493. </exclusion>
  494. <exclusion>
  495. <artifactId>jaxb-api</artifactId>
  496. <groupId>javax.xml.bind</groupId>
  497. </exclusion>
  498. <exclusion>
  499. <artifactId>hive-llap-client</artifactId>
  500. <groupId>org.apache.hive</groupId>
  501. </exclusion>
  502. <exclusion>
  503. <artifactId>hive-llap-common</artifactId>
  504. <groupId>org.apache.hive</groupId>
  505. </exclusion>
  506. <exclusion>
  507. <artifactId>hive-llap-server</artifactId>
  508. <groupId>org.apache.hive</groupId>
  509. </exclusion>
  510. <exclusion>
  511. <artifactId>tephra-core</artifactId>
  512. <groupId>co.cask.tephra</groupId>
  513. </exclusion>
  514. <exclusion>
  515. <artifactId>ant</artifactId>
  516. <groupId>ant</groupId>
  517. </exclusion>
  518. <exclusion>
  519. <artifactId>stringtemplate</artifactId>
  520. <groupId>org.antlr</groupId>
  521. </exclusion>
  522. <exclusion>
  523. <artifactId>antlr-runtime</artifactId>
  524. <groupId>org.antlr</groupId>
  525. </exclusion>
  526. <exclusion>
  527. <artifactId>hive-shims</artifactId>
  528. <groupId>org.apache.hive</groupId>
  529. </exclusion>
  530. <exclusion>
  531. <artifactId>jsp-api</artifactId>
  532. <groupId>javax.servlet</groupId>
  533. </exclusion>
  534. <exclusion>
  535. <artifactId>log4j-api</artifactId>
  536. <groupId>org.apache.logging.log4j</groupId>
  537. </exclusion>
  538. <exclusion>
  539. <artifactId>log4j-core</artifactId>
  540. <groupId>org.apache.logging.log4j</groupId>
  541. </exclusion>
  542. <exclusion>
  543. <artifactId>log4j-web</artifactId>
  544. <groupId>org.apache.logging.log4j</groupId>
  545. </exclusion>
  546. <exclusion>
  547. <artifactId>jasper-compiler</artifactId>
  548. <groupId>tomcat</groupId>
  549. </exclusion>
  550. </exclusions>
  551. </dependency>
  552. <dependency>
  553. <groupId>ch.qos.logback</groupId>
  554. <artifactId>logback-classic</artifactId>
  555. </dependency>
  556. <dependency>
  557. <groupId>ch.qos.logback</groupId>
  558. <artifactId>logback-core</artifactId>
  559. </dependency>
  560. <dependency>
  561. <groupId>com.github.oshi</groupId>
  562. <artifactId>oshi-core</artifactId>
  563. </dependency>
  564. <dependency>
  565. <groupId>ru.yandex.clickhouse</groupId>
  566. <artifactId>clickhouse-jdbc</artifactId>
  567. <exclusions>
  568. <exclusion>
  569. <artifactId>com.fasterxml.jackson.core</artifactId>
  570. <groupId>jackson-core</groupId>
  571. </exclusion>
  572. <exclusion>
  573. <artifactId>com.fasterxml.jackson.core</artifactId>
  574. <groupId>jackson-databind</groupId>
  575. </exclusion>
  576. <exclusion>
  577. <artifactId>jaxb-api</artifactId>
  578. <groupId>javax.xml.bind</groupId>
  579. </exclusion>
  580. </exclusions>
  581. </dependency>
  582. <dependency>
  583. <groupId>com.microsoft.sqlserver</groupId>
  584. <artifactId>mssql-jdbc</artifactId>
  585. <exclusions>
  586. <exclusion>
  587. <artifactId>azure-keyvault</artifactId>
  588. <groupId>com.microsoft.azure</groupId>
  589. </exclusion>
  590. </exclusions>
  591. </dependency>
  592. <dependency>
  593. <groupId>com.facebook.presto</groupId>
  594. <artifactId>presto-jdbc</artifactId>
  595. </dependency>
  596. <dependency>
  597. <groupId>com.baomidou</groupId>
  598. <artifactId>mybatis-plus-annotation</artifactId>
  599. <version>${mybatis-plus.version}</version>
  600. <scope>compile</scope>
  601. </dependency>
  602. <dependency>
  603. <groupId>org.codehaus.janino</groupId>
  604. <artifactId>janino</artifactId>
  605. <version>${codehaus.janino.version}</version>
  606. </dependency>
  607. <dependency>
  608. <groupId>com.github.rholder</groupId>
  609. <artifactId>guava-retrying</artifactId>
  610. <exclusions>
  611. <exclusion>
  612. <groupId>com.google.guava</groupId>
  613. <artifactId>guava</artifactId>
  614. </exclusion>
  615. <exclusion>
  616. <groupId>com.google.code.findbugs</groupId>
  617. <artifactId>jsr305</artifactId>
  618. </exclusion>
  619. </exclusions>
  620. </dependency>
  621. <dependency>
  622. <groupId>io.netty</groupId>
  623. <artifactId>netty-all</artifactId>
  624. <scope>compile</scope>
  625. </dependency>
  626. </dependencies>
  627. </project>