aboutsummaryrefslogtreecommitdiffstats
path: root/appc-config/appc-flow-controller/provider/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'appc-config/appc-flow-controller/provider/pom.xml')
-rw-r--r--appc-config/appc-flow-controller/provider/pom.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/appc-config/appc-flow-controller/provider/pom.xml b/appc-config/appc-flow-controller/provider/pom.xml
index 19cbee450..a63e31b41 100644
--- a/appc-config/appc-flow-controller/provider/pom.xml
+++ b/appc-config/appc-flow-controller/provider/pom.xml
@@ -3,7 +3,7 @@
============LICENSE_START=======================================================
ONAP : APPC
================================================================================
- Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved.
+ Copyright (C) 2017-2019 AT&T Intellectual Property. All rights reserved.
Copyright (C) 2017 Amdocs
================================================================================
Licensed under the Apache License, Version 2.0 (the "License");
@@ -132,6 +132,11 @@
<version>1.9.2</version>
<scope>compile</scope>
</dependency>
+ <dependency>
+ <groupId>org.osgi</groupId>
+ <artifactId>org.osgi.core</artifactId>
+ <scope>provided</scope>
+ </dependency>
</dependencies>