aboutsummaryrefslogtreecommitdiffstats
path: root/artifacts
diff options
context:
space:
mode:
authorSmokowski, Kevin (ks6305) <kevin.smokowski@att.com>2019-11-01 14:38:49 +0000
committerKevin Smokowski <kevin.smokowski@att.com>2019-11-01 17:14:39 +0000
commit0f166dd572d7124ea9c46c97b6a1caf6c231d9a6 (patch)
tree22d5d52d95e426d2a0d6b7e46c7032dcaf17a39a /artifacts
parent49a41adb9f709485ed259a6a4603f3adad1324e2 (diff)
SliProviderBaseUpdates
SvcLogicServiceImplBase constructor should have SvcLogicResolver as a parameter,Added HashMapResolver to map svclogic instances without osgi,Added InMemorySvcLogicStore useful for simple demos or junit test Issue-ID: CCSDK-1891 Signed-off-by: Smokowski, Kevin (ks6305) <kevin.smokowski@att.com> Change-Id: I3c3cdd33177ef10133db2672ddd4b308becefc90
Diffstat (limited to 'artifacts')
-rwxr-xr-xartifacts/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/artifacts/pom.xml b/artifacts/pom.xml
index 1f0781b6..32d1ef73 100755
--- a/artifacts/pom.xml
+++ b/artifacts/pom.xml
@@ -146,6 +146,11 @@
<artifactId>utils-installer</artifactId>
<version>${project.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.onap.ccsdk.sli.core</groupId>
+ <artifactId>sli-recording</artifactId>
+ <version>${project.version}</version>
+ </dependency>
</dependencies>
</dependencyManagement>