Index: xmpbox/pom.xml
===================================================================
--- xmpbox/pom.xml	(revision 1151192)
+++ xmpbox/pom.xml	(working copy)
@@ -58,13 +58,13 @@
     	<type>jar</type>
     	<scope>compile</scope>
     </dependency>
+
     <dependency>
-    	<groupId>javax.xml.stream</groupId>
-    	<artifactId>stax-api</artifactId>
-    	<version>1.0-2</version>
-    	<type>jar</type>
-    	<scope>compile</scope>
+        <groupId>stax</groupId>
+        <artifactId>stax</artifactId>
+        <version>1.2.0</version>
     </dependency>
+
   </dependencies>
 
   <build>
