Skip to content

Commit

Permalink
Remove Sundrio dependency from bom
Browse files Browse the repository at this point in the history
Sundrio is used only as compile time tooling for generating stuff, is
not needed on runtime.

Quarkus don't use Sundrio directly on its code, this dependency is
removed since its only used by kubernetes-client on compile time.

Signed-off-by: Jorge Solórzano <[email protected]>
  • Loading branch information
jorsol committed Jun 18, 2020
1 parent b139fa8 commit 8d8a5b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 0 additions & 6 deletions bom/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@
<subethasmtp.version>3.1.7</subethasmtp.version>
<hibernate-quarkus-local-cache.version>0.1.0</hibernate-quarkus-local-cache.version>
<kubernetes-client.version>4.10.2</kubernetes-client.version>
<sundr.version>0.19.1</sundr.version> <!-- this is to avoid annoying pop-up in eclipse about failure to init Velocity logging -->
<flapdoodle.mongo.version>2.2.0</flapdoodle.mongo.version>
<quarkus-spring-api.version>5.2.SP4</quarkus-spring-api.version>
<quarkus-spring-data-api.version>2.1.SP1</quarkus-spring-data-api.version>
Expand Down Expand Up @@ -1668,11 +1667,6 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.sundr</groupId>
<artifactId>builder-annotations</artifactId>
<version>${sundr.version}</version>
</dependency>
<dependency>
<groupId>jakarta.activation</groupId>
<artifactId>jakarta.activation-api</artifactId>
Expand Down
4 changes: 4 additions & 0 deletions test-framework/kubernetes-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@
<groupId>jakarta.xml.bind</groupId>
<artifactId>jakarta.xml.bind-api</artifactId>
</exclusion>
<exclusion>
<groupId>io.sundr</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down

0 comments on commit 8d8a5b7

Please sign in to comment.