You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ace.apache.org by ma...@apache.org on 2014/02/18 23:44:05 UTC

svn commit: r1569547 - /ace/trunk/org.apache.ace.client.rest/bnd.bnd

Author: marrs
Date: Tue Feb 18 22:44:05 2014
New Revision: 1569547

URL: http://svn.apache.org/r1569547
Log:
ACE-456 fixed the CI build, forgot another dependency

Modified:
    ace/trunk/org.apache.ace.client.rest/bnd.bnd

Modified: ace/trunk/org.apache.ace.client.rest/bnd.bnd
URL: http://svn.apache.org/viewvc/ace/trunk/org.apache.ace.client.rest/bnd.bnd?rev=1569547&r1=1569546&r2=1569547&view=diff
==============================================================================
--- ace/trunk/org.apache.ace.client.rest/bnd.bnd (original)
+++ ace/trunk/org.apache.ace.client.rest/bnd.bnd Tue Feb 18 22:44:05 2014
@@ -9,7 +9,8 @@
 	org.apache.felix.gogo.shell,\
 	org.apache.felix.gogo.runtime,\
 	org.apache.ace.feedback.common;version=latest,\
-	org.apache.ace.client.workspace;version=latest
+	org.apache.ace.client.workspace;version=latest,\
+	org.apache.ace.test;version=latest
 Private-Package: org.apache.ace.client.rest,\
 	com.google.gson,\
 	com.google.gson.annotations,\