From: Mathieu Baudier Date: Fri, 20 Nov 2009 19:12:56 +0000 (+0000) Subject: Improve security X-Git-Tag: argeo-commons-2.1.30~1706 X-Git-Url: http://git.argeo.org/?p=lgpl%2Fargeo-commons.git;a=commitdiff_plain;h=c00986345578db1fdd69b18ad5f7ddf261e1a1a0 Improve security git-svn-id: https://svn.argeo.org/commons/trunk@3135 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- diff --git a/pom.xml b/pom.xml index 0bab17fde..6ce75d8e2 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ 0.1 0.12.2-SNAPSHOT - 0.1.21 + 0.1.22 2.0.0 0.8.2.1 diff --git a/security/dep/org.argeo.security.dep.ads/pom.xml b/security/dep/org.argeo.security.dep.ads/pom.xml new file mode 100644 index 000000000..04e7168f1 --- /dev/null +++ b/security/dep/org.argeo.security.dep.ads/pom.xml @@ -0,0 +1,39 @@ + + 4.0.0 + + org.argeo.commons.security + 0.1.2-SNAPSHOT + dep + .. + + org.argeo.security.dep.ads + pom + Dep Security Apache Directory Server + + + org.argeo.commons.security + org.argeo.security.dep.ldap + 0.1.2-SNAPSHOT + pom + + + org.argeo.commons.server + org.argeo.server.modules + 0.1.2-SNAPSHOT + pom + + + org.argeo.commons.security + org.argeo.security.modules + 0.1.2-SNAPSHOT + pom + + + org.argeo.commons.server + org.argeo.server.dep.ads + 0.1.2-SNAPSHOT + pom + + + \ No newline at end of file diff --git a/security/dep/org.argeo.security.dep.ldap/pom.xml b/security/dep/org.argeo.security.dep.ldap/pom.xml new file mode 100644 index 000000000..6afd9eba1 --- /dev/null +++ b/security/dep/org.argeo.security.dep.ldap/pom.xml @@ -0,0 +1,25 @@ + + 4.0.0 + + org.argeo.commons.security + 0.1.2-SNAPSHOT + dep + .. + + org.argeo.security.dep.ldap + pom + Dep Security LDAP + + + org.argeo.commons.security + org.argeo.security.mvc + 0.1.2-SNAPSHOT + + + org.argeo.commons.server + org.argeo.server.json + 0.1.2-SNAPSHOT + + + \ No newline at end of file diff --git a/security/dep/pom.xml b/security/dep/pom.xml new file mode 100644 index 000000000..3eb840a54 --- /dev/null +++ b/security/dep/pom.xml @@ -0,0 +1,18 @@ + + + 4.0.0 + + org.argeo.commons + 0.1.2-SNAPSHOT + server + .. + + org.argeo.commons.security + dep + Commons Security Dependencies + pom + + org.argeo.security.dep.ldap + org.argeo.security.dep.ads + + \ No newline at end of file diff --git a/security/modules/org.argeo.security.webapp/META-INF/MANIFEST.MF b/security/modules/org.argeo.security.webapp/META-INF/MANIFEST.MF index 4df4ae832..380fe8567 100644 --- a/security/modules/org.argeo.security.webapp/META-INF/MANIFEST.MF +++ b/security/modules/org.argeo.security.webapp/META-INF/MANIFEST.MF @@ -12,6 +12,7 @@ Import-Package: javax.servlet, org.springframework.osgi.web.context.support, org.springframework.security, org.springframework.security.config, + org.springframework.security.ui, org.springframework.security.ui.webapp, org.springframework.web.context, org.springframework.web.context.support, diff --git a/security/modules/org.argeo.security.webapp/WEB-INF/osgi.xml b/security/modules/org.argeo.security.webapp/WEB-INF/osgi.xml index 6b73babc5..197bd8fdc 100644 --- a/security/modules/org.argeo.security.webapp/WEB-INF/osgi.xml +++ b/security/modules/org.argeo.security.webapp/WEB-INF/osgi.xml @@ -13,4 +13,8 @@ + + \ No newline at end of file diff --git a/security/pom.xml b/security/pom.xml index a5499a702..b99aca3f3 100644 --- a/security/pom.xml +++ b/security/pom.xml @@ -13,6 +13,7 @@ runtime modules + dep demo \ No newline at end of file