Skip to content

Commit 731d506

Browse files
committed
HV-1577 Update the README after the migration to Stax
1 parent 7e80431 commit 731d506

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ There are more build options available as well. For more information refer to [C
7979

8080
To build Hibernate Validator with JDK 9, export the following environment variable:
8181

82-
export MAVEN_OPTS="--add-opens=java.base/java.security=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-modules=java.xml.bind"
82+
export MAVEN_OPTS="--add-opens=java.base/java.security=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED
8383

8484
Then the build can be started like this:
8585

@@ -89,7 +89,6 @@ Here are the reasons why we added the various build options:
8989

9090
* add-opens java.security: required by wildfly-maven-plugin:execute-commands (for the WildFly integration tests and the TCK runner running in container mode)
9191
* add-opens java.lang: required by JRuby for Asciidoc processing
92-
* add-modules java.xml.bind: required by the forbiddenapis Maven plugin
9392

9493
## Continuous Integration
9594

0 commit comments

Comments
 (0)