Skip to content

Commit 8578a89

Browse files
committed
upgraded surefire
1 parent dd5db26 commit 8578a89

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

pom.xml

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -157,15 +157,15 @@
157157
</executions>
158158
</plugin>
159159
<plugin>
160-
<groupId>org.apache.maven.plugins</groupId>
161-
<artifactId>maven-surefire-plugin</artifactId>
162-
<version>2.15</version>
163-
<configuration>
164-
<excludes>
165-
<exclude>**/LR*.java</exclude>
166-
</excludes>
167-
</configuration>
168-
</plugin>
160+
<groupId>org.apache.maven.plugins</groupId>
161+
<artifactId>maven-surefire-plugin</artifactId>
162+
<version>2.19.1</version>
163+
<configuration>
164+
<excludes>
165+
<exclude>**/LR*.java</exclude>
166+
</excludes>
167+
</configuration>
168+
</plugin>
169169
<!--
170170
<plugin>
171171
<groupId>org.codehaus.mojo</groupId>
@@ -212,7 +212,6 @@
212212
<plugin>
213213
<groupId>org.apache.maven.plugins</groupId>
214214
<artifactId>maven-surefire-plugin</artifactId>
215-
<version>2.15</version>
216215
<configuration>
217216
<excludes>
218217
<exclude>xxx</exclude>

0 commit comments

Comments
 (0)