Return-Path: X-Original-To: apmail-pdfbox-commits-archive@www.apache.org Delivered-To: apmail-pdfbox-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DEBB817B84 for ; Thu, 9 Oct 2014 04:47:39 +0000 (UTC) Received: (qmail 52404 invoked by uid 500); 9 Oct 2014 04:47:39 -0000 Delivered-To: apmail-pdfbox-commits-archive@pdfbox.apache.org Received: (qmail 52381 invoked by uid 500); 9 Oct 2014 04:47:39 -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 52372 invoked by uid 99); 9 Oct 2014 04:47:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Oct 2014 04:47:39 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Oct 2014 04:47:17 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id DEDAD23889E0; Thu, 9 Oct 2014 04:47:15 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1630278 - /pdfbox/trunk/tools/pom.xml Date: Thu, 09 Oct 2014 04:47:15 -0000 To: commits@pdfbox.apache.org From: jahewson@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20141009044715.DEDAD23889E0@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jahewson Date: Thu Oct 9 04:47:15 2014 New Revision: 1630278 URL: http://svn.apache.org/r1630278 Log: PDFBOX-2387: Add jai-imageio and jbig2 test dependencies to pdfbox-tools Modified: pdfbox/trunk/tools/pom.xml Modified: pdfbox/trunk/tools/pom.xml URL: http://svn.apache.org/viewvc/pdfbox/trunk/tools/pom.xml?rev=1630278&r1=1630277&r2=1630278&view=diff ============================================================================== --- pdfbox/trunk/tools/pom.xml (original) +++ pdfbox/trunk/tools/pom.xml Thu Oct 9 04:47:15 2014 @@ -53,6 +53,19 @@ junit test + + + com.levigo.jbig2 + levigo-jbig2-imageio + test + + + net.java.dev.jai-imageio + jai-imageio-core-standalone + test +