From a434c97b941c2a50e1a57ec238fa995784ce7d97 Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Fri, 26 Feb 2010 10:17:14 +0000 Subject: [PATCH] Updated MTOM sample to use maven --- samples/mtom/pom.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 samples/mtom/pom.xml diff --git a/samples/mtom/pom.xml b/samples/mtom/pom.xml new file mode 100644 index 00000000..eae50820 --- /dev/null +++ b/samples/mtom/pom.xml @@ -0,0 +1,17 @@ + + + + spring-ws-samples + org.springframework.ws + 2.0.0-M1-SNAPSHOT + ../pom.xml + + 4.0.0 + mtom + pom + Spring WS MTOM + + server + client + +