From 3536b99c17250772f253ea5925da72a29e327c58 Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Fri, 11 Sep 2015 18:23:33 +0200 Subject: move authentication protocol implementation to separate modules. authentication protocol modules are loaded by SPI now. --- id/server/modules/moa-id-module-openID/pom.xml | 86 ++++++++++++++++++++++++++ 1 file changed, 86 insertions(+) create mode 100644 id/server/modules/moa-id-module-openID/pom.xml (limited to 'id/server/modules/moa-id-module-openID/pom.xml') diff --git a/id/server/modules/moa-id-module-openID/pom.xml b/id/server/modules/moa-id-module-openID/pom.xml new file mode 100644 index 000000000..2a953bcab --- /dev/null +++ b/id/server/modules/moa-id-module-openID/pom.xml @@ -0,0 +1,86 @@ + + 4.0.0 + + MOA.id.server.modules + moa-id-modules + ${moa-id-version} + + + MOA.id.server.modules + moa-id-module-openID + ${moa-id-version} + jar + + MOA ID-Module OpenID Connect + + + ${basedir}/../../../../repository + + + + + + org.springframework + spring-test + test + + + + junit + junit + ${junit.version} + test + + + + com.google.http-client + google-http-client-jackson2 + 1.19.0 + test + + + com.google.oauth-client + google-oauth-client-jetty + 1.19.0 + test + + + org.mortbay.jetty + servlet-api + + + + + + com.googlecode.jsontoken + jsontoken + 1.1 + + + javax.servlet + servlet-api + + + google-collections + com.google.collections + + + + + + com.google.guava + guava + 18.0 + + + + + org.testng + testng + 6.1.1 + test + + + + + \ No newline at end of file -- cgit v1.2.3