Skip to content

Commit

Permalink
Erstatt cdi-api med inject-api (#621)
Browse files Browse the repository at this point in the history
  • Loading branch information
jolarsen authored May 23, 2024
1 parent 9a67bc1 commit 2f4f411
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,6 @@

<dependencyManagement>
<dependencies>
<dependency>
<groupId>jakarta.enterprise</groupId>
<artifactId>jakarta.enterprise.cdi-api</artifactId>
<version>4.0.1</version>
</dependency>
<!-- Jakarta EE API BOM -->
<dependency>
<groupId>jakarta.platform</groupId>
Expand Down Expand Up @@ -253,7 +248,11 @@
</dependencyManagement>

<dependencies>
<!-- trengs for workaround for HHH-11020 for å kunne kalle EntityManager.unwrap -->
<dependency>
<groupId>jakarta.inject</groupId>
<artifactId>jakarta.inject-api</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jboss.weld.se</groupId>
<artifactId>weld-se-core</artifactId>
Expand Down

0 comments on commit 2f4f411

Please sign in to comment.