Reference Java 7, not 6 for jconsole. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/8e13c98f Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/8e13c98f Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/8e13c98f
Branch: refs/heads/LOG4J2-1116 Commit: 8e13c98f6534c1d45ce92bb1420de7893902433a Parents: d5f7c94 Author: ggregory <ggreg...@apache.org> Authored: Tue Mar 15 02:08:09 2016 -0700 Committer: ggregory <ggreg...@apache.org> Committed: Tue Mar 15 02:08:09 2016 -0700 ---------------------------------------------------------------------- log4j-jmx-gui/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/8e13c98f/log4j-jmx-gui/pom.xml ---------------------------------------------------------------------- diff --git a/log4j-jmx-gui/pom.xml b/log4j-jmx-gui/pom.xml index 0b4f07f..b460514 100644 --- a/log4j-jmx-gui/pom.xml +++ b/log4j-jmx-gui/pom.xml @@ -194,7 +194,7 @@ <dependency> <groupId>com.sun</groupId> <artifactId>jconsole</artifactId> - <version>1.6.0</version> + <version>1.7.0</version> <scope>system</scope> <systemPath>${java.home}/../lib/jconsole.jar</systemPath> <optional>true</optional> @@ -213,7 +213,7 @@ <dependency> <groupId>com.sun</groupId> <artifactId>jconsole</artifactId> - <version>1.6.0</version> + <version>1.7.0</version> <scope>system</scope> <systemPath>${java.home}/../Classes/jconsole.jar</systemPath> <optional>true</optional>