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/10/28 14:06:12 UTC

svn commit: r1402986 - /pdfbox/trunk/preflight/pom.xml

Author: gbailleul
Date: Sun Oct 28 13:06:11 2012
New Revision: 1402986

URL: http://svn.apache.org/viewvc?rev=1402986&view=rev
Log:
PDFBOX-1377: activation.jar is NOT only used for tests

Modified:
    pdfbox/trunk/preflight/pom.xml

Modified: pdfbox/trunk/preflight/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/trunk/preflight/pom.xml?rev=1402986&r1=1402985&r2=1402986&view=diff
==============================================================================
--- pdfbox/trunk/preflight/pom.xml (original)
+++ pdfbox/trunk/preflight/pom.xml Sun Oct 28 13:06:11 2012
@@ -252,7 +252,7 @@
       <artifactId>activation</artifactId>
       <version>1.1.1</version>
       <type>jar</type>
-      <scope>test</scope>
+      <scope>compile</scope>
     </dependency>
     
   </dependencies>