This is an automated email from the ASF dual-hosted git repository.
ggrzybek pushed a commit to branch karaf-4.2.x
in repository https://gitbox.apache.org/repos/asf/karaf.git
The following commit(s) were added to refs/heads/karaf-4.2.x by this push:
new 1ea8087 Fix SoapExampleTest by importing javax.jws without a range
(this package is exported from system)
1ea8087 is described below
commit 1ea8087f99f60a62b8dca39e868b11e74eb95ee8
Author: Grzegorz Grzybek <[email protected]>
AuthorDate: Tue Feb 16 10:32:11 2021 +0100
Fix SoapExampleTest by importing javax.jws without a range (this package is
exported from system)
---
examples/karaf-soap-example/karaf-soap-example-blueprint/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/examples/karaf-soap-example/karaf-soap-example-blueprint/pom.xml
b/examples/karaf-soap-example/karaf-soap-example-blueprint/pom.xml
index 64fa0f0..30bb4eb 100644
--- a/examples/karaf-soap-example/karaf-soap-example-blueprint/pom.xml
+++ b/examples/karaf-soap-example/karaf-soap-example-blueprint/pom.xml
@@ -54,7 +54,7 @@
<instructions>
<Export-Package>org.apache.karaf.examples.soap.blueprint</Export-Package>
<Import-Package>
- javax.jws;version="[1,3)",
+ javax.jws;version=!,
*
</Import-Package>
</instructions>