Skip to content

Commit

Permalink
Remove ad-hoc declaration of CDI API; update Weld API to 6.0.Alpha1
Browse files Browse the repository at this point in the history
  • Loading branch information
manovotn committed Oct 25, 2023
1 parent 4da60c3 commit f960e99
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions pom.xml
Expand Up @@ -90,7 +90,7 @@
<shrinkwrap.descriptors.version>2.0.0</shrinkwrap.descriptors.version>
<shrinkwrap.resolver.version>3.1.4</shrinkwrap.resolver.version>
<testng.version>7.4.0</testng.version>
<weld.api.version>5.0.SP3</weld.api.version>
<weld.api.version>6.0.Alpha1</weld.api.version>
<weld.logging.tools.version>1.0.3.Final</weld.logging.tools.version>
<wildfly.arquillian.version>5.0.0.Alpha5</wildfly.arquillian.version>
</properties>
Expand Down Expand Up @@ -124,13 +124,6 @@
<type>pom</type>
</dependency>

<!-- TODO this needs to be eventually declared via Weld API -->
<dependency>
<groupId>jakarta.enterprise</groupId>
<artifactId>jakarta.enterprise.cdi-api</artifactId>
<version>4.1.0-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>jakarta.activation</groupId>
<artifactId>jakarta.activation-api</artifactId>
Expand Down

0 comments on commit f960e99

Please sign in to comment.