Skip to content

Commit fb989db

Browse files
committed
Upgrade to OpenWebBeans 4.0.
Closes #2712
1 parent 092306a commit fb989db

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

pom.xml

-18
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@
166166
<dependency>
167167
<groupId>jakarta.enterprise</groupId>
168168
<artifactId>jakarta.enterprise.cdi-api</artifactId>
169-
<version>3.0.1</version>
170169
<scope>provided</scope>
171170
<optional>true</optional>
172171
</dependency>
@@ -181,23 +180,6 @@
181180
<dependency>
182181
<groupId>org.apache.openwebbeans</groupId>
183182
<artifactId>openwebbeans-se</artifactId>
184-
<classifier>jakarta</classifier>
185-
<version>${webbeans}</version>
186-
<scope>test</scope>
187-
</dependency>
188-
189-
<dependency>
190-
<groupId>org.apache.openwebbeans</groupId>
191-
<artifactId>openwebbeans-spi</artifactId>
192-
<classifier>jakarta</classifier>
193-
<version>${webbeans}</version>
194-
<scope>test</scope>
195-
</dependency>
196-
197-
<dependency>
198-
<groupId>org.apache.openwebbeans</groupId>
199-
<artifactId>openwebbeans-impl</artifactId>
200-
<classifier>jakarta</classifier>
201183
<version>${webbeans}</version>
202184
<scope>test</scope>
203185
</dependency>

0 commit comments

Comments
 (0)