Skip to content

Commit

Permalink
KEYCLOAK-2312 Move client-registration libs into integration
Browse files Browse the repository at this point in the history
  • Loading branch information
stianst committed Jan 21, 2016
1 parent 6677995 commit 59c7cfc
Show file tree
Hide file tree
Showing 18 changed files with 4 additions and 24 deletions.
19 changes: 0 additions & 19 deletions client-registration/pom.xml

This file was deleted.

3 changes: 1 addition & 2 deletions integration/admin-client/pom.xml
Expand Up @@ -3,10 +3,9 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>keycloak-parent</artifactId>
<artifactId>keycloak-integration-parent</artifactId>
<groupId>org.keycloak</groupId>
<version>1.9.0.CR1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
File renamed without changes.
Expand Up @@ -2,7 +2,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<artifactId>keycloak-client-registration-parent</artifactId>
<artifactId>keycloak-integration-parent</artifactId>
<groupId>org.keycloak</groupId>
<version>1.9.0.CR1-SNAPSHOT</version>
</parent>
Expand Down
3 changes: 2 additions & 1 deletion integration/pom.xml
Expand Up @@ -10,10 +10,11 @@
<description/>
<modelVersion>4.0.0</modelVersion>

<artifactId>keycloak-integration-pom</artifactId>
<artifactId>keycloak-integration-parent</artifactId>
<packaging>pom</packaging>

<modules>
<module>admin-client</module>
<module>client-registration</module>
</modules>
</project>
1 change: 0 additions & 1 deletion pom.xml
Expand Up @@ -139,7 +139,6 @@
<modules>
<module>common</module>
<module>core</module>
<module>client-registration</module>
<module>dependencies</module>
<module>server-spi</module>
<module>saml</module>
Expand Down

0 comments on commit 59c7cfc

Please sign in to comment.