File tree 5 files changed +3
-32
lines changed
5 files changed +3
-32
lines changed Original file line number Diff line number Diff line change 31
31
<groupId >jakarta.enterprise</groupId >
32
32
<artifactId >jakarta.enterprise.cdi-api</artifactId >
33
33
</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
+
42
35
<dependency >
43
36
<groupId >org.osgi</groupId >
44
37
<artifactId >org.osgi.annotation.versioning</artifactId >
Original file line number Diff line number Diff line change 88
88
<version >${project.version} </version >
89
89
<scope >provided</scope >
90
90
</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
+
102
92
</dependencies >
103
93
</dependencyManagement >
104
94
</project >
Original file line number Diff line number Diff line change 45
45
<artifactId >jakarta.enterprise.cdi-api</artifactId >
46
46
</dependency >
47
47
48
- <dependency >
49
- <groupId >jakarta.inject</groupId >
50
- <artifactId >jakarta.inject-api</artifactId >
51
- </dependency >
48
+
52
49
53
50
<dependency >
54
51
<groupId >org.hamcrest</groupId >
Original file line number Diff line number Diff line change 73
73
<artifactId >jakarta.enterprise.cdi-api</artifactId >
74
74
</dependency >
75
75
76
- <dependency >
77
- <groupId >jakarta.inject</groupId >
78
- <artifactId >jakarta.inject-api</artifactId >
79
- </dependency >
80
-
81
76
<dependency >
82
77
<groupId >jakarta.ws.rs</groupId >
83
78
<artifactId >jakarta.ws.rs-api</artifactId >
Original file line number Diff line number Diff line change 73
73
<artifactId >jakarta.enterprise.cdi-api</artifactId >
74
74
</dependency >
75
75
76
- <dependency >
77
- <groupId >jakarta.inject</groupId >
78
- <artifactId >jakarta.inject-api</artifactId >
79
- </dependency >
80
76
81
77
</dependencies >
82
78
<build >
You can’t perform that action at this time.
0 commit comments