Fix Java 16 dependency not for every modules (because WebAPI still run with Java 11)

This commit is contained in:
2021-07-04 16:03:21 +02:00
parent 918ab59b69
commit e9afbbe7b6
8 changed files with 56 additions and 11 deletions

View File

@@ -13,7 +13,7 @@
<attribute name="test" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-16">
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>