From: Mathieu Baudier Date: Tue, 15 Sep 2009 09:30:56 +0000 (+0000) Subject: Introduce Security MVC X-Git-Tag: argeo-commons-2.1.30~1826 X-Git-Url: https://git.argeo.org/?p=lgpl%2Fargeo-commons.git;a=commitdiff_plain;h=cecf286a6f489e36d94461e2a0d41d76726c500d Introduce Security MVC git-svn-id: https://svn.argeo.org/commons/trunk@2913 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- diff --git a/security/runtime/org.argeo.security.mvc/pom.xml b/security/runtime/org.argeo.security.mvc/pom.xml new file mode 100644 index 000000000..cfe35db55 --- /dev/null +++ b/security/runtime/org.argeo.security.mvc/pom.xml @@ -0,0 +1,73 @@ + + 4.0.0 + + org.argeo.commons.security + runtime + 0.1.1-SNAPSHOT + .. + + org.argeo.security.mvc + Commons Security MVC + + + + org.apache.maven.plugins + maven-compiler-plugin + + + org.apache.maven.plugins + maven-source-plugin + + + org.apache.maven.plugins + maven-jar-plugin + + + org.apache.felix + maven-bundle-plugin + ${version.maven-bundle-plugin} + + + + org.argeo.security.* + + + + + + + + + + org.springframework + org.springframework.web.servlet + + + org.springframework + org.springframework.aop + + + + + javax.servlet + com.springsource.javax.servlet + + + + + org.springframework.security + org.springframework.security + + + + com.springsource.json + com.springsource.json + 1.0.1.RELEASE + + + org.antlr + com.springsource.org.antlr + + + +