Blob Blame History Raw
diff -Naur glassfish-fi-1.2.12/pom.xml glassfish-fi-1.2.12-work/pom.xml
--- glassfish-fi-1.2.12/pom.xml	2011-09-05 05:56:59.000000000 -0400
+++ glassfish-fi-1.2.12-work/pom.xml	2012-01-20 03:42:37.666000178 -0500
@@ -1,10 +1,4 @@
 <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">
-    <parent>
-        <groupId>net.java</groupId>
-        <artifactId>jvnet-parent</artifactId>
-        <version>1</version>
-    </parent>
-
     <modelVersion>4.0.0</modelVersion>
     <groupId>com.sun.xml.fastinfoset</groupId>
     <artifactId>fastinfoset-project</artifactId>
@@ -210,9 +204,6 @@
     </profiles>
     <modules>
         <module>fastinfoset</module>
-        <module>roundtrip-tests</module>
-        <module>utilities</module>
-        <module>samples</module>
     </modules>
     <reporting>
         <outputDirectory>target/site</outputDirectory>
@@ -277,9 +268,9 @@
             <scope>test</scope>
         </dependency>
         <dependency>
-            <groupId>javax.xml.bind</groupId>
-            <artifactId>jsr173_api</artifactId>
-            <version>1.0</version>
+            <groupId>stax</groupId>
+            <artifactId>stax-api</artifactId>
+            <version>1.0.1</version>
         </dependency>
     </dependencies>
     <properties>