]> git.argeo.org Git - gpl/argeo-slc.git/commitdiff
Integrate XML-based file exchanges.
authorMathieu Baudier <mbaudier@argeo.org>
Sun, 5 Oct 2008 13:42:48 +0000 (13:42 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Sun, 5 Oct 2008 13:42:48 +0000 (13:42 +0000)
git-svn-id: https://svn.argeo.org/slc/trunk@1700 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

org.argeo.slc.detached.launcher/pom.xml
org.argeo.slc.detached.launcher/src/main/resources/org/argeo/slc/detached/launcher/felix.properties

index 50930710eb450768125b8c859c58fd574c38f64b..d1afacb4d652df53b39afc59f072a18da42402d5 100644 (file)
             <version>2.0.8</version>
         </dependency>
 
+        <dependency>
+            <groupId>commons-io</groupId>
+            <artifactId>commons-io</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>commons-logging</groupId>
+            <artifactId>commons-logging</artifactId>
+        </dependency>
         <dependency>
             <groupId>xerces</groupId>
             <artifactId>xercesImpl</artifactId>
index 268cd25bd9fb0886383e8fb19892247d8e5fbbe7..c83ed39908c9d069228f4e4082596f242dd67d0a 100644 (file)
@@ -13,12 +13,14 @@ org.osgi.framework.system.packages=org.osgi.framework; version=1.4.0, \
  org.osgi.service.startlevel; version=1.1.0, \
  org.osgi.service.url; version=1.0.0, \
  org.osgi.util.tracker; version=1.3.3, \
- org.springframework.beans.factory,\
- org.springframework.beans.factory.support,\
- org.springframework.beans.factory.xml,\
- org.springframework.context,\
- org.springframework.context.support,\
- org.springframework.core.io, \
+ org.springframework.beans.factory;version=2.0.8,\
+ org.springframework.beans.factory.support;version=2.0.8,\
+ org.springframework.beans.factory.xml;version=2.0.8,\
+ org.springframework.context;version=2.0.8,\
+ org.springframework.context.support;version=2.0.8,\
+ org.springframework.core.io;version=2.0.8, \
+ org.apache.commons.io; version=1.4.0, \
+ org.apache.commons.io.filefilter; version=1.4.0, \
  org.apache.commons.logging \
  ${jre-${java.specification.version}}