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 90c144b commit c0e574dCopy full SHA for c0e574d
json-schema-maven-plugin/pom.xml
@@ -40,7 +40,7 @@
40
</dependency>
41
<dependency>
42
<groupId>org.ow2.asm</groupId>
43
- <artifactId>asm</artifactId> <!-- was asm-all -->
+ <artifactId>asm</artifactId>
44
<version>7.1</version>
45
<scope>test</scope>
46
kubernetes/pom.xml
@@ -153,7 +153,8 @@
153
<argLine>
154
--illegal-access=permit
155
</argLine>
156
- </configuration> <executions>
+ </configuration>
157
+ <executions>
158
<execution>
159
<goals>
160
<goal>integration-test</goal>
0 commit comments