Skip to content

Commit

Permalink
Use add-modules in JDK 9 and 10 unit tests
Browse files Browse the repository at this point in the history
Signed-off-by: Andy McCright <j.andrew.mccright@gmail.com>
  • Loading branch information
andymc12 committed Oct 13, 2020
1 parent aad0e8c commit c074804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jaxrs-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<argLine>--add-modules java.xml.bind --add-opens jakarta.ws.rs/jakarta.ws.rs.core=java.xml.bind</argLine>
<argLine>--add-modules jakarta.xml.bind</argLine>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit c074804

Please sign in to comment.