aboutsummaryrefslogtreecommitdiffstats
path: root/filters/provider/pom.xml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2017-03-31 15:03:13 -0400
committerDan Timoney <dtimoney@att.com>2017-03-31 15:11:48 -0400
commit974b67dd4021e6e839eaad25366bffe6d7a414c8 (patch)
treec16b969e86323ed8b0914253b1c74d42d31a7ed1 /filters/provider/pom.xml
parente0451f75b26082418757f279351c2d3e29c0a5c8 (diff)
[SDNC-5] Rebase sdnc-core
Upgrade to OpenDaylight Boron release, and sync changes made since 16.10 release to ONAP SDN-C distribution Change-Id: I20bef9e6d0008c4436b5624ce839bbb70ecc20a5 Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'filters/provider/pom.xml')
-rwxr-xr-xfilters/provider/pom.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/filters/provider/pom.xml b/filters/provider/pom.xml
index cf31a0c..6afa2d2 100755
--- a/filters/provider/pom.xml
+++ b/filters/provider/pom.xml
@@ -49,7 +49,11 @@
<artifactId>commons-codec</artifactId>
<version>${commons.codec.version}</version>
</dependency>
-
+ <dependency>
+ <groupId>org.openecomp.sdnc.core</groupId>
+ <artifactId>sli-common</artifactId>
+ <version>${sdnctl.sli.version}</version>
+ </dependency>
<!--
<dependency>
<groupId>mysql</groupId>