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/13 08:49:35 UTC

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

Author: kwright
Date: Mon Aug 13 08:49:35 2018
New Revision: 1837927

URL: http://svn.apache.org/viewvc?rev=1837927&view=rev
Log:
Fix maven build

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=1837927&r1=1837926&r2=1837927&view=diff
==============================================================================
--- manifoldcf/trunk/connectors/html-extractor/pom.xml (original)
+++ manifoldcf/trunk/connectors/html-extractor/pom.xml Mon Aug 13 08:49:35 2018
@@ -195,6 +195,11 @@
     </dependency>
     <dependency>
       <groupId>${project.groupId}</groupId>
+      <artifactId>mcf-pull-agent</artifactId>
+      <version>${project.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>${project.groupId}</groupId>
       <artifactId>mcf-ui-core</artifactId>
       <version>${project.version}</version>
     </dependency>