keycloak-uncached
Changes
examples/fuse/camel/pom.xml 4(+4 -0)
examples/fuse/cxf-jaxws/pom.xml 4(+4 -0)
pom.xml 31(+31 -0)
saml/saml-protocol/pom.xml 5(+5 -0)
services/pom.xml 4(+4 -0)
testsuite/integration/pom.xml 5(+5 -0)
testsuite/jetty/jetty81/pom.xml 4(+4 -0)
testsuite/jetty/jetty91/pom.xml 4(+4 -0)
testsuite/jetty/jetty92/pom.xml 4(+4 -0)
testsuite/proxy/pom.xml 4(+4 -0)
testsuite/tomcat6/pom.xml 4(+4 -0)
testsuite/tomcat7/pom.xml 4(+4 -0)
testsuite/tomcat8/pom.xml 4(+4 -0)
testsuite/wildfly/pom.xml 4(+4 -0)
Details
examples/fuse/camel/pom.xml 4(+4 -0)
diff --git a/examples/fuse/camel/pom.xml b/examples/fuse/camel/pom.xml
index c809e50..5e861d1 100755
--- a/examples/fuse/camel/pom.xml
+++ b/examples/fuse/camel/pom.xml
@@ -49,6 +49,10 @@
<artifactId>camel-jetty</artifactId>
<version>${camel.version}</version>
</dependency>
+ <dependency>
+ <groupId>com.github.relaxng</groupId>
+ <artifactId>relaxngDatatype</artifactId>
+ </dependency>
</dependencies>
<build>
examples/fuse/cxf-jaxws/pom.xml 4(+4 -0)
diff --git a/examples/fuse/cxf-jaxws/pom.xml b/examples/fuse/cxf-jaxws/pom.xml
index 9d19961..f1ffba7 100755
--- a/examples/fuse/cxf-jaxws/pom.xml
+++ b/examples/fuse/cxf-jaxws/pom.xml
@@ -71,6 +71,10 @@
<artifactId>cxf-rt-transports-http-jetty</artifactId>
<version>${cxf.version}</version>
</dependency>
+ <dependency>
+ <groupId>com.github.relaxng</groupId>
+ <artifactId>relaxngDatatype</artifactId>
+ </dependency>
</dependencies>
<build>
pom.xml 31(+31 -0)
diff --git a/pom.xml b/pom.xml
index 1ca894f..9f0744d 100755
--- a/pom.xml
+++ b/pom.xml
@@ -86,6 +86,9 @@
<!--<xmlsec.version>1.5.1</xmlsec.version>-->
<aesh.version>0.65.1.redhat-1</aesh.version>
<commons.logging.version>1.1.1-redhat-2</commons.logging.version>
+ <!-- txw2 and istack versions have to be in sync with eap6-supported-artifacts bom -->
+ <com.sun.xml.txw2.version>20110809.0.0.redhat-5</com.sun.xml.txw2.version>
+ <version.com.sun.istack>2.6.1.redhat-3</version.com.sun.istack>
<enforcer.plugin.version>1.4</enforcer.plugin.version>
<jboss.as.plugin.version>7.5.Final</jboss.as.plugin.version>
@@ -388,6 +391,34 @@
<artifactId>commons-logging</artifactId>
<version>${commons.logging.version}</version>
</dependency>
+ <dependency>
+ <groupId>com.sun.xml.txw2</groupId>
+ <artifactId>txw2</artifactId>
+ <version>${com.sun.xml.txw2.version}</version>
+ <exclusions>
+ <!--Part of Java SE from version 6-->
+ <exclusion>
+ <groupId>javax.xml.stream</groupId>
+ <artifactId>stax-api</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>relaxngDatatype</groupId>
+ <artifactId>relaxngDatatype</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>com.sun.istack</groupId>
+ <artifactId>istack-commons-runtime</artifactId>
+ <version>${version.com.sun.istack}</version>
+ <exclusions>
+ <!--Part of Java SE from version 6-->
+ <exclusion>
+ <groupId>javax.xml.stream</groupId>
+ <artifactId>stax-api</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
<!-- Twitter -->
<dependency>
saml/saml-protocol/pom.xml 5(+5 -0)
diff --git a/saml/saml-protocol/pom.xml b/saml/saml-protocol/pom.xml
index 2dd25d4..3e15e23 100755
--- a/saml/saml-protocol/pom.xml
+++ b/saml/saml-protocol/pom.xml
@@ -29,6 +29,11 @@
<scope>provided</scope>
</dependency>
<dependency>
+ <groupId>com.github.relaxng</groupId>
+ <artifactId>relaxngDatatype</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
<groupId>org.keycloak</groupId>
<artifactId>keycloak-common</artifactId>
<scope>provided</scope>
services/pom.xml 4(+4 -0)
diff --git a/services/pom.xml b/services/pom.xml
index 87a0703..b6ce4ea 100755
--- a/services/pom.xml
+++ b/services/pom.xml
@@ -127,6 +127,10 @@
<artifactId>resteasy-multipart-provider</artifactId>
</dependency>
<dependency>
+ <groupId>com.github.relaxng</groupId>
+ <artifactId>relaxngDatatype</artifactId>
+ </dependency>
+ <dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-core-asl</artifactId>
</dependency>
testsuite/integration/pom.xml 5(+5 -0)
diff --git a/testsuite/integration/pom.xml b/testsuite/integration/pom.xml
index 048ce8c..77fb104 100755
--- a/testsuite/integration/pom.xml
+++ b/testsuite/integration/pom.xml
@@ -109,6 +109,11 @@
<scope>test</scope>
</dependency>
<dependency>
+ <groupId>com.github.relaxng</groupId>
+ <artifactId>relaxngDatatype</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jackson-provider</artifactId>
<version>3.0.10.Final</version>
diff --git a/testsuite/integration-arquillian/tests/pom.xml b/testsuite/integration-arquillian/tests/pom.xml
index 03a97d7..231a0e8 100644
--- a/testsuite/integration-arquillian/tests/pom.xml
+++ b/testsuite/integration-arquillian/tests/pom.xml
@@ -346,6 +346,10 @@
<artifactId>resteasy-multipart-provider</artifactId>
</dependency>
<dependency>
+ <groupId>com.github.relaxng</groupId>
+ <artifactId>relaxngDatatype</artifactId>
+ </dependency>
+ <dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jackson-provider</artifactId>
</dependency>
testsuite/jetty/jetty81/pom.xml 4(+4 -0)
diff --git a/testsuite/jetty/jetty81/pom.xml b/testsuite/jetty/jetty81/pom.xml
index 4f2c8b7..cb2e166 100755
--- a/testsuite/jetty/jetty81/pom.xml
+++ b/testsuite/jetty/jetty81/pom.xml
@@ -75,6 +75,10 @@
<artifactId>resteasy-multipart-provider</artifactId>
</dependency>
<dependency>
+ <groupId>com.github.relaxng</groupId>
+ <artifactId>relaxngDatatype</artifactId>
+ </dependency>
+ <dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jackson-provider</artifactId>
</dependency>
testsuite/jetty/jetty91/pom.xml 4(+4 -0)
diff --git a/testsuite/jetty/jetty91/pom.xml b/testsuite/jetty/jetty91/pom.xml
index bddd6c7..4ab7949 100755
--- a/testsuite/jetty/jetty91/pom.xml
+++ b/testsuite/jetty/jetty91/pom.xml
@@ -75,6 +75,10 @@
<artifactId>resteasy-multipart-provider</artifactId>
</dependency>
<dependency>
+ <groupId>com.github.relaxng</groupId>
+ <artifactId>relaxngDatatype</artifactId>
+ </dependency>
+ <dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jackson-provider</artifactId>
</dependency>
testsuite/jetty/jetty92/pom.xml 4(+4 -0)
diff --git a/testsuite/jetty/jetty92/pom.xml b/testsuite/jetty/jetty92/pom.xml
index 821bee6..ae5dbca 100755
--- a/testsuite/jetty/jetty92/pom.xml
+++ b/testsuite/jetty/jetty92/pom.xml
@@ -79,6 +79,10 @@
<artifactId>resteasy-multipart-provider</artifactId>
</dependency>
<dependency>
+ <groupId>com.github.relaxng</groupId>
+ <artifactId>relaxngDatatype</artifactId>
+ </dependency>
+ <dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jackson-provider</artifactId>
</dependency>
testsuite/proxy/pom.xml 4(+4 -0)
diff --git a/testsuite/proxy/pom.xml b/testsuite/proxy/pom.xml
index d74d968..4007b4a 100755
--- a/testsuite/proxy/pom.xml
+++ b/testsuite/proxy/pom.xml
@@ -70,6 +70,10 @@
<artifactId>resteasy-multipart-provider</artifactId>
</dependency>
<dependency>
+ <groupId>com.github.relaxng</groupId>
+ <artifactId>relaxngDatatype</artifactId>
+ </dependency>
+ <dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jackson-provider</artifactId>
</dependency>
testsuite/tomcat6/pom.xml 4(+4 -0)
diff --git a/testsuite/tomcat6/pom.xml b/testsuite/tomcat6/pom.xml
index 01b5f9a..e647f46 100755
--- a/testsuite/tomcat6/pom.xml
+++ b/testsuite/tomcat6/pom.xml
@@ -69,6 +69,10 @@
<artifactId>resteasy-multipart-provider</artifactId>
</dependency>
<dependency>
+ <groupId>com.github.relaxng</groupId>
+ <artifactId>relaxngDatatype</artifactId>
+ </dependency>
+ <dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jackson-provider</artifactId>
</dependency>
testsuite/tomcat7/pom.xml 4(+4 -0)
diff --git a/testsuite/tomcat7/pom.xml b/testsuite/tomcat7/pom.xml
index 2a4b1d2..e75a8a1 100755
--- a/testsuite/tomcat7/pom.xml
+++ b/testsuite/tomcat7/pom.xml
@@ -111,6 +111,10 @@
<artifactId>resteasy-multipart-provider</artifactId>
</dependency>
<dependency>
+ <groupId>com.github.relaxng</groupId>
+ <artifactId>relaxngDatatype</artifactId>
+ </dependency>
+ <dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jackson-provider</artifactId>
</dependency>
testsuite/tomcat8/pom.xml 4(+4 -0)
diff --git a/testsuite/tomcat8/pom.xml b/testsuite/tomcat8/pom.xml
index 851f505..c757671 100755
--- a/testsuite/tomcat8/pom.xml
+++ b/testsuite/tomcat8/pom.xml
@@ -83,6 +83,10 @@
<artifactId>resteasy-multipart-provider</artifactId>
</dependency>
<dependency>
+ <groupId>com.github.relaxng</groupId>
+ <artifactId>relaxngDatatype</artifactId>
+ </dependency>
+ <dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jackson-provider</artifactId>
</dependency>
testsuite/wildfly/pom.xml 4(+4 -0)
diff --git a/testsuite/wildfly/pom.xml b/testsuite/wildfly/pom.xml
index fd5c195..b56be88 100644
--- a/testsuite/wildfly/pom.xml
+++ b/testsuite/wildfly/pom.xml
@@ -72,6 +72,10 @@
<artifactId>resteasy-multipart-provider</artifactId>
</dependency>
<dependency>
+ <groupId>com.github.relaxng</groupId>
+ <artifactId>relaxngDatatype</artifactId>
+ </dependency>
+ <dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jackson-provider</artifactId>
</dependency>