Skip to content

Commit

Permalink
Resolves wildfly#23 Update authentication TCK to use latest WildFly a…
Browse files Browse the repository at this point in the history
…nd the EE feature pack.
  • Loading branch information
darranl committed Aug 8, 2022
1 parent d53da15 commit 8fb6a17
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions authentication/wildfly-mods/profile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
<version.jakarta.servlet>6.0.0</version.jakarta.servlet>
<version.org.jboss.logging>3.4.3.Final</version.org.jboss.logging>
<version.org.jboss.remoting-jmx>3.0.4.Final</version.org.jboss.remoting-jmx>
<version.org.wildfly>27.0.0.Alpha3</version.org.wildfly>
<version.org.wildfly>27.0.0.Alpha4</version.org.wildfly>
<version.org.wildfly.arquillian>5.0.0.Alpha3</version.org.wildfly.arquillian>
<version.org.wildfly.core>19.0.0.Beta14</version.org.wildfly.core>
<version.org.wildfly.core>19.0.0.Beta15</version.org.wildfly.core>
<version.org.wildfly.plugins>2.0.2.Final</version.org.wildfly.plugins>

<test.wildfly.home>${project.basedir}/../../../wildfly/target/wildfly</test.wildfly.home>
Expand Down
4 changes: 2 additions & 2 deletions authentication/wildfly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<version.org.jboss.galleon>4.2.8.Final</version.org.jboss.galleon>
<version.org.jboss.logging>3.4.3.Final</version.org.jboss.logging>
<version.org.jboss.remoting-jmx>3.0.4.Final</version.org.jboss.remoting-jmx>
<version.org.wildfly>27.0.0.Alpha3</version.org.wildfly>
<version.org.wildfly>27.0.0.Alpha4</version.org.wildfly>
<version.org.wildfly.wildfly-maven-plugin>3.0.0.Final</version.org.wildfly.wildfly-maven-plugin>
<version.org.wildfly.plugins>2.0.2.Final</version.org.wildfly.plugins>

Expand Down Expand Up @@ -72,7 +72,7 @@
<feature-packs>
<feature-pack>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-preview-feature-pack</artifactId>
<artifactId>wildfly-ee-galleon-pack</artifactId>
<version>${version.org.wildfly}</version>
<inherit-configs>false</inherit-configs>
<included-configs>
Expand Down

0 comments on commit 8fb6a17

Please sign in to comment.