You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ff...@apache.org on 2021/04/11 17:58:28 UTC

[servicemix-bundles] branch master updated: [SM-4727][opensaml] mark javax.annotation import-package start from 3 to avoid being affected by split-package

This is an automated email from the ASF dual-hosted git repository.

ffang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicemix-bundles.git


The following commit(s) were added to refs/heads/master by this push:
     new fe699a0  [SM-4727][opensaml] mark javax.annotation import-package start from 3 to avoid being affected by split-package
fe699a0 is described below

commit fe699a027f19e663164514c43844316746ba136f
Author: Freeman Fang <fr...@gmail.com>
AuthorDate: Sun Apr 11 13:58:13 2021 -0400

    [SM-4727][opensaml] mark javax.annotation import-package start from 3 to avoid being affected by split-package
---
 opensaml-3.4.6/pom.xml | 2 +-
 opensaml-4.0.1/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opensaml-3.4.6/pom.xml b/opensaml-3.4.6/pom.xml
index 5040eaf..352338f 100644
--- a/opensaml-3.4.6/pom.xml
+++ b/opensaml-3.4.6/pom.xml
@@ -59,7 +59,7 @@
             org.cryptacular*;resolution:=optional,
             org.apache.http*;resolution:=optional,
             com.beust.jcommander*;resolution:=optional,
-            javax.annotation;version="[1,4)";resolution:=optional,
+            javax.annotation;version="[3,4)";resolution:=optional,
             com.google.common*;version="0.0.0",
             *
         </servicemix.osgi.import.pkg>
diff --git a/opensaml-4.0.1/pom.xml b/opensaml-4.0.1/pom.xml
index d800546..51fb191 100644
--- a/opensaml-4.0.1/pom.xml
+++ b/opensaml-4.0.1/pom.xml
@@ -59,7 +59,7 @@
             org.cryptacular*;resolution:=optional,
             org.apache.http*;resolution:=optional,
             com.beust.jcommander*;resolution:=optional,
-            javax.annotation;version="[1,4);resolution:=optional",
+            javax.annotation;version="[3,4);resolution:=optional",
             com.google.common*;version="0.0.0",
             *
         </servicemix.osgi.import.pkg>