Skip to content

Commit

Permalink
Add old javax.annotation as an additional javadoc dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
laeubi committed Dec 20, 2023
1 parent 2e367b9 commit 2d6ee5a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions eclipse-platform-parent/pom.xml
Expand Up @@ -721,6 +721,11 @@
<artifactId>javax.inject</artifactId>
<version>1</version>
</additionalDependency>
<additionalDependency>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
<version>1.3.2</version>
</additionalDependency>
</additionalDependencies>
</configuration>
</plugin>
Expand Down

0 comments on commit 2d6ee5a

Please sign in to comment.