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 18:40:01 +0530 |
commit | 6c18268df5546ec1ddea146fa663d70395edcae8 (patch) | |
tree | f737bc6aceb23cce633dcbbafa7a11b09e58bffd /sdnr/wt/data-provider/installer/pom.xml | |
parent | dfd91573b7567e1dab482f17111ab8f809553d99 (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 d00d57b3c..01c4139be 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> |