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:15:06 UTC

svn commit: r1304786 - /incubator/any23/trunk/plugins/basic-crawler/pom.xml

Author: simonetripodi
Date: Sat Mar 24 13:15:05 2012
New Revision: 1304786

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

Modified:
    incubator/any23/trunk/plugins/basic-crawler/pom.xml

Modified: incubator/any23/trunk/plugins/basic-crawler/pom.xml
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/plugins/basic-crawler/pom.xml?rev=1304786&r1=1304785&r2=1304786&view=diff
==============================================================================
--- incubator/any23/trunk/plugins/basic-crawler/pom.xml (original)
+++ incubator/any23/trunk/plugins/basic-crawler/pom.xml Sat Mar 24 13:15:05 2012
@@ -50,12 +50,12 @@
     </dependency>
 
     <!-- Crawler4j -->
- 	<dependency>
-        <groupId>edu.uci.ics</groupId>
-        <artifactId>crawler4j</artifactId>
-        <version>3.3</version>
-        <type>jar</type>
-        <scope>compile</scope>
+    <dependency>
+      <groupId>edu.uci.ics</groupId>
+      <artifactId>crawler4j</artifactId>
+      <version>3.3</version>
+      <type>jar</type>
+      <scope>compile</scope>
     </dependency>
   </dependencies>