Blob Blame History Raw
diff --git a/pom.xml b/pom.xml
index d4b9c25..120c2d1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>
@@ -64,13 +58,6 @@
         <url>http://java.net/projects/fi/sources/svn/show/tags/1_2_12</url>
     </scm>
     <build>
-        <extensions>
-            <extension>
-                <groupId>org.apache.maven.wagon</groupId>
-                <artifactId>wagon-webdav</artifactId>
-                <version>1.0-beta-2</version>
-            </extension>
-        </extensions>
         <defaultGoal>install</defaultGoal>
         <resources>
             <resource>
@@ -210,9 +197,6 @@
     </profiles>
     <modules>
         <module>fastinfoset</module>
-        <module>roundtrip-tests</module>
-        <module>utilities</module>
-        <module>samples</module>
     </modules>
     <reporting>
         <outputDirectory>target/site</outputDirectory>
@@ -277,9 +261,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>