From d774a81910498c9ee1277c1611d57b07bf069fbd Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Fri, 10 Jul 2015 15:28:25 +0200 Subject: First parts of the new MOA-ID configuration module --- id/moa-id-webgui/pom.xml | 53 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 id/moa-id-webgui/pom.xml (limited to 'id/moa-id-webgui/pom.xml') diff --git a/id/moa-id-webgui/pom.xml b/id/moa-id-webgui/pom.xml new file mode 100644 index 000000000..76660eac2 --- /dev/null +++ b/id/moa-id-webgui/pom.xml @@ -0,0 +1,53 @@ + + + + MOA + id + 2.x + + + 4.0.0 + MOA.id + moa-id-webgui + 1.0-SNAPSHOT + MOA-ID WebGUI Module + + + ${basedir}/../../repository + + + + src/main/jave + + + maven-compiler-plugin + 3.1 + + 1.7 + 1.7 + + + + + + + + at.gv.egiz.components + egiz-configuration-meta-api + 0.2 + + + at.gv.egiz.components + egiz-spring-api + 0.1 + + + + MOA.id.server + moa-id-commons + + + + + + \ No newline at end of file -- cgit v1.2.3 From 98dbb23fa5dcd9518beb56fd2410667b385b5524 Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Fri, 17 Jul 2015 09:18:28 +0200 Subject: first beta version of new MOA-ID WebGUI module for configuration --- id/moa-id-webgui/pom.xml | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) (limited to 'id/moa-id-webgui/pom.xml') diff --git a/id/moa-id-webgui/pom.xml b/id/moa-id-webgui/pom.xml index 76660eac2..35436db4b 100644 --- a/id/moa-id-webgui/pom.xml +++ b/id/moa-id-webgui/pom.xml @@ -16,8 +16,16 @@ ${basedir}/../../repository + + + shibboleth.internet2.edu + Internet2 + https://build.shibboleth.net/nexus/content/groups/public/ + + + - src/main/jave + src/main/java maven-compiler-plugin @@ -47,6 +55,27 @@ moa-id-commons + + org.opensaml + opensaml + + + org.slf4j + log4j-over-slf4j + + + + + org.opensaml + xmltooling + + + org.slf4j + log4j-over-slf4j + + + + -- cgit v1.2.3