From 2706fd039a3396ce8ca2c25a687b18758df7e359 Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Fri, 26 Feb 2010 11:13:39 +0000 Subject: [PATCH] Migrated Stock Quote sample to maven --- samples/stockquote/pom.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 samples/stockquote/pom.xml diff --git a/samples/stockquote/pom.xml b/samples/stockquote/pom.xml new file mode 100644 index 00000000..303f180c --- /dev/null +++ b/samples/stockquote/pom.xml @@ -0,0 +1,17 @@ + + + + spring-ws-samples + org.springframework.ws + 2.0.0-M1-SNAPSHOT + ../pom.xml + + 4.0.0 + stockquote + pom + Spring WS Stock Quote Sample + + server + client + +