diff options
author | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2008-08-08 07:28:41 +0000 |
---|---|---|
committer | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2008-08-08 07:28:41 +0000 |
commit | c4d8b9d21959e1d5765bf4db44ecb40f5d9fa66c (patch) | |
tree | 277750544fe94e4a91d570ed2ea56b69ac761095 /java/sca/itest/validation | |
parent | 1e4daaf7e1b5a4a34bbd28fa1ff931a78b3e8e64 (diff) |
Removing obsolete/commented portions of the pom now that the tests are completing in the continuum environment
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@683889 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/itest/validation')
-rw-r--r-- | java/sca/itest/validation/pom.xml | 98 |
1 files changed, 0 insertions, 98 deletions
diff --git a/java/sca/itest/validation/pom.xml b/java/sca/itest/validation/pom.xml index 30083b2de1..1bcad7bd90 100644 --- a/java/sca/itest/validation/pom.xml +++ b/java/sca/itest/validation/pom.xml @@ -158,107 +158,9 @@ <version>4.2</version> <scope>test</scope> </dependency> - - <!-- dependency> - <groupId>org.apache.geronimo.modules</groupId> - <artifactId>geronimo-openejb</artifactId> - <version>2.1.1</version> - <scope>test</scope> - <exclusions> - <exclusion> - <groupId>org.apache.geronimo.modules</groupId> - <artifactId>geronimo-connector</artifactId> - </exclusion> - <exclusion> - <groupId>org.apache.geronimo.modules</groupId> - <artifactId>geronimo-persistence-jpa10</artifactId> - </exclusion> - <exclusion> - <groupId>org.apache.openejb</groupId> - <artifactId>openejb-ejbd</artifactId> - </exclusion> - <exclusion> - <groupId>org.apache.openejb</groupId> - <artifactId>openejb-server</artifactId> - </exclusion> - <exclusion> - <groupId>org.apache.openejb</groupId> - <artifactId>openejb-loader</artifactId> - </exclusion> - <exclusion> - <groupId>org.apache.openejb</groupId> - <artifactId>openejb-jee</artifactId> - </exclusion> - <exclusion> - <groupId>org.apache.openejb</groupId> - <artifactId>openejb-ejbd</artifactId> - </exclusion> - <exclusion> - <groupId>org.apache.openejb</groupId> - <artifactId>openejb-javaagent</artifactId> - </exclusion> - <exclusion> - <groupId>com.sun.xml.bind</groupId> - <artifactId>jaxb-impl</artifactId> - </exclusion> - <exclusion> - <groupId>org.apache.openejb</groupId> - <artifactId>javaee-api</artifactId> - </exclusion> - </exclusions> - </dependency--> - - <!-- dependency> - <groupId>javax.xml.bind</groupId> - <artifactId>jaxb-api</artifactId> - <version>2.0</version> - <scope>provided</scope> - </dependency> - - <dependency> - <groupId>javax.xml.bind</groupId> - <artifactId>jaxb-api</artifactId> - <version>2.1</version> - </dependency--> </dependencies> <build> <finalName>${artifactId}</finalName> - - <!-- 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> - </configuration> - </plugin> - </plugins--> </build> </project>
\ No newline at end of file |