From: Mathieu Baudier Date: Mon, 14 Sep 2009 13:44:01 +0000 (+0000) Subject: Add security RIA X-Git-Tag: argeo-commons-2.1.30~1833 X-Git-Url: https://git.argeo.org/?p=lgpl%2Fargeo-commons.git;a=commitdiff_plain;h=b4ceb8ffd0fa6ca467cdc0b058852c15e1023721 Add security RIA git-svn-id: https://svn.argeo.org/commons/trunk@2906 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- diff --git a/pom.xml b/pom.xml index e842232d3..17934ab44 100644 --- a/pom.xml +++ b/pom.xml @@ -68,6 +68,7 @@ limitations under the License. osgi server + security diff --git a/security/pom.xml b/security/pom.xml new file mode 100644 index 000000000..d46fd0572 --- /dev/null +++ b/security/pom.xml @@ -0,0 +1,17 @@ + + + 4.0.0 + + org.argeo.commons + 0.1.1-SNAPSHOT + argeo-commons + .. + + security + Commons Security + pom + + ria + + \ No newline at end of file diff --git a/security/ria/pom.xml b/security/ria/pom.xml new file mode 100644 index 000000000..c4dedb27f --- /dev/null +++ b/security/ria/pom.xml @@ -0,0 +1,18 @@ + + + 4.0.0 + + org.argeo.commons + 0.1.1-SNAPSHOT + security + .. + + org.argeo.commons.security + ria + Commons Security RIA + pom + + + + \ No newline at end of file