diff options
author | Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> | 2023-12-15 18:39:48 +0530 |
---|---|---|
committer | Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> | 2023-12-15 13:11:56 +0000 |
commit | 45b972d7cf03d4815db77c3af3d49ef01040f8a1 (patch) | |
tree | 2622100b4ca7de2195e5303ea9e418f360eb48c3 /sdnr/wt/data-provider/installer/pom.xml | |
parent | 62da53f6d710ad38201aa31e339fa2534df27e66 (diff) |
Inventory TreeView Fixed
WhiteBoardPattern annotations removed from DataTreeHttpServlet
Servlet registration using bind method
Issue-ID: CCSDK-3976
Change-Id: I2138b5b7f9ad4618bee1626e322449b83c5ee77a
Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com>
Diffstat (limited to 'sdnr/wt/data-provider/installer/pom.xml')
-rwxr-xr-x | sdnr/wt/data-provider/installer/pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sdnr/wt/data-provider/installer/pom.xml b/sdnr/wt/data-provider/installer/pom.xml index c127fea69..011b420e9 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> @@ -48,7 +49,7 @@ <dependency> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>installed-odl-bom</artifactId> - <version>2.6.0</version> + <version>2.7.0-SNAPSHOT</version> <type>pom</type> <scope>import</scope> </dependency> |