Skip to content

Commit

Permalink
fixes generated annotation problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Cole committed May 10, 2019
1 parent 98efa0b commit dc95f95
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions zipkin-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,12 @@
<version>${project.version}</version>
<optional>true</optional>
</dependency>
<!-- for Generated annotations on Scribe types -->
<dependency>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
<scope>provided</scope>
</dependency>

<!--Prometheus metrics-->
<dependency>
Expand Down

0 comments on commit dc95f95

Please sign in to comment.