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 05:56:23 +0000 |
commit | b2021d8917ff05c7aaa0a42fd708b92e87aa3f83 (patch) | |
tree | 18fa26e51fe12b84a4891f1f08de28ee9264ca55 /sdnr/wt/oauth-provider | |
parent | 89e0624d0da6f7b65853dd2ed87402a8078d7f6d (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')
-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 290f19e58..96d3f1ca0 100644 --- a/sdnr/wt/oauth-provider/provider-jar/pom.xml +++ b/sdnr/wt/oauth-provider/provider-jar/pom.xml @@ -88,7 +88,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> --> |