Skip to content

Commit

Permalink
Merge pull request #1372 from TangLeDaily/fix_jdk17
Browse files Browse the repository at this point in the history
jdk17插件支持问题修复:springboot注册插件、流量标签透传测试demo
  • Loading branch information
Sherlockhan authored Nov 23, 2023
2 parents a72d290 + 4302bb9 commit 7acdac8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@
<artifactId>grpc-protobuf</artifactId>
<version>${grpc.version}</version>
</dependency>
<dependency>
<groupId>jakarta.annotation</groupId>
<artifactId>jakarta.annotation-api</artifactId>
</dependency>
</dependencies>

<build>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
Curator 3.x.x只兼容Zookeeper 3.5.x-->
<!--zk 3.4.x, 可向上兼容-->
<curator.x.version>2.13.0</curator.x.version>
<zk.version>3.4.14</zk.version>
<zk.version>3.6.3</zk.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 7acdac8

Please sign in to comment.