You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by ti...@apache.org on 2014/10/28 18:46:23 UTC

svn commit: r1634934 - /pdfbox/trunk/pdfbox/pom.xml

Author: tilman
Date: Tue Oct 28 17:46:22 2014
New Revision: 1634934

URL: http://svn.apache.org/r1634934
Log:
PDFBOX-2460: enable TestPublicKeyEncryption in build

Modified:
    pdfbox/trunk/pdfbox/pom.xml

Modified: pdfbox/trunk/pdfbox/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/trunk/pdfbox/pom.xml?rev=1634934&r1=1634933&r2=1634934&view=diff
==============================================================================
--- pdfbox/trunk/pdfbox/pom.xml (original)
+++ pdfbox/trunk/pdfbox/pom.xml Tue Oct 28 17:46:22 2014
@@ -109,7 +109,6 @@
                     <excludes>
                         <exclude>org/apache/pdfbox/TestAll.java</exclude>
                         <exclude>org/apache/pdfbox/util/TestPDFToImage.java</exclude>
-                        <exclude>org/apache/pdfbox/encryption/TestPublicKeyEncryption.java</exclude>
                     </excludes>
                     <systemPropertyVariables>
                         <java.util.logging.config.file>src/test/resources/logging.properties</java.util.logging.config.file>