You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jl...@apache.org on 2007/12/03 10:17:31 UTC

svn commit: r600454 - /openejb/trunk/openejb3/pom.xml

Author: jlaskowski
Date: Mon Dec  3 01:17:30 2007
New Revision: 600454

URL: http://svn.apache.org/viewvc?rev=600454&view=rev
Log:
Fix inconsistent new line endings

Modified:
    openejb/trunk/openejb3/pom.xml

Modified: openejb/trunk/openejb3/pom.xml
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb3/pom.xml?rev=600454&r1=600453&r2=600454&view=diff
==============================================================================
--- openejb/trunk/openejb3/pom.xml (original)
+++ openejb/trunk/openejb3/pom.xml Mon Dec  3 01:17:30 2007
@@ -860,11 +860,11 @@
             </exclusion>
           </exclusions>
       </dependency>
-      <dependency>
-        <groupId>xmlunit</groupId>
-        <artifactId>xmlunit</artifactId>
-        <version>1.1</version>
-        <scope>test</scope>
+      <dependency>
+        <groupId>xmlunit</groupId>
+        <artifactId>xmlunit</artifactId>
+        <version>1.1</version>
+        <scope>test</scope>
       </dependency>
     </dependencies>
   </dependencyManagement>