diff options
author | Vijay Venkatesh Kumar <vv770d@att.com> | 2020-07-16 21:15:17 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-07-16 21:15:17 +0000 |
commit | e996e07eea9189ffd89418047eb26293ef33e419 (patch) | |
tree | 51785f96a3765225e7dc61335c269a859490f2a6 /mod/runtimeapi/runtime-core | |
parent | 219b4e78fb5129c9661f2ee178bdf68ee4d8e36e (diff) | |
parent | 69644638aa0e93c9c2c2ccea590fa02213d24a7a (diff) |
Merge "Add external tls info to bpgenerator and component spec schema"
Diffstat (limited to 'mod/runtimeapi/runtime-core')
-rw-r--r-- | mod/runtimeapi/runtime-core/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/runtimeapi/runtime-core/pom.xml b/mod/runtimeapi/runtime-core/pom.xml index fa0abc1..0318d2f 100644 --- a/mod/runtimeapi/runtime-core/pom.xml +++ b/mod/runtimeapi/runtime-core/pom.xml @@ -44,7 +44,7 @@ limitations under the License. <dependency> <groupId>org.onap.dcaegen2.platform.mod</groupId> <artifactId>blueprint-generator</artifactId> - <version>1.3.1</version> + <version>1.3.1</version> </dependency> <dependency> <groupId>org.json</groupId> |