Add javax ws to OSGI bundle

javax.xml.ws webservics budle is missing
in old shiro bundle. Now WS added to bundle.

Issue-ID: AAF-618
Change-Id: Ia6ca04c1ba8d63122fd5ea325651052ec31f363d
Signed-off-by: Sai Gandham <sg481n@att.com>
diff --git a/shiro-osgi-bundle/pom.xml b/shiro-osgi-bundle/pom.xml
index 8fc885e..e366b30 100644
--- a/shiro-osgi-bundle/pom.xml
+++ b/shiro-osgi-bundle/pom.xml
@@ -60,6 +60,8 @@
 							javax.xml.bind,
 							javax.xml.transform,
 							javax.xml.datatype,
+							javax.ws.rs,
+							javax.xml.ws,
 							javax.management,
 							javax.security.auth,
 							javax.security.auth.login,