Skip to content

Commit

Permalink
Remove jakarta APIs from target platform
Browse files Browse the repository at this point in the history
They are not directly used in the codebase thus are better fetched by
whatever requires them.
  • Loading branch information
akurtakov committed Feb 28, 2024
1 parent 02b2964 commit d40ec60
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions target-platform/target-platform.target
Original file line number Diff line number Diff line change
Expand Up @@ -51,34 +51,6 @@
<repository location="http://download.eclipse.org/cbi/updates/license/"/>
<unit id="org.eclipse.license.feature.group" version="0.0.0"/>
</location>
<location includeDependencyDepth="none" includeDependencyScopes="compile" includeSource="true" label="Jakarta APIs" missingManifest="error" type="Maven">
<dependencies>
<dependency>
<groupId>jakarta.enterprise</groupId>
<artifactId>jakarta.enterprise.cdi-api</artifactId>
<version>2.0.2</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>jakarta.interceptor</groupId>
<artifactId>jakarta.interceptor-api</artifactId>
<version>1.2.5</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
<version>4.0.4</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>jakarta.transaction</groupId>
<artifactId>jakarta.transaction-api</artifactId>
<version>1.3.3</version>
<type>jar</type>
</dependency>
</dependencies>
</location>
<location includeDependencyDepth="none" includeDependencyScopes="compile" includeSource="true" label="Apache Commons Compress" missingManifest="error" type="Maven">
<dependencies>
<dependency>
Expand Down

0 comments on commit d40ec60

Please sign in to comment.