aboutsummaryrefslogtreecommitdiffstats
path: root/sdnr/wt/featureaggregator/feature-oauth/pom.xml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2024-03-20 19:55:44 +0000
committerGerrit Code Review <gerrit@onap.org>2024-03-20 19:55:44 +0000
commitd92053139c53d5b4ce33336168d64ca31397c5e5 (patch)
tree34092efd6264c736ac00a81317ca2d28d8d3e644 /sdnr/wt/featureaggregator/feature-oauth/pom.xml
parenta16f77b359bfa0d9684fc33761cfbcd736d3b6cf (diff)
parentccea526a9ba642d726817b6bc1eeb1d4062b53cb (diff)
Merge "fix oauth code"HEADmaster
Diffstat (limited to 'sdnr/wt/featureaggregator/feature-oauth/pom.xml')
-rw-r--r--sdnr/wt/featureaggregator/feature-oauth/pom.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/sdnr/wt/featureaggregator/feature-oauth/pom.xml b/sdnr/wt/featureaggregator/feature-oauth/pom.xml
index b79b320e6..707dc7801 100644
--- a/sdnr/wt/featureaggregator/feature-oauth/pom.xml
+++ b/sdnr/wt/featureaggregator/feature-oauth/pom.xml
@@ -22,6 +22,7 @@
~ ============LICENSE_END=======================================================
~
-->
+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
@@ -34,7 +35,7 @@
<groupId>org.onap.ccsdk.features.sdnr.wt</groupId>
<artifactId>sdnr-wt-feature-aggregator-oauth</artifactId>
- <version>1.6.0-SNAPSHOT</version>
+ <version>1.7.0-SNAPSHOT</version>
<packaging>feature</packaging>
<name>ccsdk-features :: ${project.artifactId}</name>
@@ -47,14 +48,13 @@
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
- <artifactId>sdnr-wt-oauth-provider</artifactId>
+ <artifactId>sdnr-wt-oauth-web</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>sdnr-wt-oauth-realm</artifactId>
<version>${project.version}</version>
- <exclusions>
- <exclusion>
- <groupId>${project.groupId}</groupId>
- <artifactId>sdnr-wt-oauth-provider-jar</artifactId>
- </exclusion>
- </exclusions>
</dependency>
</dependencies>
</project>