Skip to content

Commit

Permalink
Upgrade to bndlib 2.4.1 (new version doesn't declare any dependencies…
Browse files Browse the repository at this point in the history
…, so we need to declare the dependency to org.osgi.core ourselves)

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1652661 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Stuart McCulloch committed Jan 17, 2015
1 parent 21f5ece commit 237be6b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions bundleplugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,15 @@
</build>

<dependencies>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.core</artifactId>
<version>4.3.1</version>
</dependency>
<dependency>
<groupId>biz.aQute.bnd</groupId>
<artifactId>bndlib</artifactId>
<version>2.4.0</version>
<artifactId>biz.aQute.bndlib</artifactId>
<version>2.4.1</version>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>
Expand Down

0 comments on commit 237be6b

Please sign in to comment.