summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/databinding-jaxb/pom.xml
diff options
context:
space:
mode:
authoredwardsmj <edwardsmj@13f79535-47bb-0310-9956-ffa450edef68>2010-12-13 11:53:54 +0000
committeredwardsmj <edwardsmj@13f79535-47bb-0310-9956-ffa450edef68>2010-12-13 11:53:54 +0000
commit78e970dacc93f7775f9ae3839aefeddae061a6a0 (patch)
tree04295e3dcee7cc71959241f85627e7554ea67e7e /sca-java-2.x/trunk/modules/databinding-jaxb/pom.xml
parent618c3435391cd89ee3d07df63a39c232e778d78e (diff)
Removing all references to jaxb-api as described under TUSCANY-3810
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1045082 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/trunk/modules/databinding-jaxb/pom.xml33
1 files changed, 0 insertions, 33 deletions
diff --git a/sca-java-2.x/trunk/modules/databinding-jaxb/pom.xml b/sca-java-2.x/trunk/modules/databinding-jaxb/pom.xml
index 323f1c9c3f..71216663e0 100644
--- a/sca-java-2.x/trunk/modules/databinding-jaxb/pom.xml
+++ b/sca-java-2.x/trunk/modules/databinding-jaxb/pom.xml
@@ -45,13 +45,6 @@
<version>2.0-SNAPSHOT</version>
</dependency>
- <dependency>
- <groupId>com.sun.xml.bind</groupId>
- <artifactId>jaxb-impl</artifactId>
- <version>2.1.12</version>
- <scope>test</scope>
- </dependency>
-
</dependencies>
<repositories>
@@ -78,32 +71,6 @@
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-dependency-plugin</artifactId>
- <executions>
- <execution>
- <id>copy</id>
- <phase>generate-sources</phase>
- <goals>
- <goal>copy</goal>
- </goals>
- <configuration>
- <artifactItems>
- <artifactItem>
- <groupId>javax.xml.bind</groupId>
- <artifactId>jaxb-api</artifactId>
- <version>2.1</version>
- <type>jar</type>
- </artifactItem>
- </artifactItems>
- <outputDirectory>${project.build.directory}/endorsed</outputDirectory>
- <overWriteReleases>false</overWriteReleases>
- <overWriteSnapshots>true</overWriteSnapshots>
- </configuration>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<argLine>-Djava.endorsed.dirs=target/endorsed</argLine>