keycloak-uncached

Merge pull request #3307 from mhajas/KEYCLOAK-3690 KEYCLOAK-3690

10/13/2016 3:27:01 AM

Details

diff --git a/testsuite/integration-arquillian/tests/other/adapters/pom.xml b/testsuite/integration-arquillian/tests/other/adapters/pom.xml
index 184405d..c255653 100644
--- a/testsuite/integration-arquillian/tests/other/adapters/pom.xml
+++ b/testsuite/integration-arquillian/tests/other/adapters/pom.xml
@@ -101,11 +101,15 @@
                             <execution>
                                 <id>directories</id>
                                 <goals>
-                                    <goal>highest-basedir</goal>
+                                    <goal>directory-of</goal>
                                 </goals>
                                 <phase>initialize</phase>
                                 <configuration>
                                     <property>main.basedir</property>
+                                    <project>
+                                        <groupId>org.keycloak</groupId>
+                                        <artifactId>keycloak-parent</artifactId>
+                                    </project>
                                 </configuration>
                             </execution>
                         </executions>