You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by vs...@apache.org on 2011/01/05 12:19:01 UTC

svn commit: r1055419 - /maven/plugins/trunk/maven-doap-plugin/pom.xml

Author: vsiveton
Date: Wed Jan  5 11:19:01 2011
New Revision: 1055419

URL: http://svn.apache.org/viewvc?rev=1055419&view=rev
Log:
MDOAP-35: Fetch file-release url

o forgot dependency

Modified:
    maven/plugins/trunk/maven-doap-plugin/pom.xml

Modified: maven/plugins/trunk/maven-doap-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-doap-plugin/pom.xml?rev=1055419&r1=1055418&r2=1055419&view=diff
==============================================================================
--- maven/plugins/trunk/maven-doap-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-doap-plugin/pom.xml Wed Jan  5 11:19:01 2011
@@ -131,6 +131,11 @@ under the License.
       <artifactId>jena</artifactId>
       <version>2.6.3</version>
     </dependency>
+    <dependency>
+      <groupId>commons-httpclient</groupId>
+      <artifactId>commons-httpclient</artifactId>
+      <version>3.1</version>
+    </dependency>
 
     <!-- test -->
     <dependency>