Skip to content

Commit d40ec60

Browse files
committed
Remove jakarta APIs from target platform
They are not directly used in the codebase thus are better fetched by whatever requires them.
1 parent 02b2964 commit d40ec60

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

target-platform/target-platform.target

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -51,34 +51,6 @@
5151
<repository location="http://download.eclipse.org/cbi/updates/license/"/>
5252
<unit id="org.eclipse.license.feature.group" version="0.0.0"/>
5353
</location>
54-
<location includeDependencyDepth="none" includeDependencyScopes="compile" includeSource="true" label="Jakarta APIs" missingManifest="error" type="Maven">
55-
<dependencies>
56-
<dependency>
57-
<groupId>jakarta.enterprise</groupId>
58-
<artifactId>jakarta.enterprise.cdi-api</artifactId>
59-
<version>2.0.2</version>
60-
<type>jar</type>
61-
</dependency>
62-
<dependency>
63-
<groupId>jakarta.interceptor</groupId>
64-
<artifactId>jakarta.interceptor-api</artifactId>
65-
<version>1.2.5</version>
66-
<type>jar</type>
67-
</dependency>
68-
<dependency>
69-
<groupId>jakarta.servlet</groupId>
70-
<artifactId>jakarta.servlet-api</artifactId>
71-
<version>4.0.4</version>
72-
<type>jar</type>
73-
</dependency>
74-
<dependency>
75-
<groupId>jakarta.transaction</groupId>
76-
<artifactId>jakarta.transaction-api</artifactId>
77-
<version>1.3.3</version>
78-
<type>jar</type>
79-
</dependency>
80-
</dependencies>
81-
</location>
8254
<location includeDependencyDepth="none" includeDependencyScopes="compile" includeSource="true" label="Apache Commons Compress" missingManifest="error" type="Maven">
8355
<dependencies>
8456
<dependency>

0 commit comments

Comments
 (0)