summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/definitions/pom.xml
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-08-10 12:29:51 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-08-10 12:29:51 +0000
commitd5e64539010bf1fcc2351a2dc87ee8f7797a1cc1 (patch)
treec9d83c54072826011a222525384fac925aafa09d /java/sca/modules/definitions/pom.xml
parent650715987b8fb89e2bfc6ca27790cc9beba5eabd (diff)
TUSCANY-3020 - when definitions are aggregated together check that there are no duplicates. DOne here rather than later at the resolve phase as there is a better chance of reporting some sensible context to the user about which definitions.xml file is in error.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@802762 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/modules/definitions/pom.xml')
-rw-r--r--java/sca/modules/definitions/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/java/sca/modules/definitions/pom.xml b/java/sca/modules/definitions/pom.xml
index e4daa3a9c9..f26d802bbb 100644
--- a/java/sca/modules/definitions/pom.xml
+++ b/java/sca/modules/definitions/pom.xml
@@ -47,6 +47,13 @@
<version>2.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>
+
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-monitor</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
</project>