summaryrefslogtreecommitdiffstats
path: root/sandbox/event/modules/binding-event/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/event/modules/binding-event/pom.xml')
-rw-r--r--sandbox/event/modules/binding-event/pom.xml21
1 files changed, 20 insertions, 1 deletions
diff --git a/sandbox/event/modules/binding-event/pom.xml b/sandbox/event/modules/binding-event/pom.xml
index ed9228ff7e..7e74d69039 100644
--- a/sandbox/event/modules/binding-event/pom.xml
+++ b/sandbox/event/modules/binding-event/pom.xml
@@ -28,7 +28,7 @@
</parent>
<artifactId>tuscany-binding-event</artifactId>
- <name>Apache Tuscany SCA Default Binding Model</name>
+ <name>Apache Tuscany SCA Event Binding</name>
<dependencies>
@@ -61,6 +61,25 @@
<artifactId>tuscany-contribution-impl</artifactId>
<version>1.4-EVENT-SNAPSHOT</version>
</dependency>
+
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-interface-wsdl</artifactId>
+ <version>1.4-EVENT-SNAPSHOT</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-databinding-axiom</artifactId>
+ <version>1.4-EVENT-SNAPSHOT</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-binding-ws-wsdlgen</artifactId>
+ <version>1.4-EVENT-SNAPSHOT</version>
+ </dependency>
+
<dependency>
<groupId>org.easymock</groupId>