Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 77C64200BCC for ; Tue, 29 Nov 2016 08:07:20 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 76622160B23; Tue, 29 Nov 2016 07:07:20 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id BFAC3160B05 for ; Tue, 29 Nov 2016 08:07:19 +0100 (CET) Received: (qmail 57909 invoked by uid 500); 29 Nov 2016 07:07:18 -0000 Mailing-List: contact commits-help@brooklyn.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@brooklyn.apache.org Delivered-To: mailing list commits@brooklyn.apache.org Received: (qmail 57899 invoked by uid 99); 29 Nov 2016 07:07:18 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Nov 2016 07:07:18 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id C0158E38FC; Tue, 29 Nov 2016 07:07:18 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: svet@apache.org To: commits@brooklyn.apache.org Date: Tue, 29 Nov 2016 07:07:19 -0000 Message-Id: <3f3b821356764c3db5f962fddec3f668@git.apache.org> In-Reply-To: <195a47cee3c24515b8b531cd481700a9@git.apache.org> References: <195a47cee3c24515b8b531cd481700a9@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/2] brooklyn-server git commit: Closes #469 archived-at: Tue, 29 Nov 2016 07:07:20 -0000 Closes #469 Remove net.java.dev.jna dependency exclusion jclouds now correctly imports the dual-licensed version of jna, so we can rely on that rather than excluding it ourselves. See https://github.com/jclouds/jclouds/commit/b3882cbfed873a5975d4918d1fb8b836b544c421. This is definitely in jclouds 1.9.2. (and 1.9.3 as well): see https://github.com/jclouds/jclouds/blob/rel/jclouds-1.9.2/drivers/sshj/pom.xml#L110. With this change, looking at `mvn dependency:tree -Dverbose` includes the output below, and shows that the only "jna" dependencies are version 4.1.0. ``` [INFO] | +- com.jcraft:jsch.agentproxy.usocket-jna:jar:0.0.8:compile [INFO] | | +- net.java.dev.jna:jna:jar:4.1.0:compile [INFO] | | \- net.java.dev.jna:jna-platform:jar:4.1.0:compile [INFO] | | \- (net.java.dev.jna:jna:jar:4.1.0:compile - omitted for duplicate) ``` It also confirms that `jna` and `jna-platform` don't pull in any other transitive dependencies, so the upgrade from 4.0.0 to 4.1.0 shouldn't cause any problems (it just brings us in line with the versions that were actually tested in the jclouds releases!). Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/a20fdeac Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/a20fdeac Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-server/diff/a20fdeac Branch: refs/heads/master Commit: a20fdeac42de41f6e781a66b55dfc0a4e175bbb0 Parents: b11c87d 76a5068 Author: Svetoslav Neykov Authored: Tue Nov 29 09:07:07 2016 +0200 Committer: Svetoslav Neykov Committed: Tue Nov 29 09:07:07 2016 +0200 ---------------------------------------------------------------------- locations/jclouds/pom.xml | 20 -------------------- parent/pom.xml | 10 ---------- pom.xml | 1 - 3 files changed, 31 deletions(-) ----------------------------------------------------------------------