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 2008/05/29 05:01:49 UTC

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

Author: jmsnell
Date: Wed May 28 20:01:49 2008
New Revision: 661194

URL: http://svn.apache.org/viewvc?rev=661194&view=rev
Log:
fix the broken dependency for the features extension

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=661194&r1=661193&r2=661194&view=diff
==============================================================================
--- incubator/abdera/java/trunk/examples/pom.xml (original)
+++ incubator/abdera/java/trunk/examples/pom.xml Wed May 28 20:01:49 2008
@@ -71,6 +71,11 @@
       <artifactId>abdera-extensions-sharing</artifactId>
       <version>0.5.0-incubating-SNAPSHOT</version>
     </dependency>
+    <dependency>
+      <groupId>org.apache.abdera</groupId>
+      <artifactId>abdera-extensions-features</artifactId>
+      <version>0.5.0-incubating-SNAPSHOT</version>
+    </dependency>
     <dependency>
       <groupId>org.apache.abdera</groupId>
       <artifactId>abdera-security</artifactId>