diff options
author | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-04-17 16:06:40 +0200 |
---|---|---|
committer | Fiete Ostkamp <fiete.ostkamp@telekom.de> | 2024-04-18 08:57:40 +0000 |
commit | 0e9a90774a86475f40d4e946798cf765910a31f6 (patch) | |
tree | d502db5ea90f7a625bf0df98ff62052f66b5b99d /pom.xml | |
parent | f265fce93af9ccb200162fbeaa0705b418397851 (diff) |
Refactor Babel related code in model-loader
- introduce BabelArtifactService
- simplify babel http client by removing factory and https support
Issue-ID: AAI-3827
Change-Id: I5c004d342687c8aaa8f26927342752d472f05da3
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ <groupId>org.onap.aai.model-loader</groupId> <artifactId>model-loader</artifactId> <name>aai-model-loader</name> - <version>1.13.6-SNAPSHOT</version> + <version>1.14.0-SNAPSHOT</version> <dependencyManagement> <dependencies> |