diff options
author | Michael DÜrre <michael.duerre@highstreet-technologies.com> | 2021-05-25 07:55:22 +0200 |
---|---|---|
committer | Michael DÜrre <michael.duerre@highstreet-technologies.com> | 2021-05-25 07:55:31 +0200 |
commit | e536aaa0422660283fa388c1a5d1a9c32dc52f9e (patch) | |
tree | 3ad23b9607bef05295e5f7e17281cbd33a94e2f0 /sdnr/wt/oauth-provider/provider-jar/pom.xml | |
parent | 6a7fab9a12eebe7fd902c9e04f516fa9c1ae5820 (diff) |
fix oauth-provider dependency
fix shiro dependency for alu-sr3
Issue-ID: CCSDK-3312
Change-Id: I210f9fd6f4da8643d773b4409f70a1ad29879cd4
Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com>
Diffstat (limited to 'sdnr/wt/oauth-provider/provider-jar/pom.xml')
-rw-r--r-- | sdnr/wt/oauth-provider/provider-jar/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdnr/wt/oauth-provider/provider-jar/pom.xml b/sdnr/wt/oauth-provider/provider-jar/pom.xml index 5d9cbee67..f440a544e 100644 --- a/sdnr/wt/oauth-provider/provider-jar/pom.xml +++ b/sdnr/wt/oauth-provider/provider-jar/pom.xml @@ -89,7 +89,7 @@ <dependency> <groupId>com.highstreet-technologies.aaa</groupId> <artifactId>aaa-shiro</artifactId> - <version>0.12.1</version> + <version>0.12.3</version> <exclusions> <!-- <exclusion> --> <!-- <groupId>org.opendaylight.aaa</groupId> --> |