You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@abdera.apache.org by jm...@apache.org on 2006/08/25 22:52:20 UTC

svn commit: r436940 - /incubator/abdera/java/trunk/examples/pom.xml

Author: jmsnell
Date: Fri Aug 25 13:52:19 2006
New Revision: 436940

URL: http://svn.apache.org/viewvc?rev=436940&view=rev
Log:
Adding abdera-client to the dependencies

Modified:
    incubator/abdera/java/trunk/examples/pom.xml

Modified: incubator/abdera/java/trunk/examples/pom.xml
URL: http://svn.apache.org/viewvc/incubator/abdera/java/trunk/examples/pom.xml?rev=436940&r1=436939&r2=436940&view=diff
==============================================================================
--- incubator/abdera/java/trunk/examples/pom.xml (original)
+++ incubator/abdera/java/trunk/examples/pom.xml Fri Aug 25 13:52:19 2006
@@ -49,6 +49,12 @@
       <scope>compile</scope>
     </dependency>    
     <dependency>
+      <groupId>org.apache.abdera</groupId>
+      <artifactId>abdera-client</artifactId>
+      <version>0.2.0-incubating-SNAPSHOT</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
       <groupId>commons-httpclient</groupId>
       <artifactId>commons-httpclient</artifactId>
     </dependency>