diff options
author | KAPIL SINGAL <ks220y@att.com> | 2021-08-09 02:00:54 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-08-09 02:00:54 +0000 |
commit | a6103b2d4971c0003a27be5fc589baf57222dc73 (patch) | |
tree | 43a01dda8c2cbf94fbaafa89b2c70d6c9aa3c9bd /sdnr/wt/oauth-provider/provider-jar/pom.xml | |
parent | 72384f4cf8aa066e18cf4712a545c70ec23638f4 (diff) | |
parent | ea50c8f5ac2e2cfa30512acd4ab1e72c2a36b278 (diff) |
Merge "Support for external identity providers"
Diffstat (limited to 'sdnr/wt/oauth-provider/provider-jar/pom.xml')
-rw-r--r-- | sdnr/wt/oauth-provider/provider-jar/pom.xml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sdnr/wt/oauth-provider/provider-jar/pom.xml b/sdnr/wt/oauth-provider/provider-jar/pom.xml index f440a544e..b73602d36 100644 --- a/sdnr/wt/oauth-provider/provider-jar/pom.xml +++ b/sdnr/wt/oauth-provider/provider-jar/pom.xml @@ -50,15 +50,6 @@ <maven.javadoc.skip>true</maven.javadoc.skip> <checkstyle.skip>true</checkstyle.skip> </properties> - <dependencyManagement> - <dependencies> - <dependency> - <groupId>org.apache.shiro</groupId> - <artifactId>shiro-core</artifactId> - <version>1.3.2</version> - </dependency> - </dependencies> - </dependencyManagement> <dependencies> <dependency> <groupId>${project.groupId}</groupId> @@ -70,7 +61,6 @@ <artifactId>jackson-databind</artifactId> <scope>provided</scope> </dependency> - <dependency> <groupId>com.auth0</groupId> <artifactId>java-jwt</artifactId> @@ -89,7 +79,6 @@ <dependency> <groupId>com.highstreet-technologies.aaa</groupId> <artifactId>aaa-shiro</artifactId> - <version>0.12.3</version> <exclusions> <!-- <exclusion> --> <!-- <groupId>org.opendaylight.aaa</groupId> --> |