summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHerbert Eiselt <herbert.eiselt@highstreet-technologies.com>2019-03-13 20:29:18 +0100
committerHerbert Eiselt <herbert.eiselt@highstreet-technologies.com>2019-03-13 20:29:57 +0100
commit14e324265233976dabca043d91dbdb7bc729e319 (patch)
treeec368962becc1a24747285b6f0239a5da852de4a
parenta41427f14b8b056640e5853f5ec61284fb23acaa (diff)
Add sdnr to odlsli distribution
Add to odlsli alpine and ubuntu resubmit1 Change-Id: I054d63edd7f80136600d6a13a241dc42de1b90d2 Issue-ID: SDNC-690 Signed-off-by: Herbert Eiselt <herbert.eiselt@highstreet-technologies.com>
-rw-r--r--odlsli/odlsli-alpine/pom.xml7
-rw-r--r--odlsli/odlsli-ubuntu/pom.xml7
2 files changed, 14 insertions, 0 deletions
diff --git a/odlsli/odlsli-alpine/pom.xml b/odlsli/odlsli-alpine/pom.xml
index 5cf26178..55982cde 100644
--- a/odlsli/odlsli-alpine/pom.xml
+++ b/odlsli/odlsli-alpine/pom.xml
@@ -242,6 +242,13 @@
<classifier>repo</classifier>
<type>zip</type>
</dependency>
+ <dependency>
+ <groupId>org.onap.ccsdk.features.sdnr.wt</groupId>
+ <artifactId>sdnr-wt-feature-aggregator-installer</artifactId>
+ <version>${ccsdk.features.version}</version>
+ <classifier>repo</classifier>
+ <type>zip</type>
+ </dependency>
</dependencies>
<build>
diff --git a/odlsli/odlsli-ubuntu/pom.xml b/odlsli/odlsli-ubuntu/pom.xml
index af6674ad..e6789dfa 100644
--- a/odlsli/odlsli-ubuntu/pom.xml
+++ b/odlsli/odlsli-ubuntu/pom.xml
@@ -242,6 +242,13 @@
<classifier>repo</classifier>
<type>zip</type>
</dependency>
+ <dependency>
+ <groupId>org.onap.ccsdk.features.sdnr.wt</groupId>
+ <artifactId>sdnr-wt-feature-aggregator-installer</artifactId>
+ <version>${ccsdk.features.version}</version>
+ <classifier>repo</classifier>
+ <type>zip</type>
+ </dependency>
</dependencies>
<build>