mirror of
https://github.com/apache/struts.git
synced 2026-08-05 22:56:59 +00:00
WW-5411 Delete old comment
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user