Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions LICENSE-binary
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,8 @@ io.fabric8:kubernetes-model-rbac
io.fabric8:kubernetes-model-resource
io.fabric8:kubernetes-model-scheduling
io.fabric8:kubernetes-model-storageclass
io.fabric8:volcano-client
io.fabric8:volcano-model
io.fabric8:zjsonpatch
io.github.java-diff-utils:java-diff-utils
io.jsonwebtoken:jjwt-api
Expand Down
2 changes: 2 additions & 0 deletions dev/deps/spark-deps-hadoop-3-hive-2.3
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,8 @@ vertx-auth-common/4.5.14//vertx-auth-common-4.5.14.jar
vertx-core/4.5.14//vertx-core-4.5.14.jar
vertx-web-client/4.5.14//vertx-web-client-4.5.14.jar
vertx-web-common/4.5.14//vertx-web-common-4.5.14.jar
volcano-client/7.4.0//volcano-client-7.4.0.jar
volcano-model/7.4.0//volcano-model-7.4.0.jar
wildfly-openssl/2.2.5.Final//wildfly-openssl-2.2.5.Final.jar
xbean-asm9-shaded/4.28//xbean-asm9-shaded-4.28.jar
xmlschema-core/2.3.1//xmlschema-core-2.3.1.jar
Expand Down
3 changes: 3 additions & 0 deletions resource-managers/kubernetes/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@
<profiles>
<profile>
<id>volcano</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<dependencies>
<dependency>
<groupId>io.fabric8</groupId>
Expand Down
3 changes: 3 additions & 0 deletions resource-managers/kubernetes/integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,9 @@
<profiles>
<profile>
<id>volcano</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<dependencies>
<dependency>
<groupId>io.fabric8</groupId>
Expand Down