Skip to content

Commit ea6bb31

Browse files
authored
Merge pull request #790 from eclipse/5.1-release-prep
Remove the unnecessary dependencies
2 parents dec4f64 + 1241b72 commit ea6bb31

File tree

5 files changed

+3
-32
lines changed

5 files changed

+3
-32
lines changed

api/pom.xml

+1-8
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,7 @@
3131
<groupId>jakarta.enterprise</groupId>
3232
<artifactId>jakarta.enterprise.cdi-api</artifactId>
3333
</dependency>
34-
<dependency>
35-
<groupId>jakarta.inject</groupId>
36-
<artifactId>jakarta.inject-api</artifactId>
37-
</dependency>
38-
<dependency>
39-
<groupId>jakarta.interceptor</groupId>
40-
<artifactId>jakarta.interceptor-api</artifactId>
41-
</dependency>
34+
4235
<dependency>
4336
<groupId>org.osgi</groupId>
4437
<artifactId>org.osgi.annotation.versioning</artifactId>

pom.xml

+1-11
Original file line numberDiff line numberDiff line change
@@ -88,17 +88,7 @@
8888
<version>${project.version}</version>
8989
<scope>provided</scope>
9090
</dependency>
91-
<dependency>
92-
<groupId>jakarta.inject</groupId>
93-
<artifactId>jakarta.inject-api</artifactId>
94-
<version>2.0.1</version>
95-
<scope>provided</scope>
96-
</dependency>
97-
<dependency>
98-
<groupId>jakarta.interceptor</groupId>
99-
<artifactId>jakarta.interceptor-api</artifactId>
100-
<version>2.1.0</version>
101-
</dependency>
91+
10292
</dependencies>
10393
</dependencyManagement>
10494
</project>

tck/api/pom.xml

+1-4
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,7 @@
4545
<artifactId>jakarta.enterprise.cdi-api</artifactId>
4646
</dependency>
4747

48-
<dependency>
49-
<groupId>jakarta.inject</groupId>
50-
<artifactId>jakarta.inject-api</artifactId>
51-
</dependency>
48+
5249

5350
<dependency>
5451
<groupId>org.hamcrest</groupId>

tck/optional/pom.xml

-5
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,6 @@
7373
<artifactId>jakarta.enterprise.cdi-api</artifactId>
7474
</dependency>
7575

76-
<dependency>
77-
<groupId>jakarta.inject</groupId>
78-
<artifactId>jakarta.inject-api</artifactId>
79-
</dependency>
80-
8176
<dependency>
8277
<groupId>jakarta.ws.rs</groupId>
8378
<artifactId>jakarta.ws.rs-api</artifactId>

tck/rest/pom.xml

-4
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,6 @@
7373
<artifactId>jakarta.enterprise.cdi-api</artifactId>
7474
</dependency>
7575

76-
<dependency>
77-
<groupId>jakarta.inject</groupId>
78-
<artifactId>jakarta.inject-api</artifactId>
79-
</dependency>
8076

8177
</dependencies>
8278
<build>

0 commit comments

Comments
 (0)