diff options
author | Remigiusz Janeczek <remigiusz.janeczek@nokia.com> | 2020-06-17 17:52:56 +0200 |
---|---|---|
committer | Remigiusz Janeczek <remigiusz.janeczek@nokia.com> | 2020-07-16 11:41:49 +0200 |
commit | 69644638aa0e93c9c2c2ccea590fa02213d24a7a (patch) | |
tree | 2b9bed117552520851ec4d846eb38a84759fe042 /mod/runtimeapi/runtime-core | |
parent | 7e4e7939f698f593bf4019f3a4a1813206b77463 (diff) |
Add external tls info to bpgenerator and component spec schema
Also:
- Fix issue where local run without import file caused
exception instead of use of default imports.
- Update blueprint generator version from 1.3.2 to 1.4.0
Issue-ID: DCAEGEN2-2251
Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com>
Change-Id: I2f976ccc3e0b271bf9ae1357f02bd86fe0903459
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 7add43b..c43c3dc 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> |