Repository: karaf Updated Branches: refs/heads/master e3915a4f1 -> f0843c902
Fix build on Java 9 Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/f0843c90 Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/f0843c90 Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/f0843c90 Branch: refs/heads/master Commit: f0843c9021152c43bb076d145cead1c8777e70ea Parents: e3915a4 Author: Guillaume Nodet <[email protected]> Authored: Mon Oct 16 17:51:49 2017 +0200 Committer: Guillaume Nodet <[email protected]> Committed: Mon Oct 16 17:51:59 2017 +0200 ---------------------------------------------------------------------- .mvn/jvm.config | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf/blob/f0843c90/.mvn/jvm.config ---------------------------------------------------------------------- diff --git a/.mvn/jvm.config b/.mvn/jvm.config new file mode 100644 index 0000000..b2949cb --- /dev/null +++ b/.mvn/jvm.config @@ -0,0 +1 @@ +--add-modules java.xml.bind
