This is an automated email from the ASF dual-hosted git repository. dkulp pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cxf.git
commit 267b84c59053de915b2e783daf9a236a7b5df00b Author: Daniel Kulp <[email protected]> AuthorDate: Tue Aug 18 12:09:42 2020 -0400 Extend jws version import range --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index 003ef9d..27a52b5 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -247,7 +247,7 @@ <cxf.oauth.bundle.version>20100527_1</cxf.oauth.bundle.version> <cxf.oro.bundle.version>2.0.8_6</cxf.oro.bundle.version> <cxf.osgi.saaj.version>[1.4,2)</cxf.osgi.saaj.version> - <cxf.osgi.jws.version>[0,2)</cxf.osgi.jws.version> + <cxf.osgi.jws.version>[0,3)</cxf.osgi.jws.version> <cxf.osgi.version>6.0.0</cxf.osgi.version> <cxf.pax.exam.version>4.13.3</cxf.pax.exam.version> <cxf.reflections.bundle.version>0.9.11_2</cxf.reflections.bundle.version>
