Skip to content

Commit

Permalink
Versions adjustments
Browse files Browse the repository at this point in the history
Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
  • Loading branch information
senivam committed Jul 19, 2023
1 parent a45e825 commit 7385e35
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2324,7 +2324,7 @@
<graalvm.version>20.3.10</graalvm.version>

<!-- do not need CQs (below this line till the end of version properties)-->
<gf.impl.version>7.0.1</gf.impl.version>
<gf.impl.version>7.0.6</gf.impl.version>
<!-- Jakartified -->
<cdi.api.version>4.0.1</cdi.api.version>
<cdi.osgi.version>jakarta.enterprise.*;version="[3.0,5)"</cdi.osgi.version>
Expand Down
5 changes: 5 additions & 0 deletions tests/integration/cdi-integration/gf-cdi-inject/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,11 @@
<groupId>org.glassfish.jersey.core</groupId>
<artifactId>jersey-server</artifactId>
</dependency>

<dependency>
<groupId>jakarta.activation</groupId>
<artifactId>jakarta.activation-api</artifactId>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 7385e35

Please sign in to comment.