Skip to content

Commit

Permalink
include fasterxml guice and guava
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusgreer committed Jan 13, 2022
1 parent 0a9c3d6 commit 636d703
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion extensions-contrib/opentelemetry-extensions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,21 @@
<artifactId>opentelemetry-proto</artifactId>
<version>${opentelemetry.proto.version}</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.google.inject</groupId>
<artifactId>guice</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<scope>provided</scope>
</dependency>
<!-- test -->
<dependency>
<groupId>junit</groupId>
Expand Down Expand Up @@ -87,4 +102,4 @@
</plugin>
</plugins>
</build>
</project>
</project>

0 comments on commit 636d703

Please sign in to comment.