Skip to content

Commit

Permalink
Fix compile error of javax.annotation package
Browse files Browse the repository at this point in the history
  • Loading branch information
cdfive committed Oct 25, 2023
1 parent 1a02219 commit 2e0f69e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions sentinel-dashboard/sentinel-dashboard-entity/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,13 @@
<version>2.9.6</version>
</dependency>

<!-- workaround for compile in JDK 11 -->
<dependency>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
<version>${javax.annotation-api.version}</version>
</dependency>

<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down

0 comments on commit 2e0f69e

Please sign in to comment.