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/03/24 14:30:40 UTC

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

Author: simonetripodi
Date: Sat Mar 24 13:30:39 2012
New Revision: 1304788

URL: http://svn.apache.org/viewvc?rev=1304788&view=rev
Log:
trivial 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=1304788&r1=1304787&r2=1304788&view=diff
==============================================================================
--- incubator/any23/trunk/pom.xml (original)
+++ incubator/any23/trunk/pom.xml Sat Mar 24 13:30:39 2012
@@ -245,11 +245,6 @@
         <version>1.3</version>
       </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>
@@ -372,15 +367,15 @@
         <version>7.0.0.pre5</version>
         <scope>test</scope>
       </dependency>
-    <!-- END:   Servlet Deps. -->
+      <!-- END:   Servlet Deps. -->
 
-    <!-- BEGIN: Plugins specific dependencies -->
-    <dependency>
-      <groupId>de.l3s.boilerpipe</groupId>
-      <artifactId>boilerpipe</artifactId>
-      <version>1.1.0</version>
-    </dependency>
-    <!-- END: Plugins specific dependencies -->
+      <!-- BEGIN: Plugins specific dependencies -->
+      <dependency>
+        <groupId>de.l3s.boilerpipe</groupId>
+        <artifactId>boilerpipe</artifactId>
+        <version>1.1.0</version>
+      </dependency>
+      <!-- END: Plugins specific dependencies -->
     </dependencies>
   </dependencyManagement>