Skip to content

Commit

Permalink
samples: Update pom.xml for samples with Cloud Trace exporter
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelpri10 committed Sep 19, 2024
1 parent 43d489f commit 79dd118
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
5 changes: 5 additions & 0 deletions samples/install-without-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,11 @@
<artifactId>google-cloud-storage</artifactId>
<version>2.42.0</version>
</dependency>
<dependency>
<groupId>com.google.cloud.opentelemetry</groupId>
<artifactId>exporter-trace</artifactId>
<version>0.31.0</version>
</dependency>
</dependencies>

<!-- compile and run all snippet tests -->
Expand Down
5 changes: 5 additions & 0 deletions samples/snapshot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,11 @@
<artifactId>google-cloud-storage</artifactId>
<version>2.42.0</version>
</dependency>
<dependency>
<groupId>com.google.cloud.opentelemetry</groupId>
<artifactId>exporter-trace</artifactId>
<version>0.31.0</version>
</dependency>
</dependencies>

<!-- compile and run all snippet tests -->
Expand Down
10 changes: 5 additions & 5 deletions samples/snippets/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-storage</artifactId>
</dependency>
<dependency>
<groupId>com.google.cloud.opentelemetry</groupId>
<artifactId>exporter-trace</artifactId>
<version>0.31.0</version>
</dependency>
<dependency>
<groupId>org.apache.avro</groupId>
<artifactId>avro</artifactId>
Expand All @@ -82,11 +87,6 @@
<artifactId>protobuf-java-util</artifactId>
<version>4.27.4</version>
</dependency>
<dependency>
<groupId>com.google.cloud.opentelemetry</groupId>
<artifactId>exporter-trace</artifactId>
<version>0.31.0</version>
</dependency>

<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit 79dd118

Please sign in to comment.