From e2d27757411fdcba586cc162f362c72ca3ae689c Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Tue, 8 Mar 2016 11:09:04 +0100 Subject: move SpingWebContextInitialisation into an appropriate jar to use moa-id-lib in other Spring based web applications --- id/server/moa-id-spring-initializer/pom.xml | 45 +++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 id/server/moa-id-spring-initializer/pom.xml (limited to 'id/server/moa-id-spring-initializer/pom.xml') diff --git a/id/server/moa-id-spring-initializer/pom.xml b/id/server/moa-id-spring-initializer/pom.xml new file mode 100644 index 000000000..d838bbe53 --- /dev/null +++ b/id/server/moa-id-spring-initializer/pom.xml @@ -0,0 +1,45 @@ + + 4.0.0 + + MOA.id + moa-id + 3.x + + + MOA.id.server + moa-id-spring-initializer + ${moa-id-version} + + jar + MOA-ID Spring Initializer + + + ${basedir}/../../../repository + + + + + MOA.id.server + moa-id-lib + + + + at.gv.egiz.components + egiz-spring-api + 0.1 + + + + org.springframework + spring-webmvc + + + + javax.servlet + javax.servlet-api + provided + + + + + \ No newline at end of file -- cgit v1.2.3