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>


Reply via email to