Skip to content

Commit

Permalink
update dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
chickenlj committed Jul 10, 2023
1 parent 595945a commit 2cc74fe
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions 2-advanced/dubbo-samples-triple-grpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,23 @@
</dependency>
</dependencies>

<profiles>
<!-- For jdk 11 above JavaEE annotation -->
<profile>
<id>javax.annotation</id>
<activation>
<jdk>[1.11,)</jdk>
</activation>
<dependencies>
<dependency>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
<version>1.3.2</version>
</dependency>
</dependencies>
</profile>
</profiles>

<build>
<extensions>
<extension>
Expand Down

0 comments on commit 2cc74fe

Please sign in to comment.