From cecf286a6f489e36d94461e2a0d41d76726c500d Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Tue, 15 Sep 2009 09:30:56 +0000 Subject: [PATCH] Introduce Security MVC git-svn-id: https://svn.argeo.org/commons/trunk@2913 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- .../runtime/org.argeo.security.mvc/pom.xml | 73 +++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 security/runtime/org.argeo.security.mvc/pom.xml 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 + + + + -- 2.30.2