]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.server/pom.xml
Remove useless (and buggy) reference to transaction manager
[gpl/argeo-slc.git] / runtime / org.argeo.slc.server / pom.xml
index 223116e07802826efe19d6b33f0cf6a1ff554f7e..f29a673c18005b403f6f9bc5737a9a1ee952a47f 100644 (file)
                </plugins>
        </build>
        <dependencies>
+               <!-- SLC -->
                <dependency>
                        <groupId>org.argeo.slc.runtime</groupId>
                        <artifactId>org.argeo.slc.support.hibernate</artifactId>
-                       <version>${project.version}</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.slc.runtime</groupId>
                        <artifactId>org.argeo.slc.support.castor</artifactId>
-                       <version>${project.version}</version>
-               </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>
                </dependency>
                <dependency>
-                       <groupId>javax.servlet</groupId>
-                       <artifactId>com.springsource.javax.servlet</artifactId>
-                       <scope>provided</scope>
+                       <groupId>org.argeo.slc.runtime</groupId>
+                       <artifactId>org.argeo.slc.support.activemq</artifactId>
                </dependency>
+
+               <!-- Spring -->
                <dependency>
                        <groupId>org.springframework.ws</groupId>
                        <artifactId>org.springframework.ws</artifactId>
                        <groupId>org.springframework</groupId>
                        <artifactId>org.springframework.aop</artifactId>
                </dependency>
+
+               <!-- J2EE -->
                <dependency>
-                       <groupId>org.aspectj</groupId>
-                       <artifactId>com.springsource.org.aspectj.weaver</artifactId>
+                       <groupId>javax.servlet</groupId>
+                       <artifactId>
+                               com.springsource.javax.servlet.jsp.jstl
+                       </artifactId>
                </dependency>
                <dependency>
-                       <groupId>net.sourceforge.jexcelapi</groupId>
-                       <artifactId>com.springsource.jxl</artifactId>
+                       <groupId>org.apache.taglibs</groupId>
+                       <artifactId>
+                               com.springsource.org.apache.taglibs.standard
+                       </artifactId>
                </dependency>
                <dependency>
-                       <groupId>com.lowagie.text</groupId>
-                       <artifactId>com.springsource.com.lowagie.text</artifactId>
+                       <groupId>javax.servlet</groupId>
+                       <artifactId>com.springsource.javax.servlet</artifactId>
+                       <scope>provided</scope>
                </dependency>
                <dependency>
                        <groupId>javax.wsdl</groupId>
                        <artifactId>com.springsource.javax.wsdl</artifactId>
                </dependency>
 
-               <!-- JMS -->
-               <dependency>
-                       <groupId>javax.jms</groupId>
-                       <artifactId>com.springsource.javax.jms</artifactId>
-               </dependency>
+               <!-- ActiveMQ -->
                <dependency>
                        <groupId>org.apache.activemq</groupId>
-                       <artifactId>com.springsource.org.apache.activemq</artifactId>
+                       <artifactId>com.springsource.org.apache.activemq.web</artifactId>
                </dependency>
+
+               <!-- Various -->
                <dependency>
-                       <groupId>org.apache.xbean</groupId>
-                       <artifactId>com.springsource.org.apache.xbean.spring</artifactId>
+                       <groupId>org.aspectj</groupId>
+                       <artifactId>com.springsource.org.aspectj.weaver</artifactId>
                </dependency>
                <dependency>
-                       <groupId>org.apache.activemq</groupId>
-                       <artifactId>com.springsource.org.apache.activemq.web</artifactId>
+                       <groupId>net.sourceforge.jexcelapi</groupId>
+                       <artifactId>com.springsource.jxl</artifactId>
                </dependency>
                <dependency>
-                       <groupId>org.apache.geronimo.specs</groupId>
-                       <artifactId>com.springsource.javax.management.j2ee</artifactId>
+                       <groupId>com.lowagie.text</groupId>
+                       <artifactId>com.springsource.com.lowagie.text</artifactId>
                </dependency>
 
        </dependencies>