From b4ceb8ffd0fa6ca467cdc0b058852c15e1023721 Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Mon, 14 Sep 2009 13:44:01 +0000 Subject: [PATCH] Add security RIA git-svn-id: https://svn.argeo.org/commons/trunk@2906 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- pom.xml | 1 + security/pom.xml | 17 +++++++++++++++++ security/ria/pom.xml | 18 ++++++++++++++++++ 3 files changed, 36 insertions(+) create mode 100644 security/pom.xml create mode 100644 security/ria/pom.xml 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 -- 2.30.2