diff options
author | Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> | 2020-07-30 09:06:20 +0200 |
---|---|---|
committer | Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> | 2020-07-30 10:47:42 +0200 |
commit | 64d46cf2ef7e4441b46420bb6ca1c6863cc12ba6 (patch) | |
tree | ba58d70334fa96cce6b75cd2f1050d5c214532e4 /sdnr/wt/mountpoint-state-provider/installer | |
parent | 4aaaeb525cb04023147527da0164bbf7152fc9fd (diff) |
Update mountpoint-state-provider
Update mountpoint-state-provider for ODL Sodium support and some refactoring
Issue-ID: CCSDK-2575
Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com>
Change-Id: I5a44e8d2e2b4359d66374ccf7669fbbde45ee582
Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com>
Diffstat (limited to 'sdnr/wt/mountpoint-state-provider/installer')
-rwxr-xr-x | sdnr/wt/mountpoint-state-provider/installer/pom.xml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sdnr/wt/mountpoint-state-provider/installer/pom.xml b/sdnr/wt/mountpoint-state-provider/installer/pom.xml index 5c86f3b05..831a705d8 100755 --- a/sdnr/wt/mountpoint-state-provider/installer/pom.xml +++ b/sdnr/wt/mountpoint-state-provider/installer/pom.xml @@ -45,17 +45,6 @@ <include.transitive.dependencies>false</include.transitive.dependencies> </properties> - <dependencyManagement> - <dependencies> - <dependency> - <groupId>org.opendaylight.controller</groupId> - <artifactId>mdsal-artifacts</artifactId> - <version>${odl.controller.mdsal.version}</version> - <type>pom</type> - <scope>import</scope> - </dependency> - </dependencies> - </dependencyManagement> <dependencies> <dependency> <groupId>org.onap.ccsdk.features.sdnr.wt</groupId> |