keycloak-uncached

Fix demo-dist build prob

6/16/2015 9:59:04 AM

Changes

pom.xml 2(+1 -1)

Details

diff --git a/distribution/demo-dist/pom.xml b/distribution/demo-dist/pom.xml
index f57344f..685935e 100755
--- a/distribution/demo-dist/pom.xml
+++ b/distribution/demo-dist/pom.xml
@@ -16,7 +16,7 @@
     <dependencies>
         <dependency>
             <groupId>org.keycloak</groupId>
-            <artifactId>keycloak-wf9-server-overlay</artifactId>
+            <artifactId>keycloak-server-overlay</artifactId>
             <type>zip</type>
         </dependency>
         <dependency>

pom.xml 2(+1 -1)

diff --git a/pom.xml b/pom.xml
index a1dc852..bb9a820 100755
--- a/pom.xml
+++ b/pom.xml
@@ -1107,7 +1107,7 @@
             </dependency>
             <dependency>
                 <groupId>org.keycloak</groupId>
-                <artifactId>keycloak-wf9-server-overlay</artifactId>
+                <artifactId>keycloak-server-overlay</artifactId>
                 <version>${project.version}</version>
                 <type>zip</type>
             </dependency>