Skip to content

Commit

Permalink
Add jakarta.annotation dependency for future code generation.
Browse files Browse the repository at this point in the history
  • Loading branch information
brendandburns committed Oct 3, 2023
1 parent aded358 commit 127426f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions kubernetes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,10 @@
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
</dependency>
<dependency>
<groupId>jakarta.annotation</groupId>
<artifactId>jakarta.annotation-api</artifactId>
</dependency>
<dependency>
<groupId>io.swagger</groupId>
<artifactId>swagger-annotations</artifactId>
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<javax.annotation.version>1.3.2</javax.annotation.version>
<jakarta.annotation.version>1.3.5</jakarta.annotation.version>
<snakeyaml.version>2.2</snakeyaml.version>
<slf4j.version>2.0.9</slf4j.version>
<caffeine.version>2.9.3</caffeine.version>
Expand Down

0 comments on commit 127426f

Please sign in to comment.