]> git.argeo.org Git - gpl/argeo-slc.git/commitdiff
Simplify dependencies
authorMathieu Baudier <mbaudier@argeo.org>
Wed, 10 Jun 2009 20:29:54 +0000 (20:29 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Wed, 10 Jun 2009 20:29:54 +0000 (20:29 +0000)
git-svn-id: https://svn.argeo.org/slc/trunk@2526 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

demo/pom.xml
demo/site/org.argeo.slc.demo.log4j/log4j.properties
demo/src/test/java/org/argeo/slc/demo/StartStopDemoTest.java
dep/org.argeo.slc.dep.agent/META-INF/MANIFEST.MF [new file with mode: 0644]
dep/org.argeo.slc.dep.agent/pom.xml [new file with mode: 0644]
dep/org.argeo.slc.dep.server/pom.xml
dep/pom.xml
integration-tests/org.argeo.slc.it.webapp/pom.xml
pom.xml
runtime/org.argeo.slc.server/pom.xml
runtime/org.argeo.slc.support.activemq/pom.xml

index 27e7888d0c0b3df08b22024ab2689631e4becd5a..e95ded53f63685ba374876fb46b61d4fb356671f 100644 (file)
@@ -1,4 +1,5 @@
-<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">
+<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.slc</groupId>
@@ -9,7 +10,7 @@
        <groupId>org.argeo.slc</groupId>
        <artifactId>demo</artifactId>
        <packaging>pom</packaging>
-       <name>Argeo SLC Demo Deploy</name>
+       <name>Argeo SLC Demo</name>
        <modules>
                <module>site</module>
        </modules>
@@ -23,9 +24,6 @@
                                        <argsToAppend>
                                                <arg>-clean</arg>
                                        </argsToAppend>
-                                       <systemProperties>
-                                               <slc.osgi.bundles>${basedir}/site;in=*;ex=**/.svn/**,${basedir}/../server/org.argeo.slc.siteserver/bundles;in=*;ex=**/.svn/**</slc.osgi.bundles>
-                                       </systemProperties>
                                </configuration>
                        </plugin>
                        <plugin>
                </plugins>
        </build>
        <dependencies>
-               <dependency>
-                       <groupId>org.argeo.slc.runtime</groupId>
-                       <artifactId>org.argeo.slc.support.equinox</artifactId>
-               </dependency>
                <dependency>
                        <groupId>org.argeo.slc.runtime</groupId>
                        <artifactId>org.argeo.slc.osgiboot</artifactId>
                                                <artifactId>maven-argeo-osgi-plugin</artifactId>
                                                <configuration>
                                                        <execDir>target/exec/server</execDir>
-                                                       <jvmArgs>
-                                                               <jvmArg>-Xmx256m</jvmArg>
-                                                       </jvmArgs>
-                                                       <debug>0</debug>
                                                        <systemProperties>
                                                                <slc.osgi.start>
-                                                                       org.argeo.dep.osgi.catalina.start,
                                                                        org.springframework.osgi.extender,
-                                                                       org.springframework.osgi.web.extender,
-                                                                       org.springframework.osgi.samples.simplewebapp,
-                                                                       org.argeo.slc.server.activemq,
                                                                        org.argeo.slc.server.hsqldb,
-                                                                       org.argeo.slc.server.hibernate,
-                                                                       org.argeo.slc.server.services,
-                                                                       org.argeo.slc.server.jms,
-                                                                       org.argeo.slc.webapp,
+                                                                       org.argeo.slc.server.main,
                                                                        org.argeo.slc.ria
                                                                </slc.osgi.start>
-                                                               <!--  <slc.osgiboot.debug>true</slc.osgiboot.debug>-->
+                                                               <slc.osgi.bundles>
+                                                                       ${basedir}/site;in=*;ex=pom.xml;ex=target,
+                                                                       ${basedir}/../server/org.argeo.slc.siteserver/bundles;in=*;ex=pom.xml;ex=target
+                                                               </slc.osgi.bundles>
                                                        </systemProperties>
                                                </configuration>
                                        </plugin>
                                        <artifactId>org.argeo.slc.dep.server</artifactId>
                                        <version>${project.version}</version>
                                </dependency>
+                               <dependency>
+                                       <groupId>org.argeo.slc.server</groupId>
+                                       <artifactId>org.argeo.slc.ria</artifactId>
+                               </dependency>
                        </dependencies>
                </profile>
                <profile>
                                                <artifactId>maven-argeo-osgi-plugin</artifactId>
                                                <configuration>
                                                        <execDir>target/exec/agent</execDir>
-                                                       <jvmArgs>
-                                                               <jvmArg>-Xmx128m</jvmArg>
-                                                               <!--
-                                                                       <jvmArg>-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=8001</jvmArg>
-                                                               -->
-                                                       </jvmArgs>
                                                        <systemProperties>
                                                                <slc.osgi.start>
                                                                        org.springframework.osgi.extender,
                                                                        org.argeo.slc.support.equinox,
-                                                                       org.argeo.slc.agent,
-                                                                       org.argeo.slc.demo.basic
+                                                                       org.argeo.slc.agent
                                                                </slc.osgi.start>
+                                                               <slc.osgi.bundles>
+                                                                       ${basedir}/site;in=*;ex=pom.xml;ex=target,
+                                                                       ${basedir}/../server/org.argeo.slc.siteserver/bundles;in=org.argeo.slc.agent;ex=pom.xml;ex=target
+                                                               </slc.osgi.bundles>
                                                        </systemProperties>
                                                </configuration>
                                        </plugin>
                        <dependencies>
                                <dependency>
                                        <groupId>org.argeo.slc.dep</groupId>
-                                       <artifactId>org.argeo.slc.dep.server</artifactId>
+                                       <artifactId>org.argeo.slc.dep.agent</artifactId>
                                        <version>${project.version}</version>
                                </dependency>
                        </dependencies>
                                        <artifactId>org.argeo.slc.dep.server</artifactId>
                                        <version>${project.version}</version>
                                </dependency>
+                               <dependency>
+                                       <groupId>org.argeo.slc.server</groupId>
+                                       <artifactId>org.argeo.slc.ria</artifactId>
+                               </dependency>
                        </dependencies>
                </profile>
        </profiles>
index a0ccce5a00ecc18839ac660be898d1ee4d1742ea..5a1e3b79306effa7a523b519f5120bb4e3207e86 100644 (file)
@@ -6,8 +6,8 @@ log4j.logger.org.argeo.slc.execution.ExecutionParameterPostProcessor=TRACE
 log4j.logger.org.argeo.slc.execution.ExecutionContext=DEBUG
 log4j.logger.org.argeo.slc.execution.SimpleExecutionSpec=DEBUG
 
-log4j.logger.org.argeo.slc.web.mvc=TRACE
-log4j.logger.org.argeo.slc.jms=TRACE
+#log4j.logger.org.argeo.slc.web.mvc=TRACE
+#log4j.logger.org.argeo.slc.jms=TRACE
 
 log4j.logger.org.hibernate=WARN
 
index 6115c779276336b5c7ee4ee12e4ed88904e43a21..b8562241ff0627ed3d89f953bab22e2d83a88c55 100644 (file)
@@ -1,12 +1,8 @@
 package org.argeo.slc.demo;
 
-import java.util.ArrayList;
-import java.util.List;
 
-import org.argeo.slc.equinox.unit.AbstractOsgiRuntimeTestCase;
-import org.argeo.slc.osgiboot.OsgiBoot;
-
-public class StartStopDemoTest extends AbstractOsgiRuntimeTestCase {
+public class StartStopDemoTest {//extends AbstractOsgiRuntimeTestCase {
+       /*
        public void testStartStop() throws Exception {
                assertBundleApplicationContext("org.argeo.slc.agent");
                assertStartedBundlesApplicationContext("org.argeo.slc.demo");
@@ -31,5 +27,5 @@ public class StartStopDemoTest extends AbstractOsgiRuntimeTestCase {
                bundlesToStart.add("org.argeo.slc.demo.basic");
                return bundlesToStart;
        }
-
+*/
 }
diff --git a/dep/org.argeo.slc.dep.agent/META-INF/MANIFEST.MF b/dep/org.argeo.slc.dep.agent/META-INF/MANIFEST.MF
new file mode 100644 (file)
index 0000000..02ebf0b
--- /dev/null
@@ -0,0 +1,2 @@
+Bundle-SymbolicName: org.argeo.slc.dep.agent
+Bundle-Version: 0.11.4.SNAPSHOT
diff --git a/dep/org.argeo.slc.dep.agent/pom.xml b/dep/org.argeo.slc.dep.agent/pom.xml
new file mode 100644 (file)
index 0000000..3f6f3e7
--- /dev/null
@@ -0,0 +1,32 @@
+<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.slc</groupId>
+               <artifactId>dep</artifactId>
+               <version>0.11.4-SNAPSHOT</version>
+               <relativePath>..</relativePath>
+       </parent>
+       <groupId>org.argeo.slc.dep</groupId>
+       <artifactId>org.argeo.slc.dep.agent</artifactId>
+       <packaging>jar</packaging>
+       <name>Argeo SLC Dependencies Agent</name>
+       <dependencies>
+               <dependency>
+                       <groupId>org.argeo.slc.runtime</groupId>
+                       <artifactId>org.argeo.slc.support.simple</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.argeo.slc.runtime</groupId>
+                       <artifactId>org.argeo.slc.support.equinox</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.argeo.slc.runtime</groupId>
+                       <artifactId>org.argeo.slc.support.activemq</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.argeo.slc.runtime</groupId>
+                       <artifactId>org.argeo.slc.support.castor</artifactId>
+               </dependency>
+       </dependencies>
+</project>
\ No newline at end of file
index 5c587c719dfc604398bbc106b7be1c5915a3effb..0efce604d6b085c2071ee6eee59ea50976c8be35 100644 (file)
@@ -1,4 +1,5 @@
-<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">
+<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.slc</groupId>
        <groupId>org.argeo.slc.dep</groupId>
        <artifactId>org.argeo.slc.dep.server</artifactId>
        <packaging>jar</packaging>
-       <name>Argeo SLC Server Dependencies</name>
+       <name>Argeo SLC Dependencies Server</name>
        <dependencies>
+               <!-- SLC -->
                <dependency>
                        <groupId>org.argeo.slc.runtime</groupId>
                        <artifactId>org.argeo.slc.server</artifactId>
                </dependency>
-
                <dependency>
-                       <groupId>org.argeo.slc.server</groupId>
-                       <artifactId>org.argeo.slc.ria</artifactId>
+                       <groupId>org.argeo.slc.runtime</groupId>
+                       <artifactId>org.argeo.slc.support.activemq</artifactId>
                </dependency>
-
-
                <dependency>
-                       <groupId>org.hsqldb</groupId>
-                       <artifactId>com.springsource.org.hsqldb</artifactId>
+                       <groupId>org.argeo.slc.runtime</groupId>
+                       <artifactId>org.argeo.slc.support.castor</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.argeo.slc.runtime</groupId>
+                       <artifactId>org.argeo.slc.support.hibernate</artifactId>
                </dependency>
 
                <!-- OSGi integration -->
                        <groupId>org.eclipse.osgi</groupId>
                        <artifactId>org.eclipse.osgi</artifactId>
                </dependency>
+               <dependency>
+                       <groupId>org.springframework.osgi</groupId>
+                       <artifactId>org.springframework.osgi.web.extender</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.springframework.osgi</groupId>
+                       <artifactId>org.springframework.osgi.extender</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.springframework.osgi</groupId>
+                       <artifactId>org.springframework.osgi.web</artifactId>
+               </dependency>
 
+               <!-- JEE -->
                <dependency>
                        <groupId>javax.annotation</groupId>
                        <artifactId>com.springsource.javax.annotation</artifactId>
                        <groupId>javax.persistence</groupId>
                        <artifactId>com.springsource.javax.persistence</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>
 
+               <!-- AOP -->
                <dependency>
                        <groupId>org.aopalliance</groupId>
                        <artifactId>com.springsource.org.aopalliance</artifactId>
                </dependency>
 
+               <!-- JSP -->
                <dependency>
-                       <groupId>javax.ejb</groupId>
-                       <artifactId>com.springsource.javax.ejb</artifactId>
+                       <groupId>javax.servlet</groupId>
+                       <artifactId>com.springsource.javax.servlet.jsp</artifactId>
                </dependency>
                <dependency>
-                       <groupId>javax.activation</groupId>
-                       <artifactId>com.springsource.javax.activation</artifactId>
+                       <groupId>javax.servlet</groupId>
+                       <artifactId>com.springsource.javax.servlet.jsp.jstl</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>
+                       <groupId>javax.el</groupId>
+                       <artifactId>com.springsource.javax.el</artifactId>
                </dependency>
-               <!--
-                       Using springsource repo -->
                <dependency>
-                       <groupId>org.springframework.osgi</groupId>
-                       <artifactId>org.springframework.osgi.web.extender</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.springframework.osgi</groupId>
-                       <artifactId>org.springframework.osgi.extender</artifactId>
+                       <groupId>org.apache.el</groupId>
+                       <artifactId>com.springsource.org.apache.el</artifactId>
                </dependency>
                <dependency>
-                       <groupId>org.springframework.osgi</groupId>
-                       <artifactId>org.springframework.osgi.web</artifactId>
+                       <groupId>org.apache.taglibs</groupId>
+                       <artifactId>com.springsource.org.apache.taglibs.standard</artifactId>
                </dependency>
 
                <!-- Tomcat -->
+               <dependency>
+                       <groupId>org.argeo.slc.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>
                        <artifactId>com.springsource.org.apache.jasper</artifactId>
                </dependency>
                <dependency>
-                       <groupId>org.apache.el</groupId>
-                       <artifactId>com.springsource.org.apache.el</artifactId>
+                       <groupId>javax.xml.ws</groupId>
+                       <artifactId>com.springsource.javax.xml.ws</artifactId>
                </dependency>
                <dependency>
-                       <groupId>org.argeo.slc.dep.osgi</groupId>
-                       <artifactId>org.argeo.dep.osgi.catalina.start</artifactId>
+                       <groupId>javax.xml.bind</groupId>
+                       <artifactId>com.springsource.javax.xml.bind</artifactId>
                </dependency>
 
-
+               <!-- Logging -->
                <dependency>
                        <groupId>org.apache.commons</groupId>
                        <artifactId>com.springsource.org.apache.commons.logging</artifactId>
                </dependency>
                <dependency>
                        <groupId>org.apache.log4j</groupId>
-                       <artifactId>
-                                       com.springsource.org.apache.log4j
-                               </artifactId>
+                       <artifactId>com.springsource.org.apache.log4j</artifactId>
+               </dependency>
+
+               <!-- For WS
+               <dependency>
+                       <groupId>com.sun.xml</groupId>
+                       <artifactId>com.springsource.com.sun.xml.messaging.saaj</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>javax.wsdl</groupId>
+                       <artifactId>com.springsource.javax.wsdl</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>javax.ejb</groupId>
+                       <artifactId>com.springsource.javax.ejb</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>javax.activation</groupId>
+                       <artifactId>com.springsource.javax.activation</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>
+ -->
 
+               <!-- DB Drivers -->
+               <dependency>
+                       <groupId>org.hsqldb</groupId>
+                       <artifactId>com.springsource.org.hsqldb</artifactId>
+               </dependency>
                <dependency>
                        <groupId>net.sourceforge.jtds</groupId>
                        <artifactId>com.springsource.net.sourceforge.jtds</artifactId>
                        <artifactId>com.springsource.com.mysql.jdbc</artifactId>
                </dependency>
 
-               <!-- For WS -->
+               <!-- Required in JDK 1.5 -->
                <dependency>
                        <groupId>com.sun.xml</groupId>
                        <artifactId>com.springsource.com.sun.xml.messaging.saaj</artifactId>
                </dependency>
 
-               <!-- For ActiveMQ Web
-               <dependency>
-                       <groupId>org.argeo.dep.osgi</groupId>
-                       <artifactId>org.argeo.dep.osgi.activemq.web</artifactId>
-               </dependency> -->
-
        </dependencies>
 </project>
\ No newline at end of file
index 2546c8990be81ddd307ba17032d2b784d1d641ab..54707dbfaf9bcf68b89b726d6864ba7cc51c7b68 100644 (file)
@@ -13,6 +13,7 @@
        <name>Argeo SLC Dependencies</name>
        <modules>
                <module>org.argeo.slc.dep.server</module>
+               <module>org.argeo.slc.dep.agent</module>
        </modules>
        <build>
                <resources>
index aa25a83be8f26323bc77b3d7f0a33f7d90d3540e..bd66540ab046d24a458d305a2b1151db0b55a0f8 100644 (file)
@@ -2,11 +2,6 @@
        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.slc.server</groupId>
-                       <artifactId>deploy</artifactId> <version>0.11.4-SNAPSHOT</version>
-                       <relativePath>../../server/org.argeo.slc.siteserver</relativePath>
-               -->
                <groupId>org.argeo.slc</groupId>
                <artifactId>integration-tests</artifactId>
                <version>0.11.4-SNAPSHOT</version>
@@ -14,7 +9,7 @@
        <groupId>org.argeo.slc.it</groupId>
        <artifactId>org.argeo.slc.it.webapp</artifactId>
        <packaging>jar</packaging>
-       <name>Argeo SLC Web Application Integration Tests</name>
+       <name>Argeo SLC Integration Tests Web Application</name>
        <build>
                <plugins>
                        <plugin>
                </plugins>
        </build>
        <dependencies>
-               <!--  Server -->
-               <dependency>
-                       <groupId>org.argeo.slc.runtime</groupId>
-                       <artifactId>org.argeo.slc.support.equinox</artifactId>
-               </dependency>
                <dependency>
                        <groupId>org.argeo.slc.dep</groupId>
                        <artifactId>org.argeo.slc.dep.server</artifactId>
                        <version>${project.version}</version>
                </dependency>
-               <!-- TEST -->
                <dependency>
-                       <groupId>org.argeo.slc.runtime</groupId>
-                       <artifactId>org.argeo.slc.server</artifactId>
-                       <scope>test</scope>
+                       <groupId>org.argeo.slc.dep</groupId>
+                       <artifactId>org.argeo.slc.dep.agent</artifactId>
+                       <version>${project.version}</version>
                </dependency>
+               <!-- RIA -->
                <dependency>
-                       <groupId>org.argeo.slc.runtime</groupId>
-                       <artifactId>org.argeo.slc.osgiboot</artifactId>
-                       <scope>test</scope>
+                       <groupId>org.argeo.slc.server</groupId>
+                       <artifactId>org.argeo.slc.ria</artifactId>
                </dependency>
        </dependencies>
 </project>
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index b6274b43909e4387f002c15beb80c93be2c25fb6..144a711c2623aa8f8945b0737560eea626ff55a8 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -483,11 +483,6 @@ limitations under the License.
                                <artifactId>org.springframework.jms</artifactId>
                                <version>${version.spring}</version>
                        </dependency>
-                       <!--
-                               <dependency> <groupId>org.springframework.ws</groupId>
-                               <artifactId>org.springframework.ws</artifactId>
-                               <version>${version.spring-ws}</version> </dependency>
-                       -->
                        <dependency>
                                <groupId>org.springframework.ws</groupId>
                                <artifactId>org.springframework.oxm</artifactId>
index 82b5087967ffe7fac6809d9178fd715e0af21656..c837689c3936bfedd150dc6f20cb9e372a4a2d23 100644 (file)
@@ -1,4 +1,5 @@
-<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">
+<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.slc</groupId>
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-jar-plugin</artifactId>
-                               <!-- 
-                               <executions>
-                                       <execution>
-                                               <goals>
-                                                       <goal>test-jar</goal>
-                                               </goals>
-                                       </execution>
-                               </executions>
-                                -->
+                               <!--
+                                       <executions> <execution> <goals> <goal>test-jar</goal> </goals>
+                                       </execution> </executions>
+                               -->
                        </plugin>
                        <plugin>
                                <groupId>org.apache.felix</groupId>
                <!-- SLC -->
                <dependency>
                        <groupId>org.argeo.slc.runtime</groupId>
-                       <artifactId>org.argeo.slc.support.hibernate</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.argeo.slc.runtime</groupId>
-                       <artifactId>org.argeo.slc.support.castor</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.argeo.slc.runtime</groupId>
-                       <artifactId>org.argeo.slc.support.activemq</artifactId>
+                       <artifactId>org.argeo.slc.support.simple</artifactId>
                </dependency>
 
                <!-- Spring -->
-               <!--
-                       <dependency> <groupId>org.springframework.ws</groupId>
-                       <artifactId>org.springframework.ws</artifactId> </dependency>
-               -->
                <dependency>
                        <groupId>org.springframework</groupId>
                        <artifactId>org.springframework.web.servlet</artifactId>
                        <groupId>org.springframework</groupId>
                        <artifactId>org.springframework.aop</artifactId>
                </dependency>
-
-               <!-- J2EE -->
-               <dependency>
-                       <groupId>javax.servlet</groupId>
-                       <artifactId>
-                               com.springsource.javax.servlet.jsp.jstl
-                       </artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.apache.taglibs</groupId>
-                       <artifactId>
-                               com.springsource.org.apache.taglibs.standard
-                       </artifactId>
-               </dependency>
                <dependency>
-                       <groupId>javax.servlet</groupId>
-                       <artifactId>com.springsource.javax.servlet</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>javax.wsdl</groupId>
-                       <artifactId>com.springsource.javax.wsdl</artifactId>
+                       <groupId>org.springframework.ws</groupId>
+                       <artifactId>org.springframework.oxm</artifactId>
                </dependency>
 
+               <!-- J2EE -->
                <dependency>
                        <groupId>javax.servlet</groupId>
-                       <artifactId>com.springsource.javax.servlet.jsp</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>javax.el</groupId>
-                       <artifactId>com.springsource.javax.el</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>javax.servlet</groupId>
-                       <artifactId>com.springsource.javax.servlet.jsp.jstl</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.apache.taglibs</groupId>
-                       <artifactId>com.springsource.org.apache.taglibs.standard</artifactId>
+                       <artifactId>com.springsource.javax.servlet</artifactId>
                </dependency>
 
-               <!-- Various -->
+               <!-- AOP -->
                <dependency>
                        <groupId>org.aspectj</groupId>
                        <artifactId>com.springsource.org.aspectj.weaver</artifactId>
                </dependency>
+
+               <!-- Docs -->
                <dependency>
                        <groupId>net.sourceforge.jexcelapi</groupId>
                        <artifactId>com.springsource.jxl</artifactId>
                        <groupId>com.lowagie.text</groupId>
                        <artifactId>com.springsource.com.lowagie.text</artifactId>
                </dependency>
-
-               <!-- Required in JDK 1.5 -->
-               <dependency>
-                       <groupId>com.sun.xml</groupId>
-                       <artifactId>
-                               com.springsource.com.sun.xml.messaging.saaj
-                               </artifactId>
-               </dependency>
-
        </dependencies>
 </project>
index 77afa1aac3e497776f7f459f8b13ba938504616b..1b76b9df95b737fa8e8d4db2c93c0c05870adff0 100644 (file)
@@ -1,4 +1,5 @@
-<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">
+<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.slc</groupId>
                        <groupId>org.apache.commons</groupId>
                        <artifactId>com.springsource.org.apache.commons.pool</artifactId>
                </dependency>
-               <dependency>
-                       <groupId>org.apache.geronimo.specs</groupId>
-                       <artifactId>com.springsource.javax.management.j2ee</artifactId>
-               </dependency>
+
+               <!-- JEE required by ActiveMQ Core-->
                <dependency>
                        <groupId>javax.activation</groupId>
                        <artifactId>com.springsource.javax.activation</artifactId>
                </dependency>
                <dependency>
-                       <groupId>javax.servlet</groupId>
-                       <artifactId>com.springsource.javax.servlet</artifactId>
+                       <groupId>org.apache.geronimo.specs</groupId>
+                       <artifactId>com.springsource.javax.management.j2ee</artifactId>
                </dependency>
                <dependency>
                        <groupId>javax.ejb</groupId>
                        <groupId>javax.xml.soap</groupId>
                        <artifactId>com.springsource.javax.xml.soap</artifactId>
                </dependency>
-
-               <!--
-                       <dependency> <groupId>javax.xml.stream</groupId>
-                       <artifactId>com.springsource.javax.xml.stream</artifactId>
-                       </dependency> <dependency> <groupId>org.apache.xalan</groupId>
-                       <artifactId>com.springsource.org.apache.xalan</artifactId>
-                       </dependency>
-               -->
+               <dependency>
+                       <groupId>javax.transaction</groupId>
+                       <artifactId>com.springsource.javax.transaction</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>javax.servlet</groupId>
+                       <artifactId>com.springsource.javax.servlet</artifactId>
+               </dependency>
        </dependencies>
 </project>
\ No newline at end of file