2008-06-17 00:23:01 +00:00
|
|
|
<?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>
|
2008-06-26 05:48:33 +00:00
|
|
|
<version>1.0-SNAPSHOT</version>
|
2008-06-17 00:23:01 +00:00
|
|
|
<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>
|
2008-06-26 05:48:33 +00:00
|
|
|
<version>1.0-SNAPSHOT</version>
|
2008-06-17 00:23:01 +00:00
|
|
|
</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>
|