summaryrefslogtreecommitdiffstats
path: root/kubernetes/aaf/Chart.yaml
blob: e44b49d7b55ed84bcca2cf26b09abc15b5ad3220 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright © 2018 ZTE
# Modifications Copyright © 2018 AT&T, Amdocs, Bell Canada
#
# 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 Application Authorization Framework
name: aaf
version: 6.0.0
on>1.1.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.openecomp.so</groupId> <artifactId>MSOCockpit</artifactId> <packaging>pom</packaging> <name>MSOCockpit</name> <description>Builds the Camunda cockpit webapp for MSO</description> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-assembly-plugin</artifactId> <executions> <execution> <configuration> <descriptors> <descriptor>src/main/assembly/cockpit-build.xml</descriptor> </descriptors> <appendAssemblyId>false</appendAssemblyId> </configuration> <id>cockpit-build</id> <phase>package</phase> <goals> <goal>single</goal> </goals> </execution> </executions> </plugin> </plugins> </build> <dependencies> <dependency> <groupId>org.camunda.bpm.webapp</groupId> <artifactId>camunda-webapp-jboss-standalone</artifactId> <version>${camunda.version}</version> <type>war</type> </dependency> <dependency> <groupId>org.openecomp.so</groupId> <artifactId>common</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.openecomp.so</groupId> <artifactId>cockpit-urnmap-plugin</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.openecomp.so</groupId> <artifactId>MSOCoreBPMN</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.evosuite</groupId> <artifactId>evosuite-standalone-runtime</artifactId> <version>${evosuiteVersion}</version> <scope>test</scope> </dependency> </dependencies> </project>