[KEYCLOAK-14379] Fix maven build order for app-server-eap6 profile

This commit is contained in:
Douglas Palmer 2020-06-03 11:22:10 -07:00 committed by Hynek Mlnařík
parent 9369c7cf4d
commit 7247734a0f
2 changed files with 18 additions and 0 deletions

View file

@ -40,6 +40,12 @@
<artifactId>keycloak-as7-modules</artifactId>
<type>zip</type>
</dependency>
<dependency>
<groupId>org.keycloak</groupId>
<artifactId>keycloak-saml-as7-modules</artifactId>
<version>${project.version}</version>
<type>zip</type>
</dependency>
</dependencies>
<build>
<plugins>

View file

@ -63,6 +63,18 @@
<artifactId>integration-arquillian-util</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.keycloak</groupId>
<artifactId>keycloak-eap6-adapter-dist</artifactId>
<version>${project.version}</version>
<type>zip</type>
</dependency>
<dependency>
<groupId>org.keycloak</groupId>
<artifactId>keycloak-saml-eap6-adapter-dist</artifactId>
<version>${project.version}</version>
<type>zip</type>
</dependency>
</dependencies>
<build>