Skip to content

Commit 90c144b

Browse files
committed
Restore build-tools dependency
1 parent 91df35a commit 90c144b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,11 @@
172172
</execution>
173173
</executions>
174174
<dependencies>
175+
<dependency>
176+
<groupId>oracle.kubernetes</groupId>
177+
<artifactId>build-tools</artifactId>
178+
<version>1.0</version>
179+
</dependency>
175180
<dependency>
176181
<groupId>net.sourceforge.pmd</groupId>
177182
<artifactId>pmd-java</artifactId>
@@ -197,6 +202,11 @@
197202
</execution>
198203
</executions>
199204
<dependencies>
205+
<dependency>
206+
<groupId>oracle.kubernetes</groupId>
207+
<artifactId>build-tools</artifactId>
208+
<version>1.0</version>
209+
</dependency>
200210
<dependency>
201211
<groupId>com.github.spotbugs</groupId>
202212
<artifactId>spotbugs</artifactId>

0 commit comments

Comments
 (0)