This is an automated email from the ASF dual-hosted git repository.
cris pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-auth-saml2.git
The following commit(s) were added to refs/heads/master by this push:
new 714edb7 Removed maven dependency ranges notation [1.x,2.x] in place
of version or greater notation 1.x
714edb7 is described below
commit 714edb72027690f55b4304e8eb64594ec95ed52b
Author: Cris Rockwell <[email protected]>
AuthorDate: Tue Jun 29 10:23:29 2021 -0400
Removed maven dependency ranges notation [1.x,2.x] in place of version or
greater notation 1.x
---
pom.xml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/pom.xml b/pom.xml
index 404e3e5..b35cd0c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -359,7 +359,7 @@ which is licensed under the Apache-2.0 license.
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
- <version>[1.12,1.14]</version>
+ <version>1.12</version>
</dependency>
<!-- JavaEE -->
@@ -374,13 +374,13 @@ which is licensed under the Apache-2.0 license.
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.auth.core</artifactId>
- <version>[1.3.26,1.4.2]</version>
+ <version>1.3.26</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.api</artifactId>
- <version>[2.16.2,2.23.0]</version>
+ <version>2.16.2</version>
<scope>provided</scope>
</dependency>
<dependency>
@@ -398,7 +398,7 @@
Export-Package:org.apache.jackrabbit.oak.spi.security.authentication.external.*
<dependency>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>oak-auth-external</artifactId>
- <version>[1.32.0,1.38.0]</version>
+ <version>1.32.0</version>
<scope>provided</scope>
</dependency>
@@ -407,7 +407,7 @@
Export-Package:org.apache.jackrabbit.oak.spi.security.authentication.external.*
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
- <version>[3.5,3.9]</version>
+ <version>3.5</version>
<scope>provided</scope>
</dependency>