File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed
google-cloud-spanner-executor Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change 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 >
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 >
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 >
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 >
You can’t perform that action at this time.
0 commit comments