set jdk 8 in the pom
This fixes warnings in VS Code. Explanation: there is an inconsistency because Maven defaults to jdk 5, while .devcontainers/Dockerfile is based on jdk8.
This commit is contained in:
		This fixes warnings in VS Code. Explanation: there is an inconsistency because Maven defaults to jdk 5, while .devcontainers/Dockerfile is based on jdk8.