Skip to content

Commit c0e574d

Browse files
committed
Correct minor typos
1 parent 90c144b commit c0e574d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

json-schema-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
</dependency>
4141
<dependency>
4242
<groupId>org.ow2.asm</groupId>
43-
<artifactId>asm</artifactId> <!-- was asm-all -->
43+
<artifactId>asm</artifactId>
4444
<version>7.1</version>
4545
<scope>test</scope>
4646
</dependency>

kubernetes/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,8 @@
153153
<argLine>
154154
--illegal-access=permit
155155
</argLine>
156-
</configuration> <executions>
156+
</configuration>
157+
<executions>
157158
<execution>
158159
<goals>
159160
<goal>integration-test</goal>

0 commit comments

Comments
 (0)