summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/testing/itest/properties/pom.xml
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2011-12-05 12:23:45 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2011-12-05 12:23:45 +0000
commite0ebb0d6572598345f52c7d2d56cd28b50f69e99 (patch)
tree16b434acf62d2e3eaa963e229811368fb190a55e /sca-java-2.x/trunk/testing/itest/properties/pom.xml
parentf6578a250b378e28f37cae3b56a7431d3439b616 (diff)
TUSCANY_3965: Add a field thats annotated but not with an SCA annotation to match the scenario as described in TUSCANY_3965
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1210425 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/trunk/testing/itest/properties/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/testing/itest/properties/pom.xml b/sca-java-2.x/trunk/testing/itest/properties/pom.xml
index ba8a3deaab..8df05dee37 100644
--- a/sca-java-2.x/trunk/testing/itest/properties/pom.xml
+++ b/sca-java-2.x/trunk/testing/itest/properties/pom.xml
@@ -70,5 +70,11 @@
<version>2.0-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
+
+ <dependency>
+ <groupId>org.apache.tuscany.sdo</groupId>
+ <artifactId>tuscany-sdo-api-r2.1</artifactId>
+ <version>1.1.1</version>
+ </dependency>
</dependencies>
</project>