Author: gnodet
Date: Tue Sep  8 20:03:54 2009
New Revision: 812667

URL: http://svn.apache.org/viewvc?rev=812667&view=rev
Log:
Try to work around FELIX-1262 for gogo

Modified:
    felix/trunk/gogo/pom.xml

Modified: felix/trunk/gogo/pom.xml
URL: 
http://svn.apache.org/viewvc/felix/trunk/gogo/pom.xml?rev=812667&r1=812666&r2=812667&view=diff
==============================================================================
--- felix/trunk/gogo/pom.xml (original)
+++ felix/trunk/gogo/pom.xml Tue Sep  8 20:03:54 2009
@@ -100,6 +100,13 @@
                     <artifactId>maven-bundle-plugin</artifactId>
                     <version>2.0.0</version>
                     <extensions>true</extensions>
+                    <dependencies>
+                        <dependency>
+                            <groupId>biz.aQute</groupId>
+                            <artifactId>bndlib</artifactId>
+                            <version>0.0.357</version>
+                        </dependency>
+                    </dependencies>
                 </plugin>
             </plugins>
         </pluginManagement>


Reply via email to