Skip to content

Commit

Permalink
build!(deps): move dependencies to Jakarta EE 9.1 and Payara 6 IQSS#8305
Browse files Browse the repository at this point in the history
  • Loading branch information
poikilotherm committed Mar 23, 2022
1 parent 7ab984d commit 0346f9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions modules/dataverse-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -146,14 +146,14 @@
<argLine>-Duser.timezone=${project.timezone} -Dfile.encoding=${project.build.sourceEncoding} -Duser.language=${project.language} -Duser.region=${project.region}</argLine>

<!-- Major system components and dependencies -->
<payara.version>5.2021.6</payara.version>
<payara.version>6.2022.1.Alpha2</payara.version>
<postgresql.version>42.3.3</postgresql.version>
<solr.version>8.8.1</solr.version>
<aws.version>1.11.762</aws.version>
<google.cloud.version>0.157.0</google.cloud.version>

<!-- Basic libs, logging -->
<jakartaee-api.version>8.0.0</jakartaee-api.version>
<jakartaee-api.version>9.1.0</jakartaee-api.version>
<slf4j.version>1.7.35</slf4j.version>
<commons.io.version>2.11.0</commons.io.version>
<commons.logging.version>1.2</commons.logging.version>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@
<dependency>
<groupId>org.omnifaces</groupId>
<artifactId>omnifaces</artifactId>
<version>3.8</version> <!-- Or 1.8-SNAPSHOT -->
<version>4.0-M13</version> <!-- Or 1.8-SNAPSHOT -->
</dependency>
<dependency>
<groupId>org.hibernate.validator</groupId>
Expand Down

0 comments on commit 0346f9e

Please sign in to comment.