keycloak-aplcache

Changes

pom.xml 6(+6 -0)

testsuite/pom.xml 10(+10 -0)

Details

diff --git a/model/infinispan/pom.xml b/model/infinispan/pom.xml
index 91f9fef..55ae923 100755
--- a/model/infinispan/pom.xml
+++ b/model/infinispan/pom.xml
@@ -45,6 +45,14 @@
             <artifactId>infinispan-core</artifactId>
         </dependency>
         <dependency>
+            <groupId>org.jboss.marshalling</groupId>
+            <artifactId>jboss-marshalling</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.jboss.marshalling</groupId>
+            <artifactId>jboss-marshalling-river</artifactId>
+        </dependency>
+        <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
             <scope>test</scope>

pom.xml 6(+6 -0)

diff --git a/pom.xml b/pom.xml
index a8e8fb1..14ed595 100644
--- a/pom.xml
+++ b/pom.xml
@@ -458,6 +458,12 @@
                 <groupId>org.infinispan</groupId>
                 <artifactId>infinispan-core</artifactId>
                 <version>${infinispan.version}</version>
+                <exclusions>
+                    <exclusion>
+                        <groupId>org.jboss.marshalling</groupId>
+                        <artifactId>jboss-marshalling-osgi</artifactId>
+                    </exclusion>
+                </exclusions>
             </dependency>
             <dependency>
                 <groupId>org.liquibase</groupId>

testsuite/pom.xml 10(+10 -0)

diff --git a/testsuite/pom.xml b/testsuite/pom.xml
index a7221a0..d3bc9d5 100755
--- a/testsuite/pom.xml
+++ b/testsuite/pom.xml
@@ -31,6 +31,16 @@
     <name>Keycloak TestSuite</name>
     <description />
 
+    <dependencyManagement>
+        <dependencies>
+            <dependency>
+                <groupId>org.infinispan</groupId>
+                <artifactId>infinispan-core</artifactId>
+                <version>${infinispan.version}</version>
+            </dependency>
+        </dependencies>
+    </dependencyManagement>
+
     <build>
         <plugins>
             <plugin>