We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91df35a commit 90c144bCopy full SHA for 90c144b
pom.xml
@@ -172,6 +172,11 @@
172
</execution>
173
</executions>
174
<dependencies>
175
+ <dependency>
176
+ <groupId>oracle.kubernetes</groupId>
177
+ <artifactId>build-tools</artifactId>
178
+ <version>1.0</version>
179
+ </dependency>
180
<dependency>
181
<groupId>net.sourceforge.pmd</groupId>
182
<artifactId>pmd-java</artifactId>
@@ -197,6 +202,11 @@
197
202
198
203
199
204
205
206
207
208
209
200
210
201
211
<groupId>com.github.spotbugs</groupId>
212
<artifactId>spotbugs</artifactId>
0 commit comments