Skip to content

Commit 8d6ab53

Browse files
Merge pull request #334 from mtsr/exclude-com-sun-tools
Exlude com.sun.tools from io.sundr.builder-annotations transitive dep…
2 parents 11ce567 + 9333ee4 commit 8d6ab53

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

kubernetes/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,12 @@
134134
<artifactId>builder-annotations</artifactId>
135135
<version>${sundrio.version}</version>
136136
<scope>compile</scope>
137+
<exclusions>
138+
<exclusion>
139+
<artifactId>tools</artifactId>
140+
<groupId>com.sun</groupId>
141+
</exclusion>
142+
</exclusions>
137143
</dependency>
138144
<dependency>
139145
<groupId>io.swagger</groupId>

0 commit comments

Comments
 (0)