]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.detached/pom.xml
Force J2SE 1.4
[gpl/argeo-slc.git] / runtime / org.argeo.slc.detached / pom.xml
index 6ac8b90cd0754d93c1391413bd33bc775f6bb427..33dafd5848cc96c31699d40d75b919412509b3d8 100644 (file)
@@ -28,6 +28,7 @@
                                                <Import-Package>
                                                        org.w3c.dom;version="0.0.0",
                                                        javax.xml.*;version="0.0.0",
+                                                       org.apache.xerces.jaxp,
                                                        org.springframework.beans.factory;version="2.0",
                                                        org.springframework.beans.factory.support;version="2.0",
                                                        org.springframework.beans.factory.xml;version="2.0",
                        <artifactId>com.springsource.junit</artifactId>
                        <scope>test</scope>
                </dependency>
+
+               <dependency>
+                       <groupId>org.slf4j</groupId>
+                       <artifactId>com.springsource.slf4j.org.apache.commons.logging</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.slf4j</groupId>
+                       <artifactId>com.springsource.slf4j.log4j</artifactId>
+               </dependency>
+
+               <!-- JRE 1.4 -->
                <dependency>
-                       <groupId>org.apache.log4j</groupId>
-                       <artifactId>com.springsource.org.apache.log4j</artifactId>
+                       <groupId>org.apache.xerces</groupId>
+                       <artifactId>com.springsource.org.apache.xerces</artifactId>
                </dependency>
+
        </dependencies>
 </project>
\ No newline at end of file