summaryrefslogtreecommitdiffstats
path: root/sandbox
diff options
context:
space:
mode:
authormcombellack <mcombellack@13f79535-47bb-0310-9956-ffa450edef68>2009-06-20 15:16:42 +0000
committermcombellack <mcombellack@13f79535-47bb-0310-9956-ffa450edef68>2009-06-20 15:16:42 +0000
commit226c40844e13badc2168d1b269740877fd3a042e (patch)
tree868d24c20a077a70509184415fc2ada451670b0a /sandbox
parentb84d864bc8064e44aff5829882ae5660b1ea411f (diff)
Fixed dependency issue that caused compilation issues when built via Maven but not when run inside Eclipse
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@786840 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox')
-rw-r--r--sandbox/travelsample/contributions/blog-feed-contribution/pom.xml8
1 files changed, 6 insertions, 2 deletions
diff --git a/sandbox/travelsample/contributions/blog-feed-contribution/pom.xml b/sandbox/travelsample/contributions/blog-feed-contribution/pom.xml
index 3e3dfd1721..c74cdc6a3f 100644
--- a/sandbox/travelsample/contributions/blog-feed-contribution/pom.xml
+++ b/sandbox/travelsample/contributions/blog-feed-contribution/pom.xml
@@ -50,16 +50,20 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-binding-atom</artifactId>
+ <version>1.6-SNAPSHOT</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-atom-abdera</artifactId>
<version>1.6-SNAPSHOT</version>
- <scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-rss-rome</artifactId>
<version>1.6-SNAPSHOT</version>
- <scope>runtime</scope>
</dependency>
<dependency>