Issue #2941 - JDK 11: UnsupportedOperationException at AnnotationParser.scanClass.
Downgraded OSGi ASM version to 6.2. Waiting for the SPI Fly library to support JDK 11. Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
This commit is contained in:
parent
5e2c0600d3
commit
5d837309c3
|
@ -15,6 +15,7 @@
|
|||
<packaging>pom</packaging>
|
||||
|
||||
<properties>
|
||||
<asm.version>6.2</asm.version>
|
||||
<osgi-version>3.6.0.v20100517</osgi-version>
|
||||
<osgi-services-version>3.2.100.v20100503</osgi-services-version>
|
||||
<equinox-http-servlet-version>1.0.0-v20070606</equinox-http-servlet-version>
|
||||
|
|
Loading…
Reference in New Issue