summaryrefslogtreecommitdiffstats
path: root/ms/blueprintsprocessor/parent/pom.xml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2019-04-19 00:03:50 +0000
committerGerrit Code Review <gerrit@onap.org>2019-04-19 00:03:50 +0000
commit0e71bb35c7c2a6697216ea0ed203849400c46409 (patch)
tree02e7a4a18ca6eb95b15efc359cc363b4c2a136fd /ms/blueprintsprocessor/parent/pom.xml
parent1e7aa69376ee082cc85f1e22f27763cdbb0c0be3 (diff)
parentbc95a55c61685694a930d659bef336989a04df2f (diff)
Merge "Add grpc execution service"
Diffstat (limited to 'ms/blueprintsprocessor/parent/pom.xml')
-rwxr-xr-xms/blueprintsprocessor/parent/pom.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/ms/blueprintsprocessor/parent/pom.xml b/ms/blueprintsprocessor/parent/pom.xml
index 0ad566669..42abbc51d 100755
--- a/ms/blueprintsprocessor/parent/pom.xml
+++ b/ms/blueprintsprocessor/parent/pom.xml
@@ -16,7 +16,8 @@
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.onap.ccsdk.cds</groupId>
@@ -313,6 +314,11 @@
</dependency>
<dependency>
<groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
+ <artifactId>grpc-lib</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
<artifactId>execution-service</artifactId>
<version>${project.version}</version>
</dependency>