Skip to content

Commit

Permalink
Update poms for 8.0
Browse files Browse the repository at this point in the history
Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>
  • Loading branch information
arjantijms committed Apr 16, 2024
1 parent a984713 commit a4b0b9d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
6 changes: 3 additions & 3 deletions appserver/pom.xml
Expand Up @@ -89,7 +89,7 @@
<tyrus.version>2.2.0-M1</tyrus.version>

<!-- Jakarta Concurrency -->
<jakarta.concurrent-api.version>3.1.0-RC2</jakarta.concurrent-api.version>
<jakarta.concurrent-api.version>3.1.0</jakarta.concurrent-api.version>
<concurro.version>3.1.0-M3</concurro.version>

<!-- Jakarta Interceptors -->
Expand All @@ -98,7 +98,7 @@
<!-- Jakarta Security + Authentication/Authorization -->
<!-- APIs -->
<jakarta.security-api.version>4.0.0-M2</jakarta.security-api.version>
<jakarta.authorization-api.version>3.0.0-M4</jakarta.authorization-api.version>
<jakarta.authorization-api.version>3.0.0</jakarta.authorization-api.version>
<jakarta.authentication-api.version>3.1.0-M1</jakarta.authentication-api.version>
<!-- Implementations -->
<soteria.version>4.0.0-M3</soteria.version>
Expand Down Expand Up @@ -763,7 +763,7 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>4.0.0</version>
<version>4.0.1</version>
</dependency>
</dependencies>
</plugin>
Expand Down
2 changes: 1 addition & 1 deletion appserver/tests/application/pom.xml
Expand Up @@ -152,7 +152,7 @@
<plugin>
<groupId>com.sun.xml.ws</groupId>
<artifactId>jaxws-maven-plugin</artifactId>
<version>3.0.0</version>
<version>4.0.2</version>
<executions>
<execution>
<id>jaxws-generate</id>
Expand Down
2 changes: 1 addition & 1 deletion appserver/tests/appserv-tests/lib/pom.xml
Expand Up @@ -101,7 +101,7 @@
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>7.9.0</version>
<version>7.10.1</version>
</dependency>
</dependencies>

Expand Down
6 changes: 4 additions & 2 deletions nucleus/parent/pom.xml
Expand Up @@ -131,7 +131,7 @@

<!-- 3rd party dependencies -->

<commons-io.version>2.16.0</commons-io.version>
<commons-io.version>2.16.1</commons-io.version>
<jboss.logging.annotation.version>2.2.1.Final</jboss.logging.annotation.version>
<jboss.logging.version>3.5.3.Final</jboss.logging.version>
<javassist.version>3.30.2-GA</javassist.version>
Expand Down Expand Up @@ -487,7 +487,7 @@
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.webconsole</artifactId>
<version>5.0.0</version>
<version>5.0.2</version>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>
Expand Down Expand Up @@ -844,6 +844,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>3.2.5</version>
<configuration>
<rerunFailingTestsCount>3</rerunFailingTestsCount>
<environmentVariables>
<LANG>en</LANG>
</environmentVariables>
Expand All @@ -867,6 +868,7 @@
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.2.5</version>
<configuration>
<rerunFailingTestsCount>3</rerunFailingTestsCount>
<environmentVariables>
<LANG>en</LANG>
</environmentVariables>
Expand Down

0 comments on commit a4b0b9d

Please sign in to comment.