|
81 | 81 | <artifactId>dolphinscheduler-extract-worker</artifactId>
|
82 | 82 | </dependency>
|
83 | 83 |
|
| 84 | + <dependency> |
| 85 | + <groupId>org.apache.dolphinscheduler</groupId> |
| 86 | + <artifactId>dolphinscheduler-yarn-aop</artifactId> |
| 87 | + <exclusions> |
| 88 | + <exclusion> |
| 89 | + <groupId>aopalliance</groupId> |
| 90 | + <artifactId>aopalliance</artifactId> |
| 91 | + </exclusion> |
| 92 | + <exclusion> |
| 93 | + <groupId>com.google.inject</groupId> |
| 94 | + <artifactId>guice</artifactId> |
| 95 | + </exclusion> |
| 96 | + <exclusion> |
| 97 | + <groupId>com.google.inject.extensions</groupId> |
| 98 | + <artifactId>guice-servlet</artifactId> |
| 99 | + </exclusion> |
| 100 | + <exclusion> |
| 101 | + <groupId>javax.inject</groupId> |
| 102 | + <artifactId>javax.inject</artifactId> |
| 103 | + </exclusion> |
| 104 | + <exclusion> |
| 105 | + <groupId>com.sun.xml.bind</groupId> |
| 106 | + <artifactId>jaxb-impl</artifactId> |
| 107 | + </exclusion> |
| 108 | + <exclusion> |
| 109 | + <groupId>com.sun.jersey.contribs</groupId> |
| 110 | + <artifactId>jersey-guice</artifactId> |
| 111 | + </exclusion> |
| 112 | + <exclusion> |
| 113 | + <groupId>com.sun.jersey</groupId> |
| 114 | + <artifactId>jersey-client</artifactId> |
| 115 | + </exclusion> |
| 116 | + <exclusion> |
| 117 | + <groupId>javax.ws.rs</groupId> |
| 118 | + <artifactId>jsr311-api</artifactId> |
| 119 | + </exclusion> |
| 120 | + <exclusion> |
| 121 | + <groupId>com.sun.jersey</groupId> |
| 122 | + <artifactId>jersey-core</artifactId> |
| 123 | + </exclusion> |
| 124 | + <exclusion> |
| 125 | + <groupId>com.sun.jersey</groupId> |
| 126 | + <artifactId>jersey-json</artifactId> |
| 127 | + </exclusion> |
| 128 | + <exclusion> |
| 129 | + <groupId>com.sun.jersey</groupId> |
| 130 | + <artifactId>jersey-server</artifactId> |
| 131 | + </exclusion> |
| 132 | + <exclusion> |
| 133 | + <groupId>org.codehaus.jackson</groupId> |
| 134 | + <artifactId>jackson-core-asl</artifactId> |
| 135 | + </exclusion> |
| 136 | + <exclusion> |
| 137 | + <groupId>org.codehaus.jackson</groupId> |
| 138 | + <artifactId>jackson-mapper-asl</artifactId> |
| 139 | + </exclusion> |
| 140 | + <exclusion> |
| 141 | + <groupId>org.codehaus.jackson</groupId> |
| 142 | + <artifactId>jackson-jaxrs</artifactId> |
| 143 | + </exclusion> |
| 144 | + <exclusion> |
| 145 | + <groupId>org.codehaus.jackson</groupId> |
| 146 | + <artifactId>jackson-xc</artifactId> |
| 147 | + </exclusion> |
| 148 | + </exclusions> |
| 149 | + </dependency> |
| 150 | + |
84 | 151 | <dependency>
|
85 | 152 | <groupId>org.springframework.boot</groupId>
|
86 | 153 | <artifactId>spring-boot-starter</artifactId>
|
|
0 commit comments