|
|
@ -81,6 +81,73 @@ |
|
|
|
<artifactId>dolphinscheduler-extract-worker</artifactId> |
|
|
|
<artifactId>dolphinscheduler-extract-worker</artifactId> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>org.apache.dolphinscheduler</groupId> |
|
|
|
|
|
|
|
<artifactId>dolphinscheduler-yarn-aop</artifactId> |
|
|
|
|
|
|
|
<exclusions> |
|
|
|
|
|
|
|
<exclusion> |
|
|
|
|
|
|
|
<groupId>aopalliance</groupId> |
|
|
|
|
|
|
|
<artifactId>aopalliance</artifactId> |
|
|
|
|
|
|
|
</exclusion> |
|
|
|
|
|
|
|
<exclusion> |
|
|
|
|
|
|
|
<groupId>com.google.inject</groupId> |
|
|
|
|
|
|
|
<artifactId>guice</artifactId> |
|
|
|
|
|
|
|
</exclusion> |
|
|
|
|
|
|
|
<exclusion> |
|
|
|
|
|
|
|
<groupId>com.google.inject.extensions</groupId> |
|
|
|
|
|
|
|
<artifactId>guice-servlet</artifactId> |
|
|
|
|
|
|
|
</exclusion> |
|
|
|
|
|
|
|
<exclusion> |
|
|
|
|
|
|
|
<groupId>javax.inject</groupId> |
|
|
|
|
|
|
|
<artifactId>javax.inject</artifactId> |
|
|
|
|
|
|
|
</exclusion> |
|
|
|
|
|
|
|
<exclusion> |
|
|
|
|
|
|
|
<groupId>com.sun.xml.bind</groupId> |
|
|
|
|
|
|
|
<artifactId>jaxb-impl</artifactId> |
|
|
|
|
|
|
|
</exclusion> |
|
|
|
|
|
|
|
<exclusion> |
|
|
|
|
|
|
|
<groupId>com.sun.jersey.contribs</groupId> |
|
|
|
|
|
|
|
<artifactId>jersey-guice</artifactId> |
|
|
|
|
|
|
|
</exclusion> |
|
|
|
|
|
|
|
<exclusion> |
|
|
|
|
|
|
|
<groupId>com.sun.jersey</groupId> |
|
|
|
|
|
|
|
<artifactId>jersey-client</artifactId> |
|
|
|
|
|
|
|
</exclusion> |
|
|
|
|
|
|
|
<exclusion> |
|
|
|
|
|
|
|
<groupId>javax.ws.rs</groupId> |
|
|
|
|
|
|
|
<artifactId>jsr311-api</artifactId> |
|
|
|
|
|
|
|
</exclusion> |
|
|
|
|
|
|
|
<exclusion> |
|
|
|
|
|
|
|
<groupId>com.sun.jersey</groupId> |
|
|
|
|
|
|
|
<artifactId>jersey-core</artifactId> |
|
|
|
|
|
|
|
</exclusion> |
|
|
|
|
|
|
|
<exclusion> |
|
|
|
|
|
|
|
<groupId>com.sun.jersey</groupId> |
|
|
|
|
|
|
|
<artifactId>jersey-json</artifactId> |
|
|
|
|
|
|
|
</exclusion> |
|
|
|
|
|
|
|
<exclusion> |
|
|
|
|
|
|
|
<groupId>com.sun.jersey</groupId> |
|
|
|
|
|
|
|
<artifactId>jersey-server</artifactId> |
|
|
|
|
|
|
|
</exclusion> |
|
|
|
|
|
|
|
<exclusion> |
|
|
|
|
|
|
|
<groupId>org.codehaus.jackson</groupId> |
|
|
|
|
|
|
|
<artifactId>jackson-core-asl</artifactId> |
|
|
|
|
|
|
|
</exclusion> |
|
|
|
|
|
|
|
<exclusion> |
|
|
|
|
|
|
|
<groupId>org.codehaus.jackson</groupId> |
|
|
|
|
|
|
|
<artifactId>jackson-mapper-asl</artifactId> |
|
|
|
|
|
|
|
</exclusion> |
|
|
|
|
|
|
|
<exclusion> |
|
|
|
|
|
|
|
<groupId>org.codehaus.jackson</groupId> |
|
|
|
|
|
|
|
<artifactId>jackson-jaxrs</artifactId> |
|
|
|
|
|
|
|
</exclusion> |
|
|
|
|
|
|
|
<exclusion> |
|
|
|
|
|
|
|
<groupId>org.codehaus.jackson</groupId> |
|
|
|
|
|
|
|
<artifactId>jackson-xc</artifactId> |
|
|
|
|
|
|
|
</exclusion> |
|
|
|
|
|
|
|
</exclusions> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
<artifactId>spring-boot-starter</artifactId> |
|
|
|
<artifactId>spring-boot-starter</artifactId> |
|
|
|