diff --git a/distribution/adapters/as7-adapter-zip/assembly.xml b/distribution/adapters/as7-adapter-zip/assembly.xml index c265aa000d..f1280a2f1c 100755 --- a/distribution/adapters/as7-adapter-zip/assembly.xml +++ b/distribution/adapters/as7-adapter-zip/assembly.xml @@ -10,27 +10,20 @@ ${project.build.directory}/unpacked + + net/iharder/base64/** + org/apache/httpcomponents/** + org/keycloak/keycloak-core/** + org/keycloak/keycloak-adapter-core/** + org/keycloak/keycloak-jboss-adapter-core/** + org/keycloak/keycloak-undertow-adapter/** + org/keycloak/keycloak-as7-adapter/** + org/keycloak/keycloak-as7-subsystem/** + - org/picketlink/** - org/keycloak/keycloak-undertow-adapter/** - org/keycloak/keycloak-wildfly-adapter/** - org/jboss/** - org/keycloak/keycloak-subsystem/** + **/*.war - modules + modules/system/layers/base - diff --git a/distribution/adapters/eap6-adapter-zip/assembly.xml b/distribution/adapters/eap6-adapter-zip/assembly.xml index f5233e2f69..172047687e 100755 --- a/distribution/adapters/eap6-adapter-zip/assembly.xml +++ b/distribution/adapters/eap6-adapter-zip/assembly.xml @@ -10,27 +10,21 @@ ${project.build.directory}/unpacked + + net/iharder/base64/** + org/bouncycastle/** + org/apache/httpcomponents/** + org/keycloak/keycloak-core/** + org/keycloak/keycloak-adapter-core/** + org/keycloak/keycloak-jboss-adapter-core/** + org/keycloak/keycloak-undertow-adapter/** + org/keycloak/keycloak-as7-adapter/** + org/keycloak/keycloak-subsystem/** + - org/picketlink/** - org/keycloak/keycloak-undertow-adapter/** - org/keycloak/keycloak-wildfly-adapter/** - org/keycloak/keycloak-as7-subsystem/** - org/jboss/** + **/*.war modules/system/layers/base - diff --git a/distribution/adapters/osgi/thirdparty/pom.xml b/distribution/adapters/osgi/thirdparty/pom.xml index f2d35bebd6..4136678c41 100755 --- a/distribution/adapters/osgi/thirdparty/pom.xml +++ b/distribution/adapters/osgi/thirdparty/pom.xml @@ -18,7 +18,7 @@ net.iharder;version="${base64.version}", - org.apache.http.*;version=${keycloak.apache.httpcomponents.version} + org.apache.http.*;version=${apache.httpcomponents.version} *;resolution:=optional @@ -30,15 +30,9 @@ net.iharder base64 - - org.apache.httpcomponents - httpcore - ${keycloak.apache.httpcomponents.version} - org.apache.httpcomponents httpclient - ${keycloak.apache.httpcomponents.version} diff --git a/distribution/adapters/wildfly-adapter-zip/assembly.xml b/distribution/adapters/wildfly-adapter-zip/assembly.xml index b83408457a..9448028cc8 100755 --- a/distribution/adapters/wildfly-adapter-zip/assembly.xml +++ b/distribution/adapters/wildfly-adapter-zip/assembly.xml @@ -10,26 +10,20 @@ ${project.build.directory}/unpacked + + net/iharder/base64/** + org/apache/httpcomponents/** + org/keycloak/keycloak-core/** + org/keycloak/keycloak-adapter-core/** + org/keycloak/keycloak-jboss-adapter-core/** + org/keycloak/keycloak-undertow-adapter/** + org/keycloak/keycloak-wildfly-adapter/** + org/keycloak/keycloak-subsystem/** + - org/keycloak/keycloak-as7-adapter/** - org/keycloak/keycloak-as7-subsystem/** - org/bouncycastle/** - org/picketlink/** + **/*.war modules/system/layers/base - diff --git a/distribution/modules/build.xml b/distribution/modules/build.xml index 091cf96e19..84c3ead330 100755 --- a/distribution/modules/build.xml +++ b/distribution/modules/build.xml @@ -338,6 +338,13 @@ + + + + + + + diff --git a/distribution/modules/pom.xml b/distribution/modules/pom.xml index 5da3a2e4eb..16508fb024 100755 --- a/distribution/modules/pom.xml +++ b/distribution/modules/pom.xml @@ -67,6 +67,14 @@ org.keycloak keycloak-as7-subsystem + + org.apache.httpcomponents + httpmime + + + org.apache.httpcomponents + httpcore + diff --git a/distribution/modules/src/main/resources/modules/org/apache/httpcomponents/4.3/module.xml b/distribution/modules/src/main/resources/modules/org/apache/httpcomponents/4.3/module.xml new file mode 100644 index 0000000000..a3e65f8dd0 --- /dev/null +++ b/distribution/modules/src/main/resources/modules/org/apache/httpcomponents/4.3/module.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/distribution/modules/src/main/resources/modules/org/bouncycastle/main/module.xml b/distribution/modules/src/main/resources/modules/org/bouncycastle/main/module.xml index 6d41eebee4..d8fcf474cb 100644 --- a/distribution/modules/src/main/resources/modules/org/bouncycastle/main/module.xml +++ b/distribution/modules/src/main/resources/modules/org/bouncycastle/main/module.xml @@ -2,11 +2,9 @@ - - + - \ No newline at end of file diff --git a/distribution/modules/src/main/resources/modules/org/keycloak/keycloak-adapter-core/main/module.xml b/distribution/modules/src/main/resources/modules/org/keycloak/keycloak-adapter-core/main/module.xml index 1fee40c52e..70a20279ae 100755 --- a/distribution/modules/src/main/resources/modules/org/keycloak/keycloak-adapter-core/main/module.xml +++ b/distribution/modules/src/main/resources/modules/org/keycloak/keycloak-adapter-core/main/module.xml @@ -11,7 +11,7 @@ - + diff --git a/distribution/modules/src/main/resources/modules/org/keycloak/keycloak-as7-adapter/main/module.xml b/distribution/modules/src/main/resources/modules/org/keycloak/keycloak-as7-adapter/main/module.xml index b5c6191821..4a9ef50813 100755 --- a/distribution/modules/src/main/resources/modules/org/keycloak/keycloak-as7-adapter/main/module.xml +++ b/distribution/modules/src/main/resources/modules/org/keycloak/keycloak-as7-adapter/main/module.xml @@ -12,7 +12,7 @@ - + diff --git a/distribution/modules/src/main/resources/modules/org/keycloak/keycloak-saml-protocol/main/module.xml b/distribution/modules/src/main/resources/modules/org/keycloak/keycloak-saml-protocol/main/module.xml index 45a63fa612..b49da9aa59 100755 --- a/distribution/modules/src/main/resources/modules/org/keycloak/keycloak-saml-protocol/main/module.xml +++ b/distribution/modules/src/main/resources/modules/org/keycloak/keycloak-saml-protocol/main/module.xml @@ -16,7 +16,7 @@ - + diff --git a/distribution/modules/src/main/resources/modules/org/keycloak/keycloak-services/main/module.xml b/distribution/modules/src/main/resources/modules/org/keycloak/keycloak-services/main/module.xml index e6fe0ba310..aa751122f2 100755 --- a/distribution/modules/src/main/resources/modules/org/keycloak/keycloak-services/main/module.xml +++ b/distribution/modules/src/main/resources/modules/org/keycloak/keycloak-services/main/module.xml @@ -77,7 +77,7 @@ - + diff --git a/distribution/modules/src/main/resources/modules/org/keycloak/keycloak-undertow-adapter/main/module.xml b/distribution/modules/src/main/resources/modules/org/keycloak/keycloak-undertow-adapter/main/module.xml index 8059df1748..bd3364249a 100755 --- a/distribution/modules/src/main/resources/modules/org/keycloak/keycloak-undertow-adapter/main/module.xml +++ b/distribution/modules/src/main/resources/modules/org/keycloak/keycloak-undertow-adapter/main/module.xml @@ -12,7 +12,7 @@ - + diff --git a/distribution/modules/src/main/resources/modules/org/keycloak/keycloak-wildfly-adapter/main/module.xml b/distribution/modules/src/main/resources/modules/org/keycloak/keycloak-wildfly-adapter/main/module.xml index 4402e8a16f..c37e3adad4 100755 --- a/distribution/modules/src/main/resources/modules/org/keycloak/keycloak-wildfly-adapter/main/module.xml +++ b/distribution/modules/src/main/resources/modules/org/keycloak/keycloak-wildfly-adapter/main/module.xml @@ -12,7 +12,7 @@ - + diff --git a/distribution/server-dist/assembly.xml b/distribution/server-dist/assembly.xml index bc972b15d9..b677d2cdc9 100755 --- a/distribution/server-dist/assembly.xml +++ b/distribution/server-dist/assembly.xml @@ -18,8 +18,16 @@ docs/** standalone/deployments standalone/deployments/* + standalone/configuration/standalone*.xml + + ${project.build.directory}/unpacked + standalone/configuration + + standalone*.xml + + ${project.build.directory}/unpacked/wildfly-${wildfly.version} diff --git a/distribution/server-dist/pom.xml b/distribution/server-dist/pom.xml index c61330f3ce..753d0fa945 100755 --- a/distribution/server-dist/pom.xml +++ b/distribution/server-dist/pom.xml @@ -72,7 +72,7 @@ standalone*.xml - ${project.build.directory}/unpacked/wildfly-${wildfly.version}/standalone/configuration + ${project.build.directory}/unpacked diff --git a/examples/basic-auth/pom.xml b/examples/basic-auth/pom.xml index 26d7c7fb5d..6081daf426 100755 --- a/examples/basic-auth/pom.xml +++ b/examples/basic-auth/pom.xml @@ -49,7 +49,6 @@ org.apache.httpcomponents httpclient - ${keycloak.apache.httpcomponents.version} provided diff --git a/examples/cors/database-service/pom.xml b/examples/cors/database-service/pom.xml index 6daa915a95..4eac0552db 100755 --- a/examples/cors/database-service/pom.xml +++ b/examples/cors/database-service/pom.xml @@ -47,7 +47,6 @@ org.apache.httpcomponents httpclient - ${keycloak.apache.httpcomponents.version} provided diff --git a/examples/demo-template/admin-access-app/pom.xml b/examples/demo-template/admin-access-app/pom.xml index 293b79d9bd..7bb3bf1f83 100755 --- a/examples/demo-template/admin-access-app/pom.xml +++ b/examples/demo-template/admin-access-app/pom.xml @@ -41,7 +41,6 @@ org.apache.httpcomponents httpclient - ${keycloak.apache.httpcomponents.version} provided diff --git a/examples/demo-template/admin-access-app/src/main/webapp/WEB-INF/jboss-deployment-structure.xml b/examples/demo-template/admin-access-app/src/main/webapp/WEB-INF/jboss-deployment-structure.xml index 9c1bac9b36..97c5645855 100755 --- a/examples/demo-template/admin-access-app/src/main/webapp/WEB-INF/jboss-deployment-structure.xml +++ b/examples/demo-template/admin-access-app/src/main/webapp/WEB-INF/jboss-deployment-structure.xml @@ -3,7 +3,7 @@ - + \ No newline at end of file diff --git a/examples/demo-template/customer-app/pom.xml b/examples/demo-template/customer-app/pom.xml index de11a81e01..d6813b504c 100755 --- a/examples/demo-template/customer-app/pom.xml +++ b/examples/demo-template/customer-app/pom.xml @@ -41,7 +41,6 @@ org.apache.httpcomponents httpclient - ${keycloak.apache.httpcomponents.version} provided diff --git a/examples/demo-template/customer-app/src/main/webapp/WEB-INF/jboss-deployment-structure.xml b/examples/demo-template/customer-app/src/main/webapp/WEB-INF/jboss-deployment-structure.xml index 9c1bac9b36..97c5645855 100755 --- a/examples/demo-template/customer-app/src/main/webapp/WEB-INF/jboss-deployment-structure.xml +++ b/examples/demo-template/customer-app/src/main/webapp/WEB-INF/jboss-deployment-structure.xml @@ -3,7 +3,7 @@ - + \ No newline at end of file diff --git a/examples/demo-template/database-service/pom.xml b/examples/demo-template/database-service/pom.xml index 60a508948d..74b159912c 100755 --- a/examples/demo-template/database-service/pom.xml +++ b/examples/demo-template/database-service/pom.xml @@ -47,7 +47,6 @@ org.apache.httpcomponents httpclient - ${keycloak.apache.httpcomponents.version} provided diff --git a/examples/demo-template/product-app/pom.xml b/examples/demo-template/product-app/pom.xml index 8b84a9302e..283b243028 100755 --- a/examples/demo-template/product-app/pom.xml +++ b/examples/demo-template/product-app/pom.xml @@ -41,7 +41,6 @@ org.apache.httpcomponents httpclient - ${keycloak.apache.httpcomponents.version} provided diff --git a/examples/demo-template/product-app/src/main/webapp/WEB-INF/jboss-deployment-structure.xml b/examples/demo-template/product-app/src/main/webapp/WEB-INF/jboss-deployment-structure.xml index 71457a4422..97c5645855 100755 --- a/examples/demo-template/product-app/src/main/webapp/WEB-INF/jboss-deployment-structure.xml +++ b/examples/demo-template/product-app/src/main/webapp/WEB-INF/jboss-deployment-structure.xml @@ -3,7 +3,7 @@ - + \ No newline at end of file diff --git a/examples/demo-template/third-party-cdi/pom.xml b/examples/demo-template/third-party-cdi/pom.xml index 6a5e14b72c..efcfd6782e 100755 --- a/examples/demo-template/third-party-cdi/pom.xml +++ b/examples/demo-template/third-party-cdi/pom.xml @@ -56,7 +56,6 @@ org.apache.httpcomponents httpclient - ${keycloak.apache.httpcomponents.version} provided diff --git a/examples/demo-template/third-party-cdi/src/main/webapp/WEB-INF/jboss-deployment-structure.xml b/examples/demo-template/third-party-cdi/src/main/webapp/WEB-INF/jboss-deployment-structure.xml index 71457a4422..97c5645855 100755 --- a/examples/demo-template/third-party-cdi/src/main/webapp/WEB-INF/jboss-deployment-structure.xml +++ b/examples/demo-template/third-party-cdi/src/main/webapp/WEB-INF/jboss-deployment-structure.xml @@ -3,7 +3,7 @@ - + \ No newline at end of file diff --git a/examples/demo-template/third-party/pom.xml b/examples/demo-template/third-party/pom.xml index 7090aea6e1..2168202efc 100755 --- a/examples/demo-template/third-party/pom.xml +++ b/examples/demo-template/third-party/pom.xml @@ -38,7 +38,6 @@ org.apache.httpcomponents httpclient - ${keycloak.apache.httpcomponents.version} provided diff --git a/examples/demo-template/third-party/src/main/webapp/WEB-INF/jboss-deployment-structure.xml b/examples/demo-template/third-party/src/main/webapp/WEB-INF/jboss-deployment-structure.xml index 71457a4422..97c5645855 100755 --- a/examples/demo-template/third-party/src/main/webapp/WEB-INF/jboss-deployment-structure.xml +++ b/examples/demo-template/third-party/src/main/webapp/WEB-INF/jboss-deployment-structure.xml @@ -3,7 +3,7 @@ - + \ No newline at end of file diff --git a/examples/fuse/customer-app-fuse/pom.xml b/examples/fuse/customer-app-fuse/pom.xml index faf9436cc3..5e87679dcb 100755 --- a/examples/fuse/customer-app-fuse/pom.xml +++ b/examples/fuse/customer-app-fuse/pom.xml @@ -18,7 +18,7 @@ - org.apache.http.*;version=${keycloak.apache.httpcomponents.version}, + org.apache.http.*;version=${apache.httpcomponents.version}, javax.servlet.*;version="[2.5,4)", org.keycloak.adapters.jetty;version="${project.version}", org.keycloak.adapters;version="${project.version}", @@ -51,7 +51,6 @@ org.apache.httpcomponents httpclient - ${keycloak.apache.httpcomponents.version} provided diff --git a/integration/adapter-core/pom.xml b/integration/adapter-core/pom.xml index d5a03d0764..799d943e1a 100755 --- a/integration/adapter-core/pom.xml +++ b/integration/adapter-core/pom.xml @@ -19,7 +19,7 @@ org.keycloak.*;version="${project.version}", - org.apache.http.*;version=${keycloak.apache.httpcomponents.version}, + org.apache.http.*;version=${apache.httpcomponents.version}, org.apache.karaf.jaas.boot.principal;resolution:=optional, org.apache.karaf.jaas.modules;resolution:=optional, *;resolution:=optional @@ -71,7 +71,6 @@ org.apache.httpcomponents httpclient - ${keycloak.apache.httpcomponents.version} provided diff --git a/integration/admin-client/pom.xml b/integration/admin-client/pom.xml index 91d15fc356..057794c516 100755 --- a/integration/admin-client/pom.xml +++ b/integration/admin-client/pom.xml @@ -27,7 +27,6 @@ org.apache.httpcomponents httpclient - ${keycloak.apache.httpcomponents.version} provided diff --git a/integration/as7-eap6/adapter/pom.xml b/integration/as7-eap6/adapter/pom.xml index 2ab68682f3..4033b0ba60 100755 --- a/integration/as7-eap6/adapter/pom.xml +++ b/integration/as7-eap6/adapter/pom.xml @@ -29,7 +29,6 @@ org.apache.httpcomponents httpclient - ${keycloak.apache.httpcomponents.version} net.iharder diff --git a/integration/installed/pom.xml b/integration/installed/pom.xml index b0d2c01cc6..0561d915da 100755 --- a/integration/installed/pom.xml +++ b/integration/installed/pom.xml @@ -29,7 +29,6 @@ org.apache.httpcomponents httpclient - ${keycloak.apache.httpcomponents.version} net.iharder diff --git a/integration/jboss-adapter-core/pom.xml b/integration/jboss-adapter-core/pom.xml index 1de6a1923d..c0d8c2114c 100755 --- a/integration/jboss-adapter-core/pom.xml +++ b/integration/jboss-adapter-core/pom.xml @@ -31,7 +31,6 @@ org.apache.httpcomponents httpclient - ${keycloak.apache.httpcomponents.version} net.iharder diff --git a/integration/jetty/jetty-core/pom.xml b/integration/jetty/jetty-core/pom.xml index 47bbb2785d..d8d727812a 100755 --- a/integration/jetty/jetty-core/pom.xml +++ b/integration/jetty/jetty-core/pom.xml @@ -42,7 +42,6 @@ org.apache.httpcomponents httpclient - ${keycloak.apache.httpcomponents.version} net.iharder diff --git a/integration/jetty/jetty8.1/pom.xml b/integration/jetty/jetty8.1/pom.xml index dd500ed17b..f29156c25f 100755 --- a/integration/jetty/jetty8.1/pom.xml +++ b/integration/jetty/jetty8.1/pom.xml @@ -45,7 +45,6 @@ org.apache.httpcomponents httpclient - ${keycloak.apache.httpcomponents.version} net.iharder diff --git a/integration/jetty/jetty9.1/pom.xml b/integration/jetty/jetty9.1/pom.xml index ca658feee0..7737dbba25 100755 --- a/integration/jetty/jetty9.1/pom.xml +++ b/integration/jetty/jetty9.1/pom.xml @@ -60,7 +60,6 @@ org.apache.httpcomponents httpclient - ${keycloak.apache.httpcomponents.version} net.iharder diff --git a/integration/jetty/jetty9.2/pom.xml b/integration/jetty/jetty9.2/pom.xml index 32205e7890..4515174d24 100755 --- a/integration/jetty/jetty9.2/pom.xml +++ b/integration/jetty/jetty9.2/pom.xml @@ -46,7 +46,6 @@ org.apache.httpcomponents httpclient - ${keycloak.apache.httpcomponents.version} net.iharder diff --git a/integration/servlet-oauth-client/pom.xml b/integration/servlet-oauth-client/pom.xml index 56a52c006a..35b8011d49 100755 --- a/integration/servlet-oauth-client/pom.xml +++ b/integration/servlet-oauth-client/pom.xml @@ -32,7 +32,6 @@ org.apache.httpcomponents httpclient - ${keycloak.apache.httpcomponents.version} provided diff --git a/integration/tomcat/tomcat-core/pom.xml b/integration/tomcat/tomcat-core/pom.xml index 514f2aed2e..7d03db646c 100755 --- a/integration/tomcat/tomcat-core/pom.xml +++ b/integration/tomcat/tomcat-core/pom.xml @@ -35,7 +35,6 @@ org.apache.httpcomponents httpclient - ${keycloak.apache.httpcomponents.version} net.iharder diff --git a/integration/tomcat/tomcat6/pom.xml b/integration/tomcat/tomcat6/pom.xml index 75079d4e72..11f2fc101d 100755 --- a/integration/tomcat/tomcat6/pom.xml +++ b/integration/tomcat/tomcat6/pom.xml @@ -51,7 +51,6 @@ org.apache.httpcomponents httpclient - ${keycloak.apache.httpcomponents.version} net.iharder diff --git a/integration/tomcat/tomcat7/pom.xml b/integration/tomcat/tomcat7/pom.xml index 66fa8de8f0..1b52b7967a 100755 --- a/integration/tomcat/tomcat7/pom.xml +++ b/integration/tomcat/tomcat7/pom.xml @@ -52,7 +52,6 @@ org.apache.httpcomponents httpclient - ${keycloak.apache.httpcomponents.version} net.iharder diff --git a/integration/tomcat/tomcat8/pom.xml b/integration/tomcat/tomcat8/pom.xml index 11577ea6ab..c5089a2c31 100755 --- a/integration/tomcat/tomcat8/pom.xml +++ b/integration/tomcat/tomcat8/pom.xml @@ -64,7 +64,6 @@ org.apache.httpcomponents httpclient - ${keycloak.apache.httpcomponents.version} net.iharder diff --git a/integration/undertow/pom.xml b/integration/undertow/pom.xml index 0b37f79d7f..829536b36b 100755 --- a/integration/undertow/pom.xml +++ b/integration/undertow/pom.xml @@ -31,7 +31,6 @@ org.apache.httpcomponents httpclient - ${keycloak.apache.httpcomponents.version} net.iharder diff --git a/integration/wildfly-adapter/pom.xml b/integration/wildfly-adapter/pom.xml index 49029622cd..9782f68869 100755 --- a/integration/wildfly-adapter/pom.xml +++ b/integration/wildfly-adapter/pom.xml @@ -39,7 +39,6 @@ org.apache.httpcomponents httpclient - ${keycloak.apache.httpcomponents.version} net.iharder diff --git a/pom.xml b/pom.xml index 4e0ff26cf4..0f15f1266f 100755 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,8 @@ 2.3.8 1.50 1.9.9 - 4.2.1 + 4.3.6 + 4.3.3 3.0.10.Final 1.1.1.Final 2.7.0.Final @@ -427,7 +428,17 @@ org.apache.httpcomponents httpclient - ${keycloak.apache.httpcomponents.version} + ${apache.httpcomponents.version} + + + org.apache.httpcomponents + httpmime + ${apache.httpcomponents.version} + + + org.apache.httpcomponents + httpcore + ${apache.httpcomponents.httpcore.version} org.wildfly.core @@ -1063,6 +1074,12 @@ + + distribution + + distribution + + jboss-release diff --git a/testsuite/jetty/jetty81/pom.xml b/testsuite/jetty/jetty81/pom.xml index 16bb906fc2..b784cfd16f 100755 --- a/testsuite/jetty/jetty81/pom.xml +++ b/testsuite/jetty/jetty81/pom.xml @@ -93,7 +93,6 @@ org.apache.httpcomponents httpclient - ${keycloak.apache.httpcomponents.version} org.keycloak diff --git a/testsuite/jetty/jetty91/pom.xml b/testsuite/jetty/jetty91/pom.xml index c7f4395b46..eaef607db1 100755 --- a/testsuite/jetty/jetty91/pom.xml +++ b/testsuite/jetty/jetty91/pom.xml @@ -93,7 +93,6 @@ org.apache.httpcomponents httpclient - ${keycloak.apache.httpcomponents.version} org.keycloak diff --git a/testsuite/jetty/jetty92/pom.xml b/testsuite/jetty/jetty92/pom.xml index 899cdb1927..1b452d95c4 100755 --- a/testsuite/jetty/jetty92/pom.xml +++ b/testsuite/jetty/jetty92/pom.xml @@ -93,7 +93,6 @@ org.apache.httpcomponents httpclient - ${keycloak.apache.httpcomponents.version} org.keycloak diff --git a/testsuite/proxy/pom.xml b/testsuite/proxy/pom.xml index 0e6d04b0d3..0641932247 100755 --- a/testsuite/proxy/pom.xml +++ b/testsuite/proxy/pom.xml @@ -97,7 +97,6 @@ org.apache.httpcomponents httpclient - ${keycloak.apache.httpcomponents.version} org.keycloak diff --git a/testsuite/tomcat7/pom.xml b/testsuite/tomcat7/pom.xml index d6b0d53d75..45e06f8c17 100755 --- a/testsuite/tomcat7/pom.xml +++ b/testsuite/tomcat7/pom.xml @@ -108,7 +108,6 @@ org.apache.httpcomponents httpclient - ${keycloak.apache.httpcomponents.version} org.keycloak diff --git a/testsuite/tomcat8/pom.xml b/testsuite/tomcat8/pom.xml index 35d9667b67..88a2f82456 100755 --- a/testsuite/tomcat8/pom.xml +++ b/testsuite/tomcat8/pom.xml @@ -92,7 +92,6 @@ org.apache.httpcomponents httpclient - ${keycloak.apache.httpcomponents.version} org.keycloak