diff options
author | Singal, Kapil (ks220y) <ks220y@att.com> | 2021-05-04 12:22:25 -0400 |
---|---|---|
committer | Singal, Kapil (ks220y) <ks220y@att.com> | 2021-05-04 12:22:25 -0400 |
commit | 557282a4274b7f2849e2433ff3373b43c6a920b3 (patch) | |
tree | b7c481a3ca3b3cfefa049f0e5fbce05cf273e438 /adaptors/features/ccsdk-netconf-adaptor | |
parent | c6b6d5298f25893c7800fda38dd46f4254b1b47f (diff) |
Moving Rest Adaptor from APPC to CCSDK
Issue-ID: CCSDK-3198
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Change-Id: I70868423761ce9b8bf04fba2a46913d6e153a30b
Diffstat (limited to 'adaptors/features/ccsdk-netconf-adaptor')
-rw-r--r-- | adaptors/features/ccsdk-netconf-adaptor/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/adaptors/features/ccsdk-netconf-adaptor/pom.xml b/adaptors/features/ccsdk-netconf-adaptor/pom.xml index f6cb86c10..1f366b751 100644 --- a/adaptors/features/ccsdk-netconf-adaptor/pom.xml +++ b/adaptors/features/ccsdk-netconf-adaptor/pom.xml @@ -26,9 +26,9 @@ <dependency> <groupId>org.onap.ccsdk.sli.core</groupId> <artifactId>ccsdk-dblib</artifactId> + <version>${project.version}</version> <type>xml</type> <classifier>features</classifier> - <version>${project.version}</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> |