OPENJPA-2835 update to xbean-asm9 for Java16 support

This commit is contained in:
Mark Struberg 2020-10-20 13:47:11 +02:00
parent 4a7d6d72f5
commit 548e00f919
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@
<bundle dependency="true">mvn:org.apache.commons/commons-pool2/2.6.0</bundle>
<bundle dependency="true">mvn:org.apache.commons/commons-dbcp2/2.7.0</bundle>
<bundle dependency="true">mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.serp/1.14.1_1</bundle>
<bundle dependency="true">mvn:org.apache.xbean/xbean-asm8-shaded/${xbean.version}</bundle>
<bundle dependency="true">mvn:org.apache.xbean/xbean-asm9-shaded/${xbean.version}</bundle>
<bundle>mvn:org.apache.openjpa/openjpa/${project.version}</bundle>
<capability>
osgi.service;objectClass=javax.persistence.spi.PersistenceProvider;effective:=active;javax.persistence.provider=org.apache.openjpa.persistence.PersistenceProviderImpl

View File

@ -81,7 +81,7 @@
<include>org.apache.geronimo.specs:geronimo-jms_1.1_spec</include>
<include>org.apache.geronimo.specs:geronimo-validation_1.0_spec</include>
<include>org.apache.bval:org.apache.bval.bundle</include>
<include>org.apache.xbean:xbean-asm8-shaded</include>
<include>org.apache.xbean:xbean-asm9-shaded</include>
</includes>
</dependencySet>
</dependencySets>