Skip to content

Commit

Permalink
fix dependency check (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusgreer authored and kkonstantine committed Dec 13, 2022
1 parent 0dd70ed commit d1e4f1b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions extensions-contrib/opentelemetry-extensions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@
<artifactId>guice</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
Expand Down

0 comments on commit d1e4f1b

Please sign in to comment.