Skip to content

Commit

Permalink
Add old javax.inject as an additional javadoc dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
laeubi committed Dec 19, 2023
1 parent 51966a7 commit 9b48f91
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion eclipse-platform-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -698,8 +698,8 @@
<head>Provisional:</head>
</tag>
</tags>
<!-- These are provided by PDE/Tycho by default but javadoc do not know that ... -->
<additionalDependencies>
<!-- These are provided by PDE/Tycho by default but javadoc do not know that ... -->
<additionalDependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.annotation.bundle</artifactId>
Expand All @@ -715,6 +715,12 @@
<artifactId>org.osgi.service.component.annotations</artifactId>
<version>1.5.0</version>
</additionalDependency>
<!-- These are required unless we have no backward-compat anymore but javadoc do not know that ... -->
<additionalDependency>
<groupId>javax.inject</groupId>
<artifactId>javax.inject</artifactId>
<version>1</version>
</additionalDependency>
</additionalDependencies>
</configuration>
</plugin>
Expand Down

0 comments on commit 9b48f91

Please sign in to comment.