Sophie

Sophie

distrib > Mageia > 2 > x86_64 > by-pkgid > e5f81fd45663cfd356b40ccabdd88d3f > files > 2

sun-istack-commons-2.6.1-1.mga2.src.rpm

diff -Nru istack-commons-2.6.1/maven-plugin/pom.xml istack-commons-2.6.1-gil/maven-plugin/pom.xml
--- istack-commons-2.6.1/maven-plugin/pom.xml	2011-12-02 19:05:41.000000000 +0100
+++ istack-commons-2.6.1-gil/maven-plugin/pom.xml	2012-01-14 10:18:12.460770637 +0100
@@ -57,7 +57,7 @@
       <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-plugin-api</artifactId>
-      <version>2.0</version>
+      <version>3.0.3</version>
     </dependency>
     <dependency>
       <groupId>junit</groupId>
diff -Nru istack-commons-2.6.1/runtime/pom.xml istack-commons-2.6.1-gil/runtime/pom.xml
--- istack-commons-2.6.1/runtime/pom.xml	2011-12-02 19:05:41.000000000 +0100
+++ istack-commons-2.6.1-gil/runtime/pom.xml	2012-01-14 10:19:03.700771563 +0100
@@ -54,17 +54,17 @@
 
     <dependencies>
         <dependency>
-            <groupId>javax.xml.stream</groupId>
+            <groupId>stax</groupId>
             <artifactId>stax-api</artifactId>
             <version>1.0-2</version>
             <scope>compile</scope>
         </dependency>
-        <dependency>
+        <!--dependency>
             <groupId>javax.activation</groupId>
             <artifactId>activation</artifactId>
             <version>1.1</version>
             <scope>compile</scope>
-        </dependency>
+        </dependency-->
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>