summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/common-xml/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-2.x/trunk/modules/common-xml/pom.xml')
-rw-r--r--sca-java-2.x/trunk/modules/common-xml/pom.xml51
1 files changed, 0 insertions, 51 deletions
diff --git a/sca-java-2.x/trunk/modules/common-xml/pom.xml b/sca-java-2.x/trunk/modules/common-xml/pom.xml
index 5504f0fd50..eb967a6ab4 100644
--- a/sca-java-2.x/trunk/modules/common-xml/pom.xml
+++ b/sca-java-2.x/trunk/modules/common-xml/pom.xml
@@ -44,55 +44,4 @@
</dependencies>
- <profiles>
-<!-- <profile>
- <id>jdk15</id>
- <activation>
- <jdk>1.5</jdk>
- </activation>
-
- <dependencies>
- <dependency>
- <groupId>org.apache.geronimo.specs</groupId>
- <artifactId>geronimo-stax-api_1.0_spec</artifactId>
- <version>1.0.1</version>
- </dependency>
-
- <dependency>
- <groupId>org.codehaus.woodstox</groupId>
- <artifactId>wstx-asl</artifactId>
- <version>3.2.6</version>
- <scope>runtime</scope>
- <exclusions>
- <exclusion>
- <groupId>stax</groupId>
- <artifactId>stax-api</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
-
- <dependency>
- <groupId>javax.xml.bind</groupId>
- <artifactId>jaxb-api</artifactId>
- <version>2.1</version>
- <exclusions>
- <exclusion>
- <groupId>javax.xml.stream</groupId>
- <artifactId>stax-api</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
-
- <dependency>
- <groupId>com.sun.xml.bind</groupId>
- <artifactId>jaxb-impl</artifactId>
- <version>2.1.12</version>
- <scope>runtime</scope>
- </dependency>
-
- </dependencies>
-
- </profile>-->
- </profiles>
-
</project>