Skip to content

Commit

Permalink
chore: update to 1.1.0 version of parent pom to upgrade bndlib 2.3.0 …
Browse files Browse the repository at this point in the history
…-> 2.4.0

It solves the following:
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
  • Loading branch information
vlsi committed Aug 19, 2016
1 parent 3b7c7c4 commit 4019ed6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pgjdbc/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.postgresql</groupId>
<artifactId>pgjdbc-core-parent</artifactId>
<version>1.0.8</version>
<version>1.1.0</version>
<relativePath />
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.postgresql</groupId>
<artifactId>pgjdbc-versions</artifactId>
<version>1.0.8</version>
<version>1.1.0</version>
</parent>

<artifactId>pgjdbc-aggregate</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ubenchmark/pom.xml
Expand Up @@ -31,7 +31,7 @@ POSSIBILITY OF SUCH DAMAGE.
<parent>
<groupId>org.postgresql</groupId>
<artifactId>pgjdbc-versions</artifactId>
<version>1.0.8</version>
<version>1.1.0</version>
<relativePath />
</parent>

Expand Down

0 comments on commit 4019ed6

Please sign in to comment.