Skip to content

Commit

Permalink
fix(java): replace excludedGroup with exclude (#720)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpeddada1 committed Jan 19, 2022
1 parent 8cf98a0 commit 7f13c88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -221,7 +221,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<excludedGroups>com.google.cloud.spanner.IntegrationTest</excludedGroups>
<exclude>com.google.cloud.spanner.IntegrationTest</exclude>
<reportNameSuffix>sponge_log</reportNameSuffix>
</configuration>
</plugin>
Expand Down

0 comments on commit 7f13c88

Please sign in to comment.