KEYCLOAK-11527 Override version of jboss-as-subsystem-test for product profile

This commit is contained in:
Martin Kanis 2019-10-08 08:57:33 +02:00 committed by Hynek Mlnařík
parent 5c56a8493b
commit 4d872d0c2c
2 changed files with 11 additions and 0 deletions

View file

@ -140,11 +140,21 @@ projects that depend on this project.-->
<name>product</name>
</property>
</activation>
<repositories>
<repository>
<id>redhat-ga</id>
<url>https://maven.repository.redhat.com/ga/</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>
<dependencies>
<!-- Downstream version 7.5.*.Final is type pom see KEYCLOAK-11527 -->
<dependency>
<groupId>org.jboss.as</groupId>
<artifactId>jboss-as-subsystem-test</artifactId>
<version>${jboss.as.subsystem.test.version}</version>
<type>pom</type>
<scope>test</scope>
</dependency>

View file

@ -48,6 +48,7 @@
<wildfly.core.version>9.0.2.Final</wildfly.core.version>
<jboss.as.version>7.2.0.Final</jboss.as.version>
<jboss.as.subsystem.test.version>7.5.22.Final-redhat-1</jboss.as.subsystem.test.version>
<!-- Versions used mostly for Undertow server, aligned with WildFly -->
<jboss.aesh.version>0.66.19</jboss.aesh.version>