diff options
author | 2020-08-21 08:37:36 +0200 | |
---|---|---|
committer | 2020-08-21 08:37:36 +0200 | |
commit | 0aa56e61319ae87adadd95e419f7cea12474b2ed (patch) | |
tree | 59745c04a47a21fc186968bb7678161b60029335 /vnfmarket-be/pom.xml | |
parent | 87abb288ba1e107fb75148effd967420b6c76148 (diff) |
Migrate from java 8 to java 11
- update Dockerfile
- update documentation
Issue-ID: VNFSDK-632
Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com>
Change-Id: Ibdd8a17de96e58bc86ed79b8a7e8fa4f3fa2919d
Diffstat (limited to 'vnfmarket-be/pom.xml')
-rw-r--r-- | vnfmarket-be/pom.xml | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/vnfmarket-be/pom.xml b/vnfmarket-be/pom.xml index 240a9d6c..47b1cb3a 100644 --- a/vnfmarket-be/pom.xml +++ b/vnfmarket-be/pom.xml @@ -1,13 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- Copyright 2016-2018 Huawei Technologies Co., Ltd. - + Copyright 2020 Nokia + 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 - + http://www.apache.org/licenses/LICENSE-2.0 - + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -29,7 +30,13 @@ <scm> <tag>HEAD</tag> </scm> - <modules> + + <properties> + <javax.activation-api.version>1.2.0</javax.activation-api.version> + <jaxb-api.version>2.3.1</jaxb-api.version> + </properties> + + <modules> <module>vnf-sdk-marketplace</module> <module>deployment</module> </modules> |