Skip to content

Commit a729c7e

Browse files
Remove changes
1 parent a4bbdd2 commit a729c7e

File tree

1 file changed

+5
-8
lines changed
  • google-cloud-spanner-executor

1 file changed

+5
-8
lines changed

google-cloud-spanner-executor/pom.xml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,6 @@
4747
<artifactId>exporter-trace</artifactId>
4848
<version>0.33.0</version>
4949
</dependency>
50-
<dependency>
51-
<groupId>com.google.cloud.opentelemetry</groupId>
52-
<artifactId>shared-resourcemapping</artifactId>
53-
<version>0.33.0</version>
54-
</dependency>
5550
<dependency>
5651
<groupId>com.google.cloud</groupId>
5752
<artifactId>google-cloud-spanner</artifactId>
@@ -150,6 +145,10 @@
150145
<groupId>com.google.api</groupId>
151146
<artifactId>gax-grpc</artifactId>
152147
</dependency>
148+
<dependency>
149+
<groupId>com.google.code.findbugs</groupId>
150+
<artifactId>jsr305</artifactId>
151+
</dependency>
153152
<dependency>
154153
<groupId>com.google.auth</groupId>
155154
<artifactId>google-auth-library-credentials</artifactId>
@@ -201,9 +200,7 @@
201200
<build>
202201
<plugins>
203202
<plugin>
204-
<groupId>org.apache.maven.plugins</groupId>
205203
<artifactId>maven-resources-plugin</artifactId>
206-
<version>3.3.1</version>
207204
<executions>
208205
<execution>
209206
<id>copy-resources</id>
@@ -269,7 +266,7 @@
269266
<groupId>org.apache.maven.plugins</groupId>
270267
<artifactId>maven-dependency-plugin</artifactId>
271268
<configuration>
272-
<ignoredDependencies> com.google.api:gax,org.apache.maven.surefire:surefire-junit4,com.google.cloud.opentelemetry:shared-resourcemapping</ignoredDependencies>
269+
<ignoredDependencies> com.google.api:gax,org.apache.maven.surefire:surefire-junit4</ignoredDependencies>
273270
</configuration>
274271
</plugin>
275272
</plugins>

0 commit comments

Comments
 (0)