Skip to content

Commit

Permalink
update for jdk9 b155+
Browse files Browse the repository at this point in the history
  • Loading branch information
ctomc committed Mar 15, 2017
1 parent f2e4dfc commit b82efa2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@
<!-- fork is needed so compiler args can be used -->
<fork>true</fork>
<compilerArgs>
<arg>-J--add-modules=java.annotations.common,jdk.jconsole</arg>
<arg>-J--add-modules=java.xml.ws.annotation,jdk.jconsole</arg>
<arg>--add-modules=jdk.jconsole</arg>
</compilerArgs>
</configuration>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1704,7 +1704,7 @@
</modular.jdk.args>
<!-- [WFCORE-1494] remove JUL workaround -->
<modular.jdk.props>-Dsun.util.logging.disableCallerCheck=true -Dsun.reflect.debugModuleAccessChecks=true</modular.jdk.props>
<version.org.jboss.byteman>4.0.0-BETA2</version.org.jboss.byteman>
<version.org.jboss.byteman>4.0.0-BETA3</version.org.jboss.byteman>
</properties>
<build>
<plugins>
Expand All @@ -1717,7 +1717,7 @@
<!-- fork is needed so compiler args can be used -->
<fork>true</fork>
<compilerArgs>
<arg>-J--add-modules=java.annotations.common</arg>
<arg>-J--add-modules=java.xml.ws.annotation</arg>
</compilerArgs>
</configuration>
</plugin>
Expand Down

0 comments on commit b82efa2

Please sign in to comment.