diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2009-02-21 13:33:30 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2009-02-21 13:33:30 +0000 |
commit | d23b31c01f30008f935e58fb9fb41919327f278e (patch) | |
tree | 53b8fb8fa8e1d4c0fbfc27a28d6e5fc05c71310f /sandbox/travelsample/chapter-05/node/src/main/java | |
parent | 7d9e691b83c7669f559337a5a2768b13ce176bd3 (diff) |
Switch poms back to depend on 1.5-SNAPSHOT as much of the stuff that I'm adding now depends on 1.x fixes
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@746505 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | sandbox/travelsample/chapter-05/node/src/main/java/scatours/LaunchNode.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sandbox/travelsample/chapter-05/node/src/main/java/scatours/LaunchNode.java b/sandbox/travelsample/chapter-05/node/src/main/java/scatours/LaunchNode.java index e41f28c425..e78b387f6f 100644 --- a/sandbox/travelsample/chapter-05/node/src/main/java/scatours/LaunchNode.java +++ b/sandbox/travelsample/chapter-05/node/src/main/java/scatours/LaunchNode.java @@ -45,8 +45,8 @@ public class LaunchNode { new SCAContribution("trip", "../../shared-contributions/trip-contribution/target/classes"), new SCAContribution("tripbooking", "../../shared-contributions/tripbooking-contribution/target/classes"), new SCAContribution("travelcatalog", "../../shared-contributions/travelcatalog-contribution/target/classes"), - //new SCAContribution("payment", "../../shared-contributions/payment-contribution/target/classes"), - //new SCAContribution("emailgateway", "../../shared-contributions/emailgateway-contribution/target/classes"), + new SCAContribution("payment", "../../shared-contributions/payment-java-contribution/target/classes"), + new SCAContribution("creditcard", "../../shared-contributions/creditcard-payment-jaxb-contribution/target/classes"), new SCAContribution("shoppingcart", "../../shared-contributions/shoppingcart-contribution/target/classes"), new SCAContribution("scatours", "../../shared-contributions/scatours-contribution/target/classes"), new SCAContribution("ui", "../ui-contribution/target/classes")); |