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 2011/07/26 20:29:36 UTC

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

Author: lehmi
Date: Tue Jul 26 18:29:35 2011
New Revision: 1151200

URL: http://svn.apache.org/viewvc?rev=1151200&view=rev
Log:
PDFBOX-1056: replaced stax dependency

Modified:
    pdfbox/trunk/xmpbox/pom.xml

Modified: pdfbox/trunk/xmpbox/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/trunk/xmpbox/pom.xml?rev=1151200&r1=1151199&r2=1151200&view=diff
==============================================================================
--- pdfbox/trunk/xmpbox/pom.xml (original)
+++ pdfbox/trunk/xmpbox/pom.xml Tue Jul 26 18:29:35 2011
@@ -59,9 +59,9 @@
     	<scope>compile</scope>
     </dependency>
     <dependency>
-    	<groupId>javax.xml.stream</groupId>
-    	<artifactId>stax-api</artifactId>
-    	<version>1.0-2</version>
+    	<groupId>stax</groupId>
+    	<artifactId>stax</artifactId>
+    	<version>1.2.0_rc2-dev</version>
     	<type>jar</type>
     	<scope>compile</scope>
     </dependency>