Skip to content

Commit

Permalink
add j2objc-annotations to dependency management
Browse files Browse the repository at this point in the history
  • Loading branch information
michalmac authored Mar 24, 2024
1 parent 34ae812 commit 3968f96
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,12 @@
<version>0.43.1</version>
</dependency>

<dependency>
<groupId>com.google.j2objc</groupId>
<artifactId>j2objc-annotations</artifactId>
<version>3.0.0</version>
</dependency>

<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
Expand Down

0 comments on commit 3968f96

Please sign in to comment.