WW-5411 Delete old comment

This commit is contained in:
Kusal Kithul-Godage
2024-07-26 16:59:17 +10:00
parent d0b53465b5
commit bf56c59d88
-6
View File
@@ -57,12 +57,6 @@
<scope>test</scope>
</dependency>
<!--
The Java EE API modules listed below are all marked @Deprecated(forRemoval=true), because they are scheduled
for removal in Java 11. So the -add-module approach will no longer work in Java 11 out of the box.
What we will need to do in Java 11 and forward is include our own copy of the Java EE APIs on the class path
or module path. For example, we can add the JAX-B APIs as a maven dependency like this:
-->
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>