From 1a20f5b765068345e1e9718d322971448e5ddb14 Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Fri, 31 Jul 2009 08:41:45 +0000 Subject: [PATCH] SWS-518 - Echo sample application fails to build due to missing dependency --- samples/echo/pom.xml | 2 +- samples/pox/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/echo/pom.xml b/samples/echo/pom.xml index 946e59cb..875cf784 100644 --- a/samples/echo/pom.xml +++ b/samples/echo/pom.xml @@ -17,7 +17,7 @@ - stax + javax.xml.stream stax-api diff --git a/samples/pox/pom.xml b/samples/pox/pom.xml index d074e001..158b662c 100644 --- a/samples/pox/pom.xml +++ b/samples/pox/pom.xml @@ -17,7 +17,7 @@ - stax + javax.xml.stream stax-api