You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@any23.apache.org by si...@apache.org on 2012/04/11 14:21:27 UTC

svn commit: r1324732 - /incubator/any23/trunk/pom.xml

Author: simonetripodi
Date: Wed Apr 11 12:21:27 2012
New Revision: 1324732

URL: http://svn.apache.org/viewvc?rev=1324732&view=rev
Log:
code format

Modified:
    incubator/any23/trunk/pom.xml

Modified: incubator/any23/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/pom.xml?rev=1324732&r1=1324731&r2=1324732&view=diff
==============================================================================
--- incubator/any23/trunk/pom.xml (original)
+++ incubator/any23/trunk/pom.xml Wed Apr 11 12:21:27 2012
@@ -283,12 +283,12 @@
         <artifactId>commons-codec</artifactId>
         <version>1.3</version>
       </dependency>
-        <dependency>
-            <groupId>commons-cli</groupId>
-            <artifactId>commons-cli</artifactId>
-            <version>1.2</version>
-        </dependency>
-        <dependency>
+      <dependency>
+        <groupId>commons-cli</groupId>
+        <artifactId>commons-cli</artifactId>
+        <version>1.2</version>
+      </dependency>
+      <dependency>
         <groupId>net.sourceforge.nekohtml</groupId>
         <artifactId>nekohtml</artifactId>
         <version>1.9.14</version>