Skip to content

Commit

Permalink
Add jakarta.annotation / jakarta.inject 2.0 API
Browse files Browse the repository at this point in the history
  • Loading branch information
laeubi committed Sep 18, 2023
1 parent 019a6ab commit 1849dc5
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions eclipse.platform.releng.prereqs.sdk/eclipse-sdk-prereqs.target
Original file line number Diff line number Diff line change
Expand Up @@ -721,6 +721,22 @@
</dependency>
</dependencies>
</location>
<location includeDependencyDepth="none" includeSource="true" label="Jakarta EE" missingManifest="error" type="Maven">
<dependencies>
<dependency>
<groupId>jakarta.annotation</groupId>
<artifactId>jakarta.annotation-api</artifactId>
<version>2.1.1</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>jakarta.inject</groupId>
<artifactId>jakarta.inject-api</artifactId>
<version>2.0.1</version>
<type>jar</type>
</dependency>
</dependencies>
</location>
</locations>
<targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17"/>
</target>

0 comments on commit 1849dc5

Please sign in to comment.