keycloak-uncached

Fix parent pom relative path

12/2/2013 11:48:28 AM

Changes

Details

diff --git a/integration/undertow/pom.xml b/integration/undertow/pom.xml
index 4fed19b..3876c9d 100755
--- a/integration/undertow/pom.xml
+++ b/integration/undertow/pom.xml
@@ -4,7 +4,7 @@
         <artifactId>keycloak-parent</artifactId>
         <groupId>org.keycloak</groupId>
         <version>1.0-alpha-1</version>
-        <relativePath>../../../pom.xml</relativePath>
+        <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>