Skip to content

Commit

Permalink
Migrate to javax.inject/annotation provided by Jakarta from Maven-Ctrl.
Browse files Browse the repository at this point in the history
  • Loading branch information
HannesWell committed May 9, 2023
1 parent 28e70d3 commit 1f6826c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bundles/org.eclipse.jdt.doc.isv/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
<type>eclipse-plugin</type>
</dependency>
<dependency>
<artifactId>javax.annotation</artifactId>
<artifactId>jakarta.annotation-api</artifactId>
<type>eclipse-plugin</type>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion bundles/org.eclipse.pde.doc.user/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
<type>eclipse-plugin</type>
</dependency>
<dependency>
<artifactId>javax.annotation</artifactId>
<artifactId>jakarta.annotation-api</artifactId>
<type>eclipse-plugin</type>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions bundles/org.eclipse.platform.doc.isv/platformOptions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,9 @@
-classpath @rt@
;${dependency.dir}/icu4j_*.jar
;${dependency.dir}/com.jcraft.jsch_*.jar
;${dependency.dir}/javax.annotation_*.jar
;${dependency.dir}/jakarta.annotation-api_*.jar
;${dependency.dir}/javax.el-api_*.jar
;${dependency.dir}/javax.inject_*.jar
;${dependency.dir}/jakarta.inject-api_*.jar
;${dependency.dir}/javax.servlet.jsp-api_*.jar
;${dependency.dir}/jakarta.servlet-api_*.jar
;${dependency.dir}/org.apache.ant_*/lib/ant.jar
Expand Down
6 changes: 3 additions & 3 deletions bundles/org.eclipse.platform.doc.isv/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
</requirement>
<requirement>
<type>eclipse-plugin</type>
<id>javax.annotation</id>
<id>jakarta.annotation-api</id>
<versionRange>0.0.0</versionRange>
</requirement>
<requirement>
Expand All @@ -88,7 +88,7 @@
</requirement>
<requirement>
<type>eclipse-plugin</type>
<id>javax.inject</id>
<id>jakarta.inject.jakarta.inject-api</id>
<versionRange>0.0.0</versionRange>
</requirement>
<requirement>
Expand Down Expand Up @@ -323,7 +323,7 @@
<type>eclipse-plugin</type>
</dependency>
<dependency>
<artifactId>javax.annotation</artifactId>
<artifactId>jakarta.annotation-api</artifactId>
<type>eclipse-plugin</type>
</dependency>
<dependency>
Expand Down

0 comments on commit 1f6826c

Please sign in to comment.