Skip to content

Commit

Permalink
🐛 Fix examples compilation due to missing varibale jdk.version in pom
Browse files Browse the repository at this point in the history
  • Loading branch information
ujibang committed Nov 13, 2024
1 parent d5b3d92 commit 6713b70
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<packaging>pom</packaging>

<properties>
<jdk.version>21</jdk.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.release>${jdk.version}</maven.compiler.release>
<restheart.version>LATEST</restheart.version>
Expand Down Expand Up @@ -41,12 +42,12 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.21.12</version>
<version>3.25.5</version>
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java-util</artifactId>
<version>3.23.4</version>
<version>3.25.5</version>
</dependency>
<dependency>
<groupId>com.konghq</groupId>
Expand Down

0 comments on commit 6713b70

Please sign in to comment.