summaryrefslogtreecommitdiffstats
path: root/sandbox/travelsample/chapter-05/node/src/scatours/LaunchNode.java
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/travelsample/chapter-05/node/src/scatours/LaunchNode.java')
-rw-r--r--sandbox/travelsample/chapter-05/node/src/scatours/LaunchNode.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox/travelsample/chapter-05/node/src/scatours/LaunchNode.java b/sandbox/travelsample/chapter-05/node/src/scatours/LaunchNode.java
index 777963c13e..61ec7e3a30 100644
--- a/sandbox/travelsample/chapter-05/node/src/scatours/LaunchNode.java
+++ b/sandbox/travelsample/chapter-05/node/src/scatours/LaunchNode.java
@@ -45,7 +45,7 @@ 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("payment", "../../shared-contributions/payment-contribution/target/classes"),
new SCAContribution("emailgateway", "../../shared-contributions/emailgateway-contribution/target/classes"),
new SCAContribution("shoppingcart", "../../shared-contributions/shoppingcart-contribution/target/classes"),
new SCAContribution("scatours", "../../shared-contributions/scatours-contribution/target/classes"),