Hello, I tried to move my project https://github.com/hlavki/g-suite-identity-sync to JDK 11. 1. So I changed: <maven.compiler.source>11</maven.compiler.source> <maven.compiler.target>11</maven.compiler.target>
2. All occurences of <javase> to <javase>11</javase> 3. Added jaxb to classpath. and I get this error: Failed to execute goal on project g-suite-identity-sync-features: Could not resolve dependencies for project eu.hlavki.identity:g-suite-identity-sync-features:feature:0.3.7-SNAPSHOT: Failure to find org.apache.karaf.shell:org.apache.karaf.shell.core:jar:4.2.1-SNAPSHOT in https://repository.apache.org/snapshots/ was cached in the local repository, resolution will not be reattempted until the update interval of apache.snapshots has elapsed or updates are forced -> [Help 1] It's strange, because there no mention of 4.2.1-SNAPSHOT version. CXF feature also does not define version of shell feature. Same behaviour with karaf 4.2.2. thanks, m.