Skip to content

Commit

Permalink
Upgrade Jakarta EE dependencies and some reference impls
Browse files Browse the repository at this point in the history
  • Loading branch information
barchetta committed Aug 1, 2024
1 parent 48e1cc0 commit 4d4791b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions integrations/jta/jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@
<artifactId>jakarta.transaction-api</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>jakarta.enterprise</groupId>
<artifactId>jakarta.enterprise.cdi-api</artifactId>
<scope>provided</scope>
</dependency>

<!-- Test-scoped dependencies. -->
<dependency>
Expand Down
3 changes: 2 additions & 1 deletion microprofile/server/src/main/java/module-info.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2018, 2023 Oracle and/or its affiliates.
* Copyright (c) 2018, 2024 Oracle and/or its affiliates.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -45,6 +45,7 @@
requires transitive io.helidon.webserver.context;
requires transitive io.helidon.webserver;
requires transitive io.helidon.webserver.observe;
requires transitive jakarta.validation;
requires transitive jakarta.cdi;
requires transitive jakarta.json;
requires transitive jakarta.ws.rs;
Expand Down

0 comments on commit 4d4791b

Please sign in to comment.