You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@clerezza.apache.org by re...@apache.org on 2013/09/09 09:36:37 UTC

svn commit: r1520977 - /clerezza/trunk/platform.typehandlerspace.wink/pom.xml

Author: reto
Date: Mon Sep  9 07:36:37 2013
New Revision: 1520977

URL: http://svn.apache.org/r1520977
Log:
CLEREZZA-814: re-added dependency

Modified:
    clerezza/trunk/platform.typehandlerspace.wink/pom.xml

Modified: clerezza/trunk/platform.typehandlerspace.wink/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/platform.typehandlerspace.wink/pom.xml?rev=1520977&r1=1520976&r2=1520977&view=diff
==============================================================================
--- clerezza/trunk/platform.typehandlerspace.wink/pom.xml (original)
+++ clerezza/trunk/platform.typehandlerspace.wink/pom.xml Mon Sep  9 07:36:37 2013
@@ -58,5 +58,10 @@
             <artifactId>platform.graphnodeprovider</artifactId>
             <version>0.2-SNAPSHOT</version>
         </dependency>
+        <dependency>
+            <groupId>org.apache.clerezza</groupId>
+            <artifactId>jaxrs.extensions</artifactId>
+            <version>0.6-SNAPSHOT</version>
+        </dependency>
     </dependencies>
 </project>
\ No newline at end of file