# HG changeset patch # User Raimund Renkert # Date 1430403968 -7200 # Node ID c08773b0872ef478b8caf6e8dd42fa3af01cbd73 # Parent bd4099d42d83c87c653f234e84d560ea1bd6f3f9 Fixed project dependencies and openid authentication/authorization for tests. diff -r bd4099d42d83 -r c08773b0872e pom.xml --- a/pom.xml Thu Apr 30 16:25:01 2015 +0200 +++ b/pom.xml Thu Apr 30 16:26:08 2015 +0200 @@ -7,7 +7,6 @@ de.intevation lada-server - 1.0.1 war org.jboss @@ -140,16 +139,9 @@ org.jboss.resteasy resteasy-client - 3.0.10.Final + 3.0.11.Final test - - - - org.openid4java - openid4java - 0.9.7 - @@ -166,12 +158,101 @@ true + + maven-compiler-plugin + 3.1 + + + default-testCompile + test-compile + + testCompile + + + + **/auth/TestAuthorization.java + + + + + default-compile + compile + + compile + + + + **/auth/TestAuthorization.java + + + + + + true + true + + 1.7 + 1.7 + + + + + + org.openid4java + openid4java + 1.0.0 + + remote-test + + + + maven-compiler-plugin + 3.1 + + + default-testCompile + test-compile + + testCompile + + + + **/auth/OpenIdAuthorization.java + **/auth/OpenIDFilter.java + + + + + default-compile + compile + + compile + + + + **/auth/OpenIdAuthorization.java + **/auth/OpenIDFilter.java + + + + + + true + true + + 1.7 + 1.7 + + + + + org.wildfly @@ -232,4 +313,5 @@ http://www.hibernatespatial.org/repository + 2.0-beta1