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/02/26 20:32:33 UTC

svn commit: r631349 - /incubator/abdera/java/trunk/extensions/json/pom.xml

Author: jmsnell
Date: Tue Feb 26 11:32:31 2008
New Revision: 631349

URL: http://svn.apache.org/viewvc?rev=631349&view=rev
Log:
build fixes to support the jsonfilter

Modified:
    incubator/abdera/java/trunk/extensions/json/pom.xml

Modified: incubator/abdera/java/trunk/extensions/json/pom.xml
URL: http://svn.apache.org/viewvc/incubator/abdera/java/trunk/extensions/json/pom.xml?rev=631349&r1=631348&r2=631349&view=diff
==============================================================================
--- incubator/abdera/java/trunk/extensions/json/pom.xml (original)
+++ incubator/abdera/java/trunk/extensions/json/pom.xml Tue Feb 26 11:32:31 2008
@@ -52,6 +52,11 @@
       <groupId>org.apache.abdera</groupId>
       <artifactId>abdera-protocol</artifactId>
       <version>0.4.0-incubating-SNAPSHOT</version>
+    </dependency> 
+    <dependency>
+      <groupId>org.apache.abdera</groupId>
+      <artifactId>abdera-server</artifactId>
+      <version>0.4.0-incubating-SNAPSHOT</version>
     </dependency>  
     <dependency>
       <groupId>org.apache.abdera</groupId>