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 2014/10/04 14:05:25 UTC

svn commit: r1629374 - /manifoldcf/trunk/framework/jetty-runner/pom.xml

Author: kwright
Date: Sat Oct  4 12:05:25 2014
New Revision: 1629374

URL: http://svn.apache.org/r1629374
Log:
Fix maven build issue

Modified:
    manifoldcf/trunk/framework/jetty-runner/pom.xml

Modified: manifoldcf/trunk/framework/jetty-runner/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/framework/jetty-runner/pom.xml?rev=1629374&r1=1629373&r2=1629374&view=diff
==============================================================================
--- manifoldcf/trunk/framework/jetty-runner/pom.xml (original)
+++ manifoldcf/trunk/framework/jetty-runner/pom.xml Sat Oct  4 12:05:25 2014
@@ -136,6 +136,13 @@
       <version>${project.version}</version>
     </dependency>
 
+    <!-- Compile-time dependencies -->
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpclient</artifactId>
+      <version>${httpcomponent.httpclient.version}</version>
+    </dependency>
+
     <!-- output connectors -->
     <dependency>
       <groupId>${project.groupId}</groupId>
@@ -336,12 +343,6 @@
       </exclusions>
     </dependency>
     <dependency>
-      <groupId>org.apache.httpcomponents</groupId>
-      <artifactId>httpclient</artifactId>
-      <version>${httpcomponent.httpclient.version}</version>
-      <scope>runtime</scope>
-    </dependency>
-    <dependency>
       <groupId>commons-collections</groupId>
       <artifactId>commons-collections</artifactId>
       <version>${commons-collections.version}</version>