]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - pom.xml
Force J2SE 1.4
[gpl/argeo-slc.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 571d5d3090e9445c4e93bd419628f5e739b96692..70a25540d5e212fe8cc4a269a667c94ac2722041 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,7 +274,12 @@ limitations under the License.
                                <groupId>org.argeo.slc.runtime</groupId>
                                <artifactId>org.argeo.slc.support.equinox</artifactId>
                                <version>${project.version}</version>
-                       </dependency>
+                       </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>
                                <artifactId>org.argeo.slc.support.ws.client</artifactId>
@@ -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>