This is an automated email from the ASF dual-hosted git repository.
myui pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hivemall.git
The following commit(s) were added to refs/heads/master by this push:
new 8ebc510 Excluded JDK's tools.jar from Bytecode Version enforcer
8ebc510 is described below
commit 8ebc51048090009249a471f171247cd24c79003f
Author: Makoto Yui <[email protected]>
AuthorDate: Mon Mar 18 15:40:35 2019 +0900
Excluded JDK's tools.jar from Bytecode Version enforcer
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index 9e8caa9..7902040 100644
--- a/pom.xml
+++ b/pom.xml
@@ -664,6 +664,7 @@
<enforceBytecodeVersion>
<maxJdkVersion>${maven.compiler.target}</maxJdkVersion>
<excludes>
+
<exclude>jdk.tools:jdk.tools</exclude>
<exclude>org.mindrot:jbcrypt</exclude>
</excludes>
</enforceBytecodeVersion>