Skip to content

Commit

Permalink
fix(java): replace excludedGroup with exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
mpeddada1 committed Jan 13, 2022
1 parent d0d1f84 commit f2548f8
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 f2548f8

Please sign in to comment.