Skip to content

Commit

Permalink
Bring in CDI dependency to build after updating to jakarta transactio…
Browse files Browse the repository at this point in the history
…ns 2.0.1

Signed-off-by: Steve Millidge <steve.millidge@payara.fish>
  • Loading branch information
smillidge committed Apr 17, 2022
1 parent 6acb530 commit 6dbcee7
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion api/pom.xml
Expand Up @@ -278,12 +278,19 @@
<dependency>
<groupId>jakarta.transaction</groupId>
<artifactId>jakarta.transaction-api</artifactId>
<version>2.0.0</version>
<version>2.0.1</version>
</dependency>
<dependency>
<groupId>jakarta.annotation</groupId>
<artifactId>jakarta.annotation-api</artifactId>
<version>2.1.0</version>
</dependency>

<dependency>
<groupId>jakarta.enterprise</groupId>
<artifactId>jakarta.enterprise.cdi-api</artifactId>
<version>3.0.1</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>

0 comments on commit 6dbcee7

Please sign in to comment.