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 21CA6200D4B for ; Mon, 27 Nov 2017 20:37:55 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 20641160C15; Mon, 27 Nov 2017 19:37:55 +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 6651E160C13 for ; Mon, 27 Nov 2017 20:37:54 +0100 (CET) Received: (qmail 3600 invoked by uid 500); 27 Nov 2017 19:37:53 -0000 Mailing-List: contact notifications-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jira@apache.org Delivered-To: mailing list notifications@accumulo.apache.org Received: (qmail 3568 invoked by uid 99); 27 Nov 2017 19:37:53 -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; Mon, 27 Nov 2017 19:37:53 +0000 From: GitBox To: notifications@accumulo.apache.org Subject: [GitHub] ctubbsii commented on a change in pull request #289: ACCUMULO-4677 Sanitizing PathParam values in REST-based Monitor Message-ID: <151181147290.1555.15331441591436616057.gitbox@gitbox.apache.org> archived-at: Mon, 27 Nov 2017 19:37:55 -0000 ctubbsii commented on a change in pull request #289: ACCUMULO-4677 Sanitizing PathParam values in REST-based Monitor URL: https://github.com/apache/accumulo/pull/289#discussion_r153291861 ########## File path: pom.xml ########## @@ -703,6 +738,12 @@ slf4j-nop ${slf4j.version} + + org.glassfish.jersey.test-framework.providers + jersey-test-framework-provider-grizzly2 + ${jersey.version} + test Review comment: We typically don't set the scope in the parent POM. We manage the dependency versions in the parent POM, and choose the scope in the module where it is used. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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 With regards, Apache Git Services