You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by ca...@apache.org on 2011/11/16 13:34:35 UTC

svn commit: r1202666 - /incubator/jena/Jena2/ARQ/trunk/pom.xml

Author: castagna
Date: Wed Nov 16 12:34:35 2011
New Revision: 1202666

URL: http://svn.apache.org/viewvc?rev=1202666&view=rev
Log:
Maven <scope>compile</scope> is the default scope. 

Modified:
    incubator/jena/Jena2/ARQ/trunk/pom.xml

Modified: incubator/jena/Jena2/ARQ/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/pom.xml?rev=1202666&r1=1202665&r2=1202666&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/pom.xml (original)
+++ incubator/jena/Jena2/ARQ/trunk/pom.xml Wed Nov 16 12:34:35 2011
@@ -73,7 +73,6 @@
       <groupId>org.apache.httpcomponents</groupId>
       <artifactId>httpclient</artifactId>
       <version>${ver.http-client}</version>
-      <scope>compile</scope>
       <exclusions>
         <!-- Replace with slf4j adapter -->
         <exclusion>
@@ -87,7 +86,6 @@
       <groupId>org.apache.httpcomponents</groupId>
       <artifactId>httpcore</artifactId>
       <version>${ver.http-client}</version>
-      <scope>compile</scope>
     </dependency>
 
   </dependencies>