You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@any23.apache.org by an...@apache.org on 2012/08/10 04:12:24 UTC

svn commit: r1371543 - in /incubator/any23/trunk: core/pom.xml plugins/basic-crawler/pom.xml plugins/html-scraper/pom.xml plugins/integration-test/pom.xml plugins/office-scraper/pom.xml pom.xml service/pom.xml

Author: ansell
Date: Fri Aug 10 02:12:23 2012
New Revision: 1371543

URL: http://svn.apache.org/viewvc?rev=1371543&view=rev
Log:
ANY23-113 : remove dependencies from parent pom file 

Modified:
    incubator/any23/trunk/core/pom.xml
    incubator/any23/trunk/plugins/basic-crawler/pom.xml
    incubator/any23/trunk/plugins/html-scraper/pom.xml
    incubator/any23/trunk/plugins/integration-test/pom.xml
    incubator/any23/trunk/plugins/office-scraper/pom.xml
    incubator/any23/trunk/pom.xml
    incubator/any23/trunk/service/pom.xml

Modified: incubator/any23/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/core/pom.xml?rev=1371543&r1=1371542&r2=1371543&view=diff
==============================================================================
--- incubator/any23/trunk/core/pom.xml (original)
+++ incubator/any23/trunk/core/pom.xml Fri Aug 10 02:12:23 2012
@@ -143,6 +143,27 @@
       <artifactId>commons-csv</artifactId>
     </dependency>
     <!-- END: Apache Commons CSV -->
+
+    <!-- BEGIN: plugins -->
+    <dependency>
+      <groupId>org.kohsuke.metainf-services</groupId>
+      <artifactId>metainf-services</artifactId>
+      <scope>provided</scope>
+    </dependency>
+    <!-- END: plugins -->
+
+    <!-- BEGIN: Test Dependencies -->
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.mockito</groupId>
+      <artifactId>mockito-core</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <!-- END: Test Dependencies -->
   </dependencies>
 
   <build>

Modified: incubator/any23/trunk/plugins/basic-crawler/pom.xml
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/plugins/basic-crawler/pom.xml?rev=1371543&r1=1371542&r2=1371543&view=diff
==============================================================================
--- incubator/any23/trunk/plugins/basic-crawler/pom.xml (original)
+++ incubator/any23/trunk/plugins/basic-crawler/pom.xml Fri Aug 10 02:12:23 2012
@@ -71,6 +71,23 @@
       <artifactId>jcommander</artifactId>
       <scope>provided</scope>
     </dependency>
+
+    <!-- BEGIN: plugins -->
+    <dependency>
+      <groupId>org.kohsuke.metainf-services</groupId>
+      <artifactId>metainf-services</artifactId>
+      <scope>provided</scope>
+    </dependency>
+    <!-- END: plugins -->
+
+    <!-- BEGIN: Test Dependencies -->
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <!-- END: Test Dependencies -->
+
   </dependencies>
 
   <build>

Modified: incubator/any23/trunk/plugins/html-scraper/pom.xml
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/plugins/html-scraper/pom.xml?rev=1371543&r1=1371542&r2=1371543&view=diff
==============================================================================
--- incubator/any23/trunk/plugins/html-scraper/pom.xml (original)
+++ incubator/any23/trunk/plugins/html-scraper/pom.xml Fri Aug 10 02:12:23 2012
@@ -71,6 +71,28 @@
       <artifactId>boilerpipe</artifactId>
     </dependency>
     <!-- END: BoilerPipe -->
+
+    <!-- BEGIN: plugins -->
+    <dependency>
+      <groupId>org.kohsuke.metainf-services</groupId>
+      <artifactId>metainf-services</artifactId>
+      <scope>provided</scope>
+    </dependency>
+    <!-- END: plugins -->
+
+    <!-- BEGIN: Test Dependencies -->
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.mockito</groupId>
+      <artifactId>mockito-core</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <!-- END: Test Dependencies -->
+
   </dependencies>
 
   <build>

Modified: incubator/any23/trunk/plugins/integration-test/pom.xml
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/plugins/integration-test/pom.xml?rev=1371543&r1=1371542&r2=1371543&view=diff
==============================================================================
--- incubator/any23/trunk/plugins/integration-test/pom.xml (original)
+++ incubator/any23/trunk/plugins/integration-test/pom.xml Fri Aug 10 02:12:23 2012
@@ -52,6 +52,15 @@
       <artifactId>apache-any23-basic-crawler</artifactId>
       <version>1.0.1-incubating-SNAPSHOT</version>
     </dependency>
+
+    <!-- BEGIN: Test Dependencies -->
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <!-- END: Test Dependencies -->
+
   </dependencies>
 
   <build>

Modified: incubator/any23/trunk/plugins/office-scraper/pom.xml
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/plugins/office-scraper/pom.xml?rev=1371543&r1=1371542&r2=1371543&view=diff
==============================================================================
--- incubator/any23/trunk/plugins/office-scraper/pom.xml (original)
+++ incubator/any23/trunk/plugins/office-scraper/pom.xml Fri Aug 10 02:12:23 2012
@@ -54,6 +54,28 @@
       <artifactId>poi</artifactId>
       <version>3.7</version>
     </dependency>
+
+    <!-- BEGIN: plugins -->
+    <dependency>
+      <groupId>org.kohsuke.metainf-services</groupId>
+      <artifactId>metainf-services</artifactId>
+      <scope>provided</scope>
+    </dependency>
+    <!-- END: plugins -->
+
+    <!-- BEGIN: Test Dependencies -->
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.mockito</groupId>
+      <artifactId>mockito-core</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <!-- END: Test Dependencies -->
+
   </dependencies>
 
   <build>

Modified: incubator/any23/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/pom.xml?rev=1371543&r1=1371542&r2=1371543&view=diff
==============================================================================
--- incubator/any23/trunk/pom.xml (original)
+++ incubator/any23/trunk/pom.xml Fri Aug 10 02:12:23 2012
@@ -422,53 +422,50 @@
         <artifactId>jcommander</artifactId>
         <version>1.23</version>
       </dependency>
+      <!-- BEGIN: logger -->
+      <dependency>
+        <groupId>org.slf4j</groupId>
+        <artifactId>slf4j-api</artifactId>
+        <version>${slf4j.logger.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.slf4j</groupId>
+        <artifactId>slf4j-jdk14</artifactId>
+        <version>${slf4j.logger.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.slf4j</groupId>
+        <artifactId>jcl-over-slf4j</artifactId>
+        <version>${slf4j.logger.version}</version>
+      </dependency>
+      <!-- END: logger -->
+
+      <!-- BEGIN: plugins -->
+      <dependency>
+        <groupId>org.kohsuke.metainf-services</groupId>
+        <artifactId>metainf-services</artifactId>
+        <version>1.4</version>
+        <scope>provided</scope>
+      </dependency>
+      <!-- END: plugins -->
+
+      <!-- BEGIN: Test Dependencies -->
+      <dependency>
+        <groupId>junit</groupId>
+        <artifactId>junit</artifactId>
+        <version>4.10</version>
+        <scope>test</scope>
+      </dependency>
+      <dependency>
+        <groupId>org.mockito</groupId>
+        <artifactId>mockito-core</artifactId>
+        <version>1.8.5</version>
+        <scope>test</scope>
+      </dependency>
+      <!-- END: Test Dependencies -->
     </dependencies>
   </dependencyManagement>
 
-  <dependencies>
-    <!-- BEGIN: logger -->
-    <dependency>
-      <groupId>org.slf4j</groupId>
-      <artifactId>slf4j-api</artifactId>
-      <version>${slf4j.logger.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.slf4j</groupId>
-      <artifactId>slf4j-jdk14</artifactId>
-      <version>${slf4j.logger.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.slf4j</groupId>
-      <artifactId>jcl-over-slf4j</artifactId>
-      <version>${slf4j.logger.version}</version>
-    </dependency>
-    <!-- END: logger -->
-
-    <!-- BEGIN: plugins -->
-    <dependency>
-      <groupId>org.kohsuke.metainf-services</groupId>
-      <artifactId>metainf-services</artifactId>
-      <version>1.3</version>
-      <scope>provided</scope>
-    </dependency>
-    <!-- END: plugins -->
-
-    <!-- BEGIN: Test Dependencies -->
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>4.10</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.mockito</groupId>
-      <artifactId>mockito-core</artifactId>
-      <version>1.8.5</version>
-      <scope>test</scope>
-    </dependency>
-    <!-- END: Test Dependencies -->
-  </dependencies>
-
   <repositories>
     <repository>
       <id>any23-repository-external</id>

Modified: incubator/any23/trunk/service/pom.xml
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/service/pom.xml?rev=1371543&r1=1371542&r2=1371543&view=diff
==============================================================================
--- incubator/any23/trunk/service/pom.xml (original)
+++ incubator/any23/trunk/service/pom.xml Fri Aug 10 02:12:23 2012
@@ -65,6 +65,15 @@
       <optional>true</optional>
     </dependency>
     <!-- END:   Jetty Deps. -->
+
+    <!-- BEGIN: Test Dependencies -->
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <!-- END: Test Dependencies -->
+
   </dependencies>
 
   <build>