aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/dcaegen2/charts/dcae-config-binding-service
diff options
context:
space:
mode:
authorAlexis de Talhouƫt <adetalhouet89@gmail.com>2019-09-10 13:41:42 +0000
committerGerrit Code Review <gerrit@onap.org>2019-09-10 13:41:42 +0000
commitcf813f9c98fe435fb1af765d6290876ba24984d9 (patch)
treee0640451cb2820a3240bcfd62b7941cd233be0ab /kubernetes/dcaegen2/charts/dcae-config-binding-service
parent5257e65298419d9c5539cb01063e21bb7cffc421 (diff)
parentf487c95cf2035675cbb5249f8aa9799c0e28966e (diff)
Merge "Seperate CDS chart from SDNC in OOM"
Diffstat (limited to 'kubernetes/dcaegen2/charts/dcae-config-binding-service')
0 files changed, 0 insertions, 0 deletions
=================== Copyright (C) 2019-2020 AT&T Intellectual Property. All rights reserved. Modifications Copyright (C) 2020 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. ============LICENSE_END========================================================= --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.onap.policy.xacml-pdp</groupId> <artifactId>policy-xacml-pdp</artifactId> <version>2.3.2</version> </parent> <artifactId>xacml-testsuites</artifactId> <packaging>pom</packaging> <properties> <!-- There is no code in this sub-module, only holds interfaces. So skip sonar. --> <sonar.skip>true</sonar.skip> </properties> <modules> <module>stability</module> <module>performance</module> </modules> </project>