aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/sdc/charts/sdc-be/Chart.yaml
blob: 827ad834cb4ca7af286f5c87f80f34cf5feb9117 (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 AT&T, ZTE
#
# 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 Service Design and Creation Backend API
name: sdc-be
version: 3.0.0
="nt"></groupId> <artifactId>adapters</artifactId> <version>1.6.0-SNAPSHOT</version> </parent> <groupId>org.onap.so.adapters</groupId> <artifactId>mso-adapters-rest-interface</artifactId> <packaging>jar</packaging> <name>mso-adapters-rest-interface</name> <description> Java Beans (Requests and Responses) for Network/Tenant/VNF/SDNC REST Operations </description> <build> <finalName>${project.artifactId}-${project.version}</finalName> <plugins> <plugin> <artifactId>maven-jar-plugin</artifactId> <!--<version>2.6</version>--> <version>3.0.2</version> <configuration> <classesDirectory>target/classes</classesDirectory> </configuration> </plugin> <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> </plugin> </plugins> </build> <dependencies> <dependency> <groupId>org.javatuples</groupId> <artifactId>javatuples</artifactId> <version>1.2</version> </dependency> <dependency> <groupId>org.onap.so.libs.openstack-java-sdk</groupId> <artifactId>keystone-client</artifactId> <version>${openstack.version}</version> </dependency> <dependency> <groupId>org.onap.so.libs.openstack-java-sdk</groupId> <artifactId>heat-client</artifactId> <version>${openstack.version}</version> </dependency> <dependency> <groupId>org.onap.so.libs.openstack-java-sdk</groupId> <artifactId>quantum-client</artifactId> <version>${openstack.version}</version> </dependency> <dependency> <groupId>org.onap.so.libs.openstack-java-sdk</groupId> <artifactId>glance-client</artifactId> <version>${openstack.version}</version> </dependency> <dependency> <groupId>org.onap.so.libs.openstack-java-sdk</groupId> <artifactId>cinder-client</artifactId> <version>${openstack.version}</version> </dependency> <dependency> <groupId>org.onap.so.libs.openstack-java-sdk</groupId> <artifactId>nova-client</artifactId> <version>${openstack.version}</version> </dependency> <dependency> <groupId>org.onap.so.libs.openstack-java-sdk.client-connectors</groupId> <artifactId>http-connector</artifactId> <version>${openstack.version}</version> </dependency> <dependency> <groupId>org.onap.so</groupId> <artifactId>common</artifactId> <version>${project.version}</version> </dependency> </dependencies> </project>