|
@@ -31,35 +31,19 @@
|
|
|
<dependency>
|
|
|
<groupId>org.apache.dolphinscheduler</groupId>
|
|
|
<artifactId>dolphinscheduler-alert</artifactId>
|
|
|
- </dependency>
|
|
|
-
|
|
|
- <dependency>
|
|
|
- <groupId>org.apache.dolphinscheduler</groupId>
|
|
|
- <artifactId>dolphinscheduler-server</artifactId>
|
|
|
<exclusions>
|
|
|
<exclusion>
|
|
|
- <groupId>io.netty</groupId>
|
|
|
- <artifactId>netty</artifactId>
|
|
|
- </exclusion>
|
|
|
- <exclusion>
|
|
|
- <groupId>io.netty</groupId>
|
|
|
- <artifactId>netty-all</artifactId>
|
|
|
- </exclusion>
|
|
|
- <exclusion>
|
|
|
- <groupId>com.google</groupId>
|
|
|
- <artifactId>netty</artifactId>
|
|
|
- </exclusion>
|
|
|
- <exclusion>
|
|
|
- <artifactId>leveldbjni-all</artifactId>
|
|
|
- <groupId>org.fusesource.leveldbjni</groupId>
|
|
|
- </exclusion>
|
|
|
- <exclusion>
|
|
|
- <artifactId>protobuf-java</artifactId>
|
|
|
- <groupId>com.google.protobuf</groupId>
|
|
|
+ <groupId>org.apache.dolphinscheduler</groupId>
|
|
|
+ <artifactId>dolphinscheduler-dao</artifactId>
|
|
|
</exclusion>
|
|
|
</exclusions>
|
|
|
</dependency>
|
|
|
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.apache.dolphinscheduler</groupId>
|
|
|
+ <artifactId>dolphinscheduler-dao</artifactId>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
<!--springboot-->
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
@@ -92,8 +76,6 @@
|
|
|
</exclusions>
|
|
|
</dependency>
|
|
|
|
|
|
-
|
|
|
-
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-starter-aop</artifactId>
|