aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/nbi/Chart.yaml
blob: ad00218cba3b5adb7b457ef264e8de25b86e414c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright © 2017 Amdocs, Bell Canada
# Modifications Copyright © 2018  Orange
#
# 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.
# See the License for the specific language governing permissions and
# limitations under the License.

apiVersion: v1
description: ONAP Northbound Interface
name: nbi
version: 6.0.0
n class="nt"><modelVersion>4.0.0</modelVersion> <parent> <groupId>org.onap.sdc.common</groupId> <artifactId>onap-generic-artifact-browser</artifactId> <version>1.7.2</version> </parent> <artifactId>onap-generic-artifact-browser-service</artifactId> <properties> <snakeyaml.version>1.21</snakeyaml.version> <jsurfer.version>1.4.3</jsurfer.version> <jacoco.skip>false</jacoco.skip> </properties> <dependencies> <dependency> <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId> <version>${lombok.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.yaml</groupId> <artifactId>snakeyaml</artifactId> <version>${snakeyaml.version}</version> </dependency> <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> <version>${gson.version}</version> </dependency> <dependency> <groupId>com.github.jsurfer</groupId> <artifactId>jsurfer-gson</artifactId> <version>${jsurfer.version}</version> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>${guava.version}</version> </dependency> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> <version>${commons.io.version}</version> </dependency> <!--test--> <dependency> <groupId>org.hamcrest</groupId> <artifactId>hamcrest-all</artifactId> <version>${hamcrest-all.version}</version> <scope>test</scope> </dependency> </dependencies> </project>