Improve detached
authorMathieu Baudier <mbaudier@argeo.org>
Wed, 8 Jul 2009 15:35:09 +0000 (15:35 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Wed, 8 Jul 2009 15:35:09 +0000 (15:35 +0000)
git-svn-id: https://svn.argeo.org/slc/trunk@2712 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

demo/pom.xml
pom.xml

index 5d3d567a697d207088c6c25ba5d3fea92a6d92fa..82275a0f58b5770e3f4df91c429b0eecfd75b61b 100644 (file)
                                <dependency>
                                        <groupId>net.sourceforge.mx4j</groupId>
                                        <artifactId>com.springsource.mx4j</artifactId>
-                                       <version>3.0.2</version>
-                               </dependency>
-                               <dependency>
-                                       <groupId>org.apache.xerces</groupId>
-                                       <artifactId>com.springsource.org.apache.xerces</artifactId>
-                                       <version>2.8.1</version>
                                </dependency>
                        </dependencies>
                </profile>
diff --git a/pom.xml b/pom.xml
index 56f4bc4d9c1aa3f62d0d09eadeb397ce48a341fb..53ca93cd461b875dad2034e5cb5d90383e4da56f 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -371,6 +371,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>