From c6f29e0b287f3c8deada3b3c548b3fe554546938 Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Fri, 18 Sep 2009 15:18:49 +0000 Subject: [PATCH] Introduce Server OSGi git-svn-id: https://svn.argeo.org/commons/trunk@2967 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- server/runtime/org.argeo.server.osgi/pom.xml | 66 ++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 server/runtime/org.argeo.server.osgi/pom.xml diff --git a/server/runtime/org.argeo.server.osgi/pom.xml b/server/runtime/org.argeo.server.osgi/pom.xml new file mode 100644 index 000000000..f9bc4319c --- /dev/null +++ b/server/runtime/org.argeo.server.osgi/pom.xml @@ -0,0 +1,66 @@ + + 4.0.0 + + org.argeo.commons.server + runtime + 0.1.1-SNAPSHOT + .. + + org.argeo.server.osgi + Commons Server OSGi + + + + 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.server.* + + + + + + + + + + org.apache.commons + com.springsource.org.apache.commons.io + + + + + org.springframework + org.springframework.web.servlet + + + + + javax.servlet + com.springsource.javax.servlet + + + + + org.slf4j + com.springsource.slf4j.org.apache.commons.logging + + + + -- 2.30.2