keycloak-uncached

Changes

pom.xml 12(+12 -0)

services/pom.xml 14(+14 -0)

Details

pom.xml 12(+12 -0)

diff --git a/pom.xml b/pom.xml
index a5b76cc..7f0ea81 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,6 +49,7 @@
         <!-- both httpcomponents versions have to be in sync with eap6-supported-artifacts bom -->
         <apache.httpcomponents.version>4.3.6.redhat-1</apache.httpcomponents.version>
         <apache.httpcomponents.httpcore.version>4.3.3.redhat-1</apache.httpcomponents.httpcore.version>
+        <resteasy.version>3.0.14.Final-redhat-1</resteasy.version>
         <resteasy.community.version>3.0.14.Final</resteasy.community.version>
         <keycloak.apache.httpcomponents.version>4.2.1</keycloak.apache.httpcomponents.version>
         <picketlink.version>2.7.0.Final</picketlink.version>
@@ -292,6 +293,17 @@
                 <artifactId>commons-logging</artifactId>
                 <version>${commons.logging.version}</version>
             </dependency>
+            <dependency>
+                <groupId>org.jboss.resteasy</groupId>
+                <artifactId>resteasy-multipart-provider</artifactId>
+                <version>${resteasy.version}</version>
+                <exclusions>
+                    <exclusion>
+                        <groupId>com.sun.xml.bind</groupId>
+                        <artifactId>jaxb-impl</artifactId>
+                    </exclusion>
+                </exclusions>
+            </dependency>
 
             <!-- Twitter -->
             <dependency>

services/pom.xml 14(+14 -0)

diff --git a/services/pom.xml b/services/pom.xml
index 4eb1c5c..cb69965 100755
--- a/services/pom.xml
+++ b/services/pom.xml
@@ -112,6 +112,20 @@
             <artifactId>resteasy-multipart-provider</artifactId>
         </dependency>
         <dependency>
+            <groupId>org.glassfish.jaxb</groupId>
+            <artifactId>jaxb-core</artifactId>
+            <exclusions>
+                <exclusion>
+                    <groupId>javax.xml.bind</groupId>
+                    <artifactId>jaxb-api</artifactId>
+                </exclusion>
+            </exclusions>
+        </dependency>
+        <dependency>
+            <groupId>org.jboss.spec.javax.xml.bind</groupId>
+            <artifactId>jboss-jaxb-api_2.2_spec</artifactId>
+        </dependency>
+        <dependency>
             <groupId>com.fasterxml.jackson.core</groupId>
             <artifactId>jackson-core</artifactId>
         </dependency>