You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2018/08/15 02:02:33 UTC

svn commit: r1838060 - /manifoldcf/trunk/connectors/html-extractor/pom.xml

Author: kwright
Date: Wed Aug 15 02:02:33 2018
New Revision: 1838060

URL: http://svn.apache.org/viewvc?rev=1838060&view=rev
Log:
Fix pom since we seem to depend on pull-agent twice at different scopes

Modified:
    manifoldcf/trunk/connectors/html-extractor/pom.xml

Modified: manifoldcf/trunk/connectors/html-extractor/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/connectors/html-extractor/pom.xml?rev=1838060&r1=1838059&r2=1838060&view=diff
==============================================================================
--- manifoldcf/trunk/connectors/html-extractor/pom.xml (original)
+++ manifoldcf/trunk/connectors/html-extractor/pom.xml Wed Aug 15 02:02:33 2018
@@ -236,13 +236,6 @@
       <groupId>${project.groupId}</groupId>
       <artifactId>mcf-pull-agent</artifactId>
       <version>${project.version}</version>
-      <type>jar</type>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>${project.groupId}</groupId>
-      <artifactId>mcf-pull-agent</artifactId>
-      <version>${project.version}</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>