diff options
author | 2018-11-12 17:21:54 -0600 | |
---|---|---|
committer | 2018-11-12 17:22:29 -0600 | |
commit | a40c48dafa7028f3ac504b2f19f3388fbcb36140 (patch) | |
tree | 08a380178c284d3d91b23aa1a160aa9548ee33b1 | |
parent | 355cda9893529070169e4814158924d1d14094f8 (diff) |
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>
-rw-r--r-- | shiro-osgi-bundle/pom.xml | 2 |
1 files changed, 2 insertions, 0 deletions
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, |