diff options
author | Dan Timoney <dtimoney@att.com> | 2019-04-10 11:10:42 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-04-10 11:10:42 +0000 |
commit | 5ef963fcebf2e97fc097837d3993ad0f66885568 (patch) | |
tree | 104176070056e44f5a29350dbb3508e57b6c349f /ms/controllerblueprints/modules/service/pom.xml | |
parent | 06cfd28140c6d30a5fda4e08c2f306b731f6647a (diff) | |
parent | f7d891db891f4fb8db103236d4010de1b7739378 (diff) |
Merge "Jinja template for Blueprint template service"
Diffstat (limited to 'ms/controllerblueprints/modules/service/pom.xml')
-rw-r--r-- | ms/controllerblueprints/modules/service/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ms/controllerblueprints/modules/service/pom.xml b/ms/controllerblueprints/modules/service/pom.xml index f47a5b467..40a5c259d 100644 --- a/ms/controllerblueprints/modules/service/pom.xml +++ b/ms/controllerblueprints/modules/service/pom.xml @@ -4,6 +4,8 @@ ~ ~ Modifications Copyright © 2018 IBM. ~ + ~ Modifications Copyright © 2019 IBM, Bell Canada + ~ ~ Licensed under the Apache License, Version 2.0 (the "License"); ~ you may not use this file except in compliance with the License. ~ You may obtain a copy of the License at @@ -52,6 +54,10 @@ <artifactId>velocity</artifactId> </dependency> <dependency> + <groupId>com.hubspot.jinjava</groupId> + <artifactId>jinjava</artifactId> + </dependency> + <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-webflux</artifactId> </dependency> |