Skip to content
This repository was archived by the owner on Sep 15, 2020. It is now read-only.

Commit 06a58a9

Browse files
authored
chore: upgrade bndlib 2.3.0 -> 2.4.0 (#6)
Hopefully it would solve Caused by: java.lang.ClassNotFoundException: aQute.bnd.osgi.Analyzer at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:50) at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271) at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:247) at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239) ... 54 more
1 parent ecc1421 commit 06a58a9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pgjdbc-versions/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,13 @@
319319
<artifactId>maven-bundle-plugin</artifactId>
320320
<!-- 2.5.4 causes all the build steps to be executed twice: https://issues.apache.org/jira/browse/FELIX-4882 -->
321321
<version>2.5.3</version>
322+
<dependencies>
323+
<dependency>
324+
<groupId>biz.aQute.bnd</groupId>
325+
<artifactId>bndlib</artifactId>
326+
<version>2.4.0</version>
327+
</dependency>
328+
</dependencies>
322329
</plugin>
323330
</plugins>
324331
</pluginManagement>

0 commit comments

Comments
 (0)