Introduce commons dependencies
authorMathieu Baudier <mbaudier@argeo.org>
Fri, 18 Sep 2009 07:22:51 +0000 (07:22 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Fri, 18 Sep 2009 07:22:51 +0000 (07:22 +0000)
git-svn-id: https://svn.argeo.org/commons/trunk@2956 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

basic/dep/org.argeo.basic.dep.log4j/pom.xml [new file with mode: 0644]
basic/dep/pom.xml [new file with mode: 0644]
basic/pom.xml [new file with mode: 0644]
pom.xml
server/dep/org.argeo.server.dep.tomcat/pom.xml [new file with mode: 0644]
server/dep/pom.xml [new file with mode: 0644]
server/pom.xml
server/runtime/pom.xml

diff --git a/basic/dep/org.argeo.basic.dep.log4j/pom.xml b/basic/dep/org.argeo.basic.dep.log4j/pom.xml
new file mode 100644 (file)
index 0000000..1cedd6e
--- /dev/null
@@ -0,0 +1,27 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+       <modelVersion>4.0.0</modelVersion>
+       <parent>
+               <groupId>org.argeo.commons.basic</groupId>
+               <version>0.1.1-SNAPSHOT</version>
+               <artifactId>dep</artifactId>
+               <relativePath>..</relativePath>
+       </parent>
+       <artifactId>org.argeo.basic.dep.log4j</artifactId>
+       <packaging>pom</packaging>
+       <name>Apache Log4j (SLF4J)</name>
+       <dependencies>
+               <dependency>
+                       <groupId>org.slf4j</groupId>
+                       <artifactId>com.springsource.slf4j.org.apache.commons.logging</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.apache.log4j</groupId>
+                       <artifactId>com.springsource.org.apache.log4j</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.slf4j</groupId>
+                       <artifactId>com.springsource.slf4j.log4j</artifactId>
+               </dependency>
+       </dependencies>
+</project>
\ No newline at end of file
diff --git a/basic/dep/pom.xml b/basic/dep/pom.xml
new file mode 100644 (file)
index 0000000..9f73aa0
--- /dev/null
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+       <modelVersion>4.0.0</modelVersion>
+       <parent>
+               <groupId>org.argeo.commons</groupId>
+               <version>0.1.1-SNAPSHOT</version>
+               <artifactId>basic</artifactId>
+               <relativePath>..</relativePath>
+       </parent>
+       <groupId>org.argeo.commons.basic</groupId>
+       <artifactId>dep</artifactId>
+       <name>Commons Basic Dependencies</name>
+       <packaging>pom</packaging>
+       <modules>
+               <module>org.argeo.basic.dep.log4j</module>
+       </modules>
+</project>
\ No newline at end of file
diff --git a/basic/pom.xml b/basic/pom.xml
new file mode 100644 (file)
index 0000000..197b7f7
--- /dev/null
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+       <modelVersion>4.0.0</modelVersion>
+       <parent>
+               <groupId>org.argeo.commons</groupId>
+               <version>0.1.1-SNAPSHOT</version>
+               <artifactId>argeo-commons</artifactId>
+               <relativePath>..</relativePath>
+       </parent>
+       <artifactId>basic</artifactId>
+       <name>Commons Basic</name>
+       <packaging>pom</packaging>
+       <modules>
+               <module>dep</module>
+       </modules>
+</project>
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index c84622ffcfcb55d73cde0ea8b6ec0fa8d8c237b1..d3edb663a4631f55d57c2f2f2ce92a49ae02bd84 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -68,6 +68,7 @@ limitations under the License.
                </developer>
        </developers>
        <modules>
+               <module>basic</module>
                <module>osgi</module>
                <module>server</module>
                <module>security</module>
diff --git a/server/dep/org.argeo.server.dep.tomcat/pom.xml b/server/dep/org.argeo.server.dep.tomcat/pom.xml
new file mode 100644 (file)
index 0000000..14fc2bf
--- /dev/null
@@ -0,0 +1,107 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+       <modelVersion>4.0.0</modelVersion>
+       <parent>
+               <groupId>org.argeo.commons.server</groupId>
+               <version>0.1.1-SNAPSHOT</version>
+               <artifactId>dep</artifactId>
+               <relativePath>..</relativePath>
+       </parent>
+       <artifactId>org.argeo.server.dep.tomcat</artifactId>
+       <packaging>pom</packaging>
+       <name>Apache Tomcat</name>
+       <dependencies>
+               <!--  Commons Dep -->
+               <dependency>
+                       <groupId>org.argeo.commons.basic</groupId>
+                       <artifactId>org.argeo.basic.dep.log4j</artifactId>
+                       <version>0.1.1-SNAPSHOT</version>
+               </dependency>
+
+               <!-- JEE -->
+               <dependency>
+                       <groupId>javax.servlet</groupId>
+                       <artifactId>com.springsource.javax.servlet</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>javax.annotation</groupId>
+                       <artifactId>com.springsource.javax.annotation</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>javax.persistence</groupId>
+                       <artifactId>com.springsource.javax.persistence</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>javax.activation</groupId>
+                       <artifactId>com.springsource.javax.activation</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.apache.geronimo.specs</groupId>
+                       <artifactId>com.springsource.javax.management.j2ee</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>javax.ejb</groupId>
+                       <artifactId>com.springsource.javax.ejb</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>javax.xml.rpc</groupId>
+                       <artifactId>com.springsource.javax.xml.rpc</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>javax.xml.soap</groupId>
+                       <artifactId>com.springsource.javax.xml.soap</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>javax.transaction</groupId>
+                       <artifactId>com.springsource.javax.transaction</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>javax.xml.stream</groupId>
+                       <artifactId>com.springsource.javax.xml.stream</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>javax.servlet</groupId>
+                       <artifactId>com.springsource.javax.servlet.jsp</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>javax.servlet</groupId>
+                       <artifactId>com.springsource.javax.servlet.jsp.jstl</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>javax.el</groupId>
+                       <artifactId>com.springsource.javax.el</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>javax.xml.ws</groupId>
+                       <artifactId>com.springsource.javax.xml.ws</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>javax.xml.bind</groupId>
+                       <artifactId>com.springsource.javax.xml.bind</artifactId>
+               </dependency>
+
+               <!-- Taglibs -->
+               <dependency>
+                       <groupId>org.apache.taglibs</groupId>
+                       <artifactId>com.springsource.org.apache.taglibs.standard</artifactId>
+               </dependency>
+
+               <!-- Tomcat -->
+               <dependency>
+                       <groupId>org.argeo.dep.osgi</groupId>
+                       <artifactId>org.argeo.dep.osgi.catalina.start</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.apache.catalina</groupId>
+                       <artifactId>com.springsource.org.apache.catalina</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.apache.jasper</groupId>
+                       <artifactId>com.springsource.org.apache.jasper</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.apache.el</groupId>
+                       <artifactId>com.springsource.org.apache.el</artifactId>
+               </dependency>
+       </dependencies>
+</project>
\ No newline at end of file
diff --git a/server/dep/pom.xml b/server/dep/pom.xml
new file mode 100644 (file)
index 0000000..b97eb19
--- /dev/null
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+       <modelVersion>4.0.0</modelVersion>
+       <parent>
+               <groupId>org.argeo.commons</groupId>
+               <version>0.1.1-SNAPSHOT</version>
+               <artifactId>server</artifactId>
+               <relativePath>..</relativePath>
+       </parent>
+       <groupId>org.argeo.commons.server</groupId>
+       <artifactId>dep</artifactId>
+       <name>Commons Server Dependencies</name>
+       <packaging>pom</packaging>
+       <modules>
+               <module>org.argeo.server.dep.tomcat</module>
+       </modules>
+</project>
\ No newline at end of file
index 4392f9cfbdc0177335e97acb00b5fb60dcd8366f..b0697f9d9b00343a8ef84ac1d74fd9908ee11598 100644 (file)
@@ -14,5 +14,7 @@
        <modules>
                <module>runtime</module>
                <module>modules</module>
+               <module>dep</module>
+               <module>demo</module>
        </modules>
 </project>
\ No newline at end of file
index b380102131c624085bae06ddde9a331a35ffe09c..a90fe0c9a8f61772814350ee1a6ce5dcf624da84 100644 (file)
@@ -10,7 +10,7 @@
        </parent>
        <groupId>org.argeo.commons.server</groupId>
        <artifactId>runtime</artifactId>
-       <name>Commons Security Runtime</name>
+       <name>Commons Server Runtime</name>
        <packaging>pom</packaging>
        <modules>
                <module>org.argeo.server.core</module>