diff --git a/examples/demo-template/angular2-product-app/pom.xml b/examples/demo-template/angular2-product-app/pom.xml index ec616edacb..7eecc429dd 100644 --- a/examples/demo-template/angular2-product-app/pom.xml +++ b/examples/demo-template/angular2-product-app/pom.xml @@ -21,7 +21,7 @@ keycloak-examples-demo-parent org.keycloak - 1.9.2.Final-SNAPSHOT + 4.0.0 diff --git a/integration/client-registration-cli/pom.xml b/integration/client-registration-cli/pom.xml index 661201246b..af7a2ad4f6 100755 --- a/integration/client-registration-cli/pom.xml +++ b/integration/client-registration-cli/pom.xml @@ -21,7 +21,7 @@ keycloak-integration-parent org.keycloak - 1.9.0.Final-SNAPSHOT + 4.0.0 diff --git a/testsuite/integration-arquillian/servers/pom.xml b/testsuite/integration-arquillian/servers/pom.xml index 383317692f..c800f629fe 100644 --- a/testsuite/integration-arquillian/servers/pom.xml +++ b/testsuite/integration-arquillian/servers/pom.xml @@ -62,6 +62,13 @@ + + auth-server-migration + + migration + + + win diff --git a/testsuite/wildfly/pom.xml b/testsuite/wildfly/pom.xml deleted file mode 100644 index f4af43881a..0000000000 --- a/testsuite/wildfly/pom.xml +++ /dev/null @@ -1,499 +0,0 @@ - - - - - - keycloak-testsuite-pom - org.keycloak - 1.3.0.Final-SNAPSHOT - ../../pom.xml - - 4.0.0 - - keycloak-testsuite-wildfly - Keycloak WildFly 9.x Integration TestSuite - - - - - org.keycloak - keycloak-dependencies-server-all - pom - - - org.keycloak - keycloak-admin-client - - - log4j - log4j - - - org.slf4j - slf4j-api - 1.6.1 - - - org.slf4j - slf4j-log4j12 - 1.6.1 - - - org.jboss.spec.javax.servlet - jboss-servlet-api_3.0_spec - - - org.jboss.spec.javax.ws.rs - jboss-jaxrs-api_2.0_spec - - - org.jboss.resteasy - resteasy-jaxrs - - - log4j - log4j - - - org.slf4j - slf4j-api - - - org.slf4j - slf4j-simple - - - - - org.jboss.resteasy - resteasy-client - - - org.jboss.resteasy - resteasy-multipart-provider - - - org.jboss.resteasy - resteasy-jackson2-provider - - - org.jboss.resteasy - resteasy-undertow - - - com.google.zxing - javase - - - org.bouncycastle - bcprov-jdk15on - - - org.apache.httpcomponents - httpclient - - - org.keycloak - keycloak-ldap-federation - - - org.keycloak - keycloak-kerberos-federation - - - org.keycloak - keycloak-undertow-adapter - - - org.keycloak - keycloak-wildfly-adapter - - - org.jboss.logging - jboss-logging - - - io.undertow - undertow-servlet - - - io.undertow - undertow-core - - - com.fasterxml.jackson.core - jackson-core - - - com.fasterxml.jackson.core - jackson-databind - - - com.fasterxml.jackson.core - jackson-annotations - - - junit - junit - - - org.hamcrest - hamcrest-all - - - org.hibernate.javax.persistence - hibernate-jpa-2.1-api - - - com.h2database - h2 - - - org.hibernate - hibernate-entitymanager - - - com.icegreen - greenmail - - - org.slf4j - slf4j-api - - - - - org.infinispan - infinispan-core - - - org.seleniumhq.selenium - selenium-java - - - xml-apis - xml-apis - - - org.seleniumhq.selenium - selenium-chrome-driver - - - org.wildfly - wildfly-undertow - ${wildfly.version} - test - - - org.keycloak - keycloak-testsuite-integration - test - - - org.keycloak - keycloak-testsuite-integration - test-jar - test - - - org.eclipse.jetty - jetty-jaas - ${jetty9.version} - provided - - - - org.eclipse.jetty - jetty-util - ${jetty9.version} - provided - - - - org.eclipse.jetty - jetty-webapp - ${jetty9.version} - provided - - - - org.eclipse.jetty - jetty-security - ${jetty9.version} - provided - - - - org.eclipse.jetty - jetty-servlet - ${jetty9.version} - provided - - - - - - - org.apache.maven.plugins - maven-jar-plugin - 2.2 - - - - test-jar - - - - - - org.apache.maven.plugins - maven-deploy-plugin - - true - - - - org.apache.maven.plugins - maven-compiler-plugin - - ${maven.compiler.source} - ${maven.compiler.target} - - - - org.codehaus.mojo - exec-maven-plugin - - ${project.basedir} - - - - - - - - keycloak-server - - - - org.codehaus.mojo - exec-maven-plugin - - org.keycloak.testsuite.KeycloakServer - - - - - - - mail-server - - - - org.codehaus.mojo - exec-maven-plugin - - org.keycloak.testsuite.MailServer - - - - - - - totp - - - - org.codehaus.mojo - exec-maven-plugin - - org.keycloak.testsuite.TotpGenerator - - - - - - - - jpa - - - - - org.apache.maven.plugins - maven-surefire-plugin - - - jpa - jpa - jpa - - - - - - - - - mongo - - - localhost - 27018 - keycloak - true - 127.0.0.1 - - - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - - test - integration-test - - test - - - - mongo - mongo - mongo - ${keycloak.connectionsMongo.host} - ${keycloak.connectionsMongo.port} - ${keycloak.connectionsMongo.db} - ${keycloak.connectionsMongo.clearOnStartup} - ${keycloak.connectionsMongo.bindIp} - - - - - default-test - - true - - - - - - - - com.github.joelittlejohn.embedmongo - embedmongo-maven-plugin - - - start-mongodb - pre-integration-test - - start - - - ${keycloak.connectionsMongo.port} - file - ${project.build.directory}/mongodb.log - ${keycloak.connectionsMongo.bindIp} - - - - stop-mongodb - post-integration-test - - stop - - - - - - - - - - - - - - keycloak.connectionsJpa.driver - com.mysql.jdbc.Driver - - - mysql - - - mysql - mysql-connector-java - ${mysql.version} - - - - - - - - - keycloak.connectionsJpa.driver - org.postgresql.Driver - - - postgresql - - - org.postgresql - postgresql - ${postgresql.version} - - - - - - clean-jpa - - - - org.liquibase - liquibase-maven-plugin - - META-INF/jpa-changelog-master.xml - - ${keycloak.connectionsJpa.url} - ${keycloak.connectionsJpa.driver} - ${keycloak.connectionsJpa.user} - ${keycloak.connectionsJpa.password} - - false - - - - clean-jpa - clean - - dropAll - - - - - - - - - diff --git a/testsuite/wildfly/src/test/config/arq/arquillian.xml b/testsuite/wildfly/src/test/config/arq/arquillian.xml deleted file mode 100644 index 91deffbf79..0000000000 --- a/testsuite/wildfly/src/test/config/arq/arquillian.xml +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - - - - ${basedir}/target/jbossas - ${server.jvm.args} -Djboss.inst=${basedir}/target/jbossas -Dtest.bind.address=${node0} - ${jboss.server.config.file.name:standalone.xml} - ${jboss.args} - - true - ${node0:127.0.0.1} - ${as.managementPort:9990} - - - ${as.debug.port:8787} ${as.managementPort:9990} - 8 - - - -