Skip to content

Commit

Permalink
fix: noSuchMethodError in BigQuerySampleApplicationIntegrationTests (#…
Browse files Browse the repository at this point in the history
…3146)

needed to override spring dependency for OpenTelemtry api to ensure we have the latest OpenTelemtry dependency when using older versions of spring
  • Loading branch information
ldetmer authored Aug 22, 2024
1 parent ae3626a commit a891693
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions spring-cloud-gcp-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,13 @@
<type>pom</type>
<scope>import</scope>
</dependency>

<!-- spring dependency overrides -->
<dependency>
<groupId>io.opentelemetry</groupId>
<artifactId>opentelemetry-api</artifactId>
<version>1.32.0</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit a891693

Please sign in to comment.