Skip to content

Commit

Permalink
Tries to fix jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Cole authored and abesto committed Sep 10, 2019
1 parent fba8cac commit 575ed12
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
7 changes: 7 additions & 0 deletions zipkin-collector/scribe/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,13 @@
<version>${armeria.version}</version>
</dependency>

<!-- for Generated annotations on Scribe types -->
<dependency>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>com.linecorp.armeria</groupId>
<artifactId>armeria-testing</artifactId>
Expand Down
6 changes: 0 additions & 6 deletions zipkin-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -250,12 +250,6 @@
<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 575ed12

Please sign in to comment.