Skip to content

Commit 4857b3f

Browse files
fix unused depedenecy declaration issue
1 parent 9ee2837 commit 4857b3f

File tree

1 file changed

+1
-1
lines changed
  • google-cloud-spanner-executor

1 file changed

+1
-1
lines changed

google-cloud-spanner-executor/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@
265265
<groupId>org.apache.maven.plugins</groupId>
266266
<artifactId>maven-dependency-plugin</artifactId>
267267
<configuration>
268-
<ignoredDependencies> com.google.api:gax</ignoredDependencies>
268+
<ignoredDependencies> com.google.api:gax,org.apache.maven.surefire:surefire-junit4 </ignoredDependencies>
269269
</configuration>
270270
</plugin>
271271
</plugins>

0 commit comments

Comments
 (0)