You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by le...@apache.org on 2013/05/02 19:57:52 UTC

svn commit: r1478464 - in /pdfbox/trunk: preflight-app/pom.xml preflight/pom.xml

Author: lehmi
Date: Thu May  2 17:57:50 2013
New Revision: 1478464

URL: http://svn.apache.org/r1478464
Log:
PDFBOX-1589: removed javax.activation dependency as it is part of java6

Modified:
    pdfbox/trunk/preflight-app/pom.xml
    pdfbox/trunk/preflight/pom.xml

Modified: pdfbox/trunk/preflight-app/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/trunk/preflight-app/pom.xml?rev=1478464&r1=1478463&r2=1478464&view=diff
==============================================================================
Binary files - no diff available.

Modified: pdfbox/trunk/preflight/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/trunk/preflight/pom.xml?rev=1478464&r1=1478463&r2=1478464&view=diff
==============================================================================
--- pdfbox/trunk/preflight/pom.xml (original)
+++ pdfbox/trunk/preflight/pom.xml Thu May  2 17:57:50 2013
@@ -190,13 +190,6 @@
 			<version>1.48</version>
 			<optional>true</optional>
 		</dependency>
-		<dependency>
-			<groupId>javax.activation</groupId>
-			<artifactId>activation</artifactId>
-			<version>1.1.1</version>
-			<type>jar</type>
-			<scope>compile</scope>
-		</dependency>
 
 	</dependencies>