Skip to content

Commit 7f13c88

Browse files
authored
fix(java): replace excludedGroup with exclude (#720)
1 parent 8cf98a0 commit 7f13c88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@
221221
<groupId>org.apache.maven.plugins</groupId>
222222
<artifactId>maven-surefire-plugin</artifactId>
223223
<configuration>
224-
<excludedGroups>com.google.cloud.spanner.IntegrationTest</excludedGroups>
224+
<exclude>com.google.cloud.spanner.IntegrationTest</exclude>
225225
<reportNameSuffix>sponge_log</reportNameSuffix>
226226
</configuration>
227227
</plugin>

0 commit comments

Comments
 (0)