diff options
author | Dan Timoney <dtimoney@att.com> | 2023-11-01 19:06:25 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2023-11-01 19:06:25 +0000 |
commit | 44ee391fe4c0f890346ee651a57ef028fa119b0c (patch) | |
tree | 72137395a38cb6d7bb9afafd9ce59c64626964f9 /sdnr/wt/data-provider/installer | |
parent | ea5ba02bdfd1ed6e16683b01f1f499cb2473e37e (diff) | |
parent | cb9bd650a1ba6c1c2f5c7dd410f640b9b6f876c7 (diff) |
Merge "Extend user settings API"
Diffstat (limited to 'sdnr/wt/data-provider/installer')
-rwxr-xr-x | sdnr/wt/data-provider/installer/pom.xml | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/sdnr/wt/data-provider/installer/pom.xml b/sdnr/wt/data-provider/installer/pom.xml index 2de56eff3..596c38afc 100755 --- a/sdnr/wt/data-provider/installer/pom.xml +++ b/sdnr/wt/data-provider/installer/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> @@ -43,7 +44,17 @@ <application.name>sdnr-wt-data-provider</application.name> <include.transitive.dependencies>false</include.transitive.dependencies> </properties> - + <dependencyManagement> + <dependencies> + <dependency> + <groupId>org.onap.ccsdk.parent</groupId> + <artifactId>installed-odl-bom</artifactId> + <version>2.6.0</version> + <type>pom</type> + <scope>import</scope> + </dependency> + </dependencies> + </dependencyManagement> <dependencies> <dependency> <groupId>${project.groupId}</groupId> |