You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by gb...@apache.org on 2012/07/28 10:38:50 UTC

svn commit: r1366611 - /pdfbox/trunk/xmpbox/pom.xml

Author: gbailleul
Date: Sat Jul 28 08:38:49 2012
New Revision: 1366611

URL: http://svn.apache.org/viewvc?rev=1366611&view=rev
Log:
PDFBOX-1343 : rework on unitary tests

Modified:
    pdfbox/trunk/xmpbox/pom.xml

Modified: pdfbox/trunk/xmpbox/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/trunk/xmpbox/pom.xml?rev=1366611&r1=1366610&r2=1366611&view=diff
==============================================================================
--- pdfbox/trunk/xmpbox/pom.xml (original)
+++ pdfbox/trunk/xmpbox/pom.xml Sat Jul 28 08:38:49 2012
@@ -37,6 +37,7 @@
     <relativePath>../parent/pom.xml</relativePath>
   </parent>
 
+
   <dependencies>
     <dependency>
        <groupId>junit</groupId>
@@ -44,6 +45,12 @@
        <version>4.8.1</version>
        <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>commons-io</groupId>
+      <artifactId>commons-io</artifactId>
+      <version>1.4</version>
+      <scope>test</scope>
+    </dependency>
 
 
     <dependency>