summaryrefslogtreecommitdiffstats
path: root/sdnr/wt/oauth-provider/provider-osgi/pom.xml
diff options
context:
space:
mode:
authorMichael DÜrre <michael.duerre@highstreet-technologies.com>2021-11-03 14:17:33 +0100
committerDan Timoney <dtimoney@att.com>2021-12-02 16:43:25 -0500
commit41a7776b97a40d9784cbaae6fa63da90c2be4d38 (patch)
tree4fc8a514fd17a9f19b9f8c77913cee684806f42e /sdnr/wt/oauth-provider/provider-osgi/pom.xml
parent9c32b5ea341040291fa860cb9af7c7afa718fc8f (diff)
mirgate features to sr2
fix oauth provider and its aaa deps Issue-ID: CCSDK-3515 Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com> Change-Id: I5e964958f323483e593563f5f19cee6100108b21 Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com>
Diffstat (limited to 'sdnr/wt/oauth-provider/provider-osgi/pom.xml')
-rw-r--r--sdnr/wt/oauth-provider/provider-osgi/pom.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/sdnr/wt/oauth-provider/provider-osgi/pom.xml b/sdnr/wt/oauth-provider/provider-osgi/pom.xml
index c2265deea..7c184d81c 100644
--- a/sdnr/wt/oauth-provider/provider-osgi/pom.xml
+++ b/sdnr/wt/oauth-provider/provider-osgi/pom.xml
@@ -28,7 +28,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>binding-parent</artifactId>
- <version>2.2.2</version>
+ <version>2.2.3</version>
<relativePath/>
</parent>
@@ -61,7 +61,7 @@
<artifactId>aaa-shiro</artifactId>
</exclusion>
<exclusion>
- <groupId>com.highstreet-technologies.aaa</groupId>
+ <groupId>org.opendaylight.aaa</groupId>
<artifactId>aaa-shiro</artifactId>
</exclusion>
<exclusion>
@@ -87,6 +87,7 @@
<Bundle-Version>${project.version}</Bundle-Version>
<Export-Package>
org.onap.ccsdk.features.sdnr.wt.oauthprovider;version=${project.version},
+ org.onap.ccsdk.features.sdnr.wt.oauthprovider.filters;version=${project.version},
org.onap.ccsdk.features.sdnr.wt.oauthprovider.http;version=${project.version},
org.onap.ccsdk.features.sdnr.wt.oauthprovider.http.client;version=${project.version},
org.onap.ccsdk.features.sdnr.wt.oauthprovider.data;version=${project.version},
@@ -116,7 +117,7 @@
org.opendaylight.aaa.api,
org.opendaylight.aaa.api.shiro.principal,
org.opendaylight.aaa.shiro.realm,
- org.opendaylight.aaa.shiro.filters.backport,
+ org.opendaylight.aaa.shiro.filters,
org.opendaylight.mdsal.binding.api,
org.opendaylight.yang.gen.v1.urn.opendaylight.aaa.app.config.rev170619,
org.opendaylight.yang.gen.v1.urn.opendaylight.aaa.app.config.rev170619.shiro.configuration,
@@ -136,7 +137,7 @@
<Embed-Dependency>*;scope=compile|runtime;inline=false</Embed-Dependency>
<Embed-Dependency>*;scope=compile|runtime;artifactId=!shiro-core;inline=false</Embed-Dependency>
<Embed-Transitive>true</Embed-Transitive>
- <Fragment-Host>org.apache.shiro.core</Fragment-Host>
+ <Fragment-Host>org.opendaylight.aaa.repackaged-shiro</Fragment-Host>
</instructions>
</configuration>
</plugin>