keycloak-memoizeit

Changes

client-registration/pom.xml 19(+0 -19)

pom.xml 1(+0 -1)

Details

diff --git a/integration/admin-client/pom.xml b/integration/admin-client/pom.xml
index 6e07121..8597e8e 100755
--- a/integration/admin-client/pom.xml
+++ b/integration/admin-client/pom.xml
@@ -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>
 
diff --git a/integration/pom.xml b/integration/pom.xml
index 0b4145c..4bb2451 100755
--- a/integration/pom.xml
+++ b/integration/pom.xml
@@ -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>

pom.xml 1(+0 -1)

diff --git a/pom.xml b/pom.xml
index 9c7e887..54fa4f9 100755
--- a/pom.xml
+++ b/pom.xml
@@ -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>