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 3557A200CC5 for ; Tue, 11 Jul 2017 18:20:02 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 3051E16657F; Tue, 11 Jul 2017 16:20:02 +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 9AFE3166577 for ; Tue, 11 Jul 2017 18:20:01 +0200 (CEST) Received: (qmail 16895 invoked by uid 500); 11 Jul 2017 16:20:00 -0000 Mailing-List: contact commits-help@pdfbox.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@pdfbox.apache.org Delivered-To: mailing list commits@pdfbox.apache.org Received: (qmail 16702 invoked by uid 99); 11 Jul 2017 16:19:59 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Jul 2017 16:19:59 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id AA7683A0F99 for ; Tue, 11 Jul 2017 16:19:58 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1801633 - /pdfbox/branches/1.8/parent/pom.xml Date: Tue, 11 Jul 2017 16:19:58 -0000 To: commits@pdfbox.apache.org From: tilman@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20170711161958.AA7683A0F99@svn01-us-west.apache.org> archived-at: Tue, 11 Jul 2017 16:20:02 -0000 Author: tilman Date: Tue Jul 11 16:19:58 2017 New Revision: 1801633 URL: http://svn.apache.org/viewvc?rev=1801633&view=rev Log: PDFBOX-3865: add OWASP dependency-check to build Modified: pdfbox/branches/1.8/parent/pom.xml Modified: pdfbox/branches/1.8/parent/pom.xml URL: http://svn.apache.org/viewvc/pdfbox/branches/1.8/parent/pom.xml?rev=1801633&r1=1801632&r2=1801633&view=diff ============================================================================== --- pdfbox/branches/1.8/parent/pom.xml (original) +++ pdfbox/branches/1.8/parent/pom.xml Tue Jul 11 16:19:58 2017 @@ -70,6 +70,21 @@ + + org.owasp + dependency-check-maven + 2.0.0 + + true + + + + + check + + + +