Skip to content

Commit

Permalink
Supplement missing javax.annotation-api to sentinel-cluster-server-en…
Browse files Browse the repository at this point in the history
…voy-rls and sentinel-demo-zuul2-gateway
  • Loading branch information
jasonjoo2010 committed Mar 23, 2020
1 parent df683b8 commit 9d0aeae
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 1 deletion.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
<properties>
<!-- Compile libs -->
<fastjson.version>1.2.62</fastjson.version>
<javax.annotation-api.version>1.3.2</javax.annotation-api.version>

<!-- Test libs -->
<junit.version>4.12</junit.version>
Expand Down
2 changes: 1 addition & 1 deletion sentinel-adapter/sentinel-grpc-adapter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<dependency>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
<version>1.2</version>
<version>${javax.annotation-api.version}</version>
</dependency>


Expand Down
5 changes: 5 additions & 0 deletions sentinel-cluster/sentinel-cluster-server-envoy-rls/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@
<groupId>com.alibaba.csp</groupId>
<artifactId>sentinel-transport-simple-http</artifactId>
</dependency>
<dependency>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
<version>${javax.annotation-api.version}</version>
</dependency>

<dependency>
<groupId>io.grpc</groupId>
Expand Down
5 changes: 5 additions & 0 deletions sentinel-demo/sentinel-demo-zuul2-gateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@
<artifactId>zuul-core</artifactId>
<version>2.1.5</version>
</dependency>
<dependency>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
<version>${javax.annotation-api.version}</version>
</dependency>

<dependency>
<groupId>org.slf4j</groupId>
Expand Down

0 comments on commit 9d0aeae

Please sign in to comment.