Author: alien11689
Date: Sun Dec 25 19:36:46 2016
New Revision: 1776029
URL: http://svn.apache.org/viewvc?rev=1776029&view=rev
Log:
Fix missing bndlib
Modified:
aries/trunk/samples/blueprint/helloworld/helloworld-itests/pom.xml
Modified: aries/trunk/samples/blueprint/helloworld/helloworld-itests/pom.xml
URL:
http://svn.apache.org/viewvc/aries/trunk/samples/blueprint/helloworld/helloworld-itests/pom.xml?rev=1776029&r1=1776028&r2=1776029&view=diff
==============================================================================
--- aries/trunk/samples/blueprint/helloworld/helloworld-itests/pom.xml
(original)
+++ aries/trunk/samples/blueprint/helloworld/helloworld-itests/pom.xml Sun Dec
25 19:36:46 2016
@@ -56,6 +56,12 @@
<artifactId>org.apache.aries.blueprint</artifactId>
<scope>test</scope>
</dependency>
+
+ <dependency>
+ <groupId>biz.aQute</groupId>
+ <artifactId>bndlib</artifactId>
+ <version>0.0.357</version>
+ </dependency>
<dependency>
<groupId>org.apache.aries.proxy</groupId>