summaryrefslogtreecommitdiffstats
path: root/java/sdo-cts/sdo2.1/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'java/sdo-cts/sdo2.1/pom.xml')
-rw-r--r--java/sdo-cts/sdo2.1/pom.xml50
1 files changed, 0 insertions, 50 deletions
diff --git a/java/sdo-cts/sdo2.1/pom.xml b/java/sdo-cts/sdo2.1/pom.xml
deleted file mode 100644
index 06116554f2..0000000000
--- a/java/sdo-cts/sdo2.1/pom.xml
+++ /dev/null
@@ -1,50 +0,0 @@
-<?xml version="1.0"?><project>
- <parent>
- <artifactId>tuscany-sdo-cts</artifactId>
- <groupId>org.apache.tuscany</groupId>
- <version>1.0-SNAPSHOT</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.apache.tuscany.cts</groupId>
- <artifactId>tuscany-sdo-cts-standard</artifactId>
- <name>Community Test Suite for SDO 2.1</name>
- <version>1.0-SNAPSHOT</version>
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <source>1.5</source>
- <target>1.5</target>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <skip>true</skip>
- </configuration>
- </plugin>
- </plugins>
- </build>
- <dependencies>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>4.1</version>
- </dependency>
- <dependency>
- <groupId>org.apache.tuscany.sdo</groupId>
- <artifactId>tuscany-sdo-api-r${specVersion}</artifactId>
- <version>1.0-SNAPSHOT</version>
- </dependency>
- <dependency>
- <groupId>org.apache.ws.commons.schema</groupId>
- <artifactId>XmlSchema</artifactId>
- <version>1.2</version>
- </dependency>
- </dependencies>
- <properties>
- <specVersion>2.1</specVersion>
- </properties>
-</project>