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:
Simone Bordet 2018-10-30 17:42:11 +01:00
parent 5e2c0600d3
commit 5d837309c3
1 changed files with 1 additions and 0 deletions

View File

@ -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>