Skip to content

Commit

Permalink
fix (quarkusio#5174): Add sundrio exclusion in kubernetes extension.
Browse files Browse the repository at this point in the history
  • Loading branch information
iocanel authored and mmusgrov committed Dec 12, 2019
1 parent e643676 commit 98469ff
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions extensions/kubernetes/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
<artifactId>kubernetes-annotations</artifactId>
<classifier>noapt</classifier>
<exclusions>
<exclusion>
<groupId>io.sundr</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>com.sun</groupId>
<artifactId>tools</artifactId>
Expand All @@ -33,6 +37,10 @@
<artifactId>openshift-annotations</artifactId>
<classifier>noapt</classifier>
<exclusions>
<exclusion>
<groupId>io.sundr</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>com.sun</groupId>
<artifactId>tools</artifactId>
Expand Down

0 comments on commit 98469ff

Please sign in to comment.