Blame SOURCES/glassfish-fastinfoset-1.2.12-pom.patch

7095d5
diff --git a/pom.xml b/pom.xml
7095d5
index d4b9c25..120c2d1 100644
7095d5
--- a/pom.xml
7095d5
+++ b/pom.xml
7095d5
@@ -1,10 +1,4 @@
7095d5
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
7095d5
-    <parent>
7095d5
-        <groupId>net.java</groupId>
7095d5
-        <artifactId>jvnet-parent</artifactId>
7095d5
-        <version>1</version>
7095d5
-    </parent>
7095d5
-
7095d5
     <modelVersion>4.0.0</modelVersion>
7095d5
     <groupId>com.sun.xml.fastinfoset</groupId>
7095d5
     <artifactId>fastinfoset-project</artifactId>
7095d5
@@ -64,13 +58,6 @@
7095d5
         <url>http://java.net/projects/fi/sources/svn/show/tags/1_2_12</url>
7095d5
     </scm>
7095d5
     <build>
7095d5
-        <extensions>
7095d5
-            <extension>
7095d5
-                <groupId>org.apache.maven.wagon</groupId>
7095d5
-                <artifactId>wagon-webdav</artifactId>
7095d5
-                <version>1.0-beta-2</version>
7095d5
-            </extension>
7095d5
-        </extensions>
7095d5
         <defaultGoal>install</defaultGoal>
7095d5
         <resources>
7095d5
             <resource>
7095d5
@@ -210,9 +197,6 @@
7095d5
     </profiles>
7095d5
     <modules>
7095d5
         <module>fastinfoset</module>
7095d5
-        <module>roundtrip-tests</module>
7095d5
-        <module>utilities</module>
7095d5
-        <module>samples</module>
7095d5
     </modules>
7095d5
     <reporting>
7095d5
         <outputDirectory>target/site</outputDirectory>
7095d5
@@ -277,9 +261,9 @@
7095d5
             <scope>test</scope>
7095d5
         </dependency>
7095d5
         <dependency>
7095d5
-            <groupId>javax.xml.bind</groupId>
7095d5
-            <artifactId>jsr173_api</artifactId>
7095d5
-            <version>1.0</version>
7095d5
+            <groupId>stax</groupId>
7095d5
+            <artifactId>stax-api</artifactId>
7095d5
+            <version>1.0.1</version>
7095d5
         </dependency>
7095d5
     </dependencies>
7095d5
     <properties>