]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - pom.xml
Remove empty package
[gpl/argeo-slc.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 571d5d3090e9445c4e93bd419628f5e739b96692..35f0eaca9e213cf767d9a6718ec9a062f30a39d0 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
                <version.ant>1.7.0</version.ant>
                <version.jetty>6.1.14</version.jetty>
                <version.tomcat>6.0.18</version.tomcat>
-               <version.equinox>3.4.2.R34x_v20080826-1230</version.equinox>
+               <version.equinox>3.5.0.v20090311-1300</version.equinox>
                <version.slf4j>1.5.6</version.slf4j>
                <version.maven-bundle-plugin>2.0.0</version.maven-bundle-plugin>
                <version.activemq>5.2.0.0006</version.activemq>
@@ -225,6 +225,11 @@ limitations under the License.
                                <artifactId>org.argeo.slc.detached</artifactId>
                                <version>${project.version}</version>
                        </dependency>
+                       <dependency>
+                               <groupId>org.argeo.slc.runtime</groupId>
+                               <artifactId>org.argeo.slc.lib.detached</artifactId>
+                               <version>${project.version}</version>
+                       </dependency>
                        <dependency>
                                <groupId>org.argeo.slc.runtime</groupId>
                                <artifactId>org.argeo.slc.support.simple</artifactId>
@@ -269,6 +274,11 @@ limitations under the License.
                                <groupId>org.argeo.slc.runtime</groupId>
                                <artifactId>org.argeo.slc.support.equinox</artifactId>
                                <version>${project.version}</version>
+                       </dependency>\r
+                       <dependency>\r
+                               <groupId>org.argeo.slc.runtime</groupId>\r
+                               <artifactId>org.argeo.slc.support.jemmy</artifactId>\r
+                               <version>${project.version}</version>\r
                        </dependency>
                        <!--
                                <dependency> <groupId>org.argeo.slc.runtime</groupId>
@@ -366,6 +376,19 @@ limitations under the License.
                                <version>2.1.7</version>
                        </dependency>
 
+                       <dependency>
+                               <groupId>net.sourceforge.mx4j</groupId>
+                               <artifactId>com.springsource.mx4j</artifactId>
+                               <version>3.0.2</version>
+                               <exclusions>
+                                       <exclusion>
+                                               <groupId>org.apache.commons</groupId>
+                                               <artifactId>com.springsource.org.apache.commons.logging</artifactId>
+                                       </exclusion>
+                               </exclusions>
+                       </dependency>
+
+
                        <!-- Unit tests -->
                        <dependency>
                                <groupId>org.junit</groupId>
@@ -376,6 +399,12 @@ limitations under the License.
                                <groupId>org.dbunit</groupId>
                                <artifactId>com.springsource.org.dbunit</artifactId>
                                <version>2.2.0</version>
+                               <exclusions>
+                                       <exclusion>
+                                               <groupId>org.apache.commons</groupId>
+                                               <artifactId>com.springsource.org.apache.commons.logging</artifactId>
+                                       </exclusion>
+                               </exclusions>
                        </dependency>
 
                        <!-- Logging -->
@@ -733,6 +762,17 @@ limitations under the License.
                                <artifactId>com.springsource.org.apache.commons.dbcp</artifactId>
                                <version>1.2.2.osgi</version>
                        </dependency>
+                       <dependency>
+                               <groupId>org.apache.commons</groupId>
+                               <artifactId>com.springsource.org.apache.commons.fileupload</artifactId>
+                               <version>1.2.0</version>
+                               <exclusions>
+                                       <exclusion>
+                                               <groupId>org.apache.commons</groupId>
+                                               <artifactId>com.springsource.org.apache.commons.logging</artifactId>
+                                       </exclusion>
+                               </exclusions>
+                       </dependency>
 
                        <!-- DB Drivers -->
                        <dependency>
@@ -899,13 +939,16 @@ limitations under the License.
                        <dependency>
                                <groupId>org.hibernate</groupId>
                                <artifactId>com.springsource.org.hibernate</artifactId>
-                               <version>3.2.6.ga</version>
-                               <!-- <version>3.3.1.GA</version> TODO: fix issues with logging -->
+                               <version>3.3.1.GA</version>
                                <exclusions>
                                        <exclusion>
                                                <groupId>org.apache.commons</groupId>
                                                <artifactId>com.springsource.org.apache.commons.logging</artifactId>
                                        </exclusion>
+                                       <exclusion>
+                                               <groupId>org.slf4j</groupId>
+                                               <artifactId>com.springsource.slf4j.api</artifactId>
+                                       </exclusion>
                                </exclusions>
                        </dependency>
                        <dependency>
@@ -916,7 +959,7 @@ limitations under the License.
                        <dependency>
                                <groupId>net.sourceforge.ehcache</groupId>
                                <artifactId>com.springsource.net.sf.ehcache</artifactId>
-                               <version>1.4.1</version>
+                               <version>1.6.0</version>
                                <exclusions>
                                        <exclusion>
                                                <groupId>org.apache.commons</groupId>