From commits-return-8651-archive-asf-public=cust-asf.ponee.io@fineract.apache.org Thu May 7 05:52:32 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 37E3B18062B for ; Thu, 7 May 2020 07:52:32 +0200 (CEST) Received: (qmail 8347 invoked by uid 500); 7 May 2020 05:52:30 -0000 Mailing-List: contact commits-help@fineract.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@fineract.apache.org Delivered-To: mailing list commits@fineract.apache.org Received: (qmail 8313 invoked by uid 99); 7 May 2020 05:52:29 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 May 2020 05:52:29 +0000 From: =?utf-8?q?GitBox?= To: commits@fineract.apache.org Subject: =?utf-8?q?=5BGitHub=5D_=5Bfineract=5D_ptuomola_commented_on_a_change_in_pull?= =?utf-8?q?_request_=23820=3A_=5BWIP=5D_FINERACT-846=3A_Migrating_to_Java_11?= Message-ID: <158883074926.26397.5408295834235934746.asfpy@gitbox.apache.org> Date: Thu, 07 May 2020 05:52:29 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit References: In-Reply-To: ptuomola commented on a change in pull request #820: URL: https://github.com/apache/fineract/pull/820#discussion_r421254618 ########## File path: fineract-provider/build.gradle ########## @@ -21,6 +21,9 @@ Run as: gradle clean bootRun''' project.ext.jerseyVersion = '1.19.4' +ext["rest-assured.version"] = '4.3.0' Review comment: Sorry - I thought the dependencySet only set the version for the JARs you've liste in the set, but not for the dependencies that those dependencies bring in (i.e. the transitive dependencies). But if it works automatically for the non-listed transitive dependencies as well, then of course that will have the same result as this. I'll try it out and change if it works. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: users@infra.apache.org