3 ~ ============LICENSE_START=======================================================
5 ~ ================================================================================
6 ~ Copyright (c) 2018 AT&T Intellectual Property. All rights reserved.
7 ~ Copyright (c) 2021 Samsung Electronics. All rights reserved.
8 ~ Copyright (c) 2022 Wipro Limited.
9 ~ ================================================================================
10 ~ Licensed under the Apache License, Version 2.0 (the "License");
11 ~ you may not use this file except in compliance with the License.
12 ~ You may obtain a copy of the License at
14 ~ http://www.apache.org/licenses/LICENSE-2.0
16 ~ Unless required by applicable law or agreed to in writing, software
17 ~ distributed under the License is distributed on an "AS IS" BASIS,
18 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19 ~ See the License for the specific language governing permissions and
20 ~ limitations under the License.
21 ~ ============LICENSE_END=========================================================
24 <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
25 <modelVersion>4.0.0</modelVersion>
28 <groupId>org.onap.oparent</groupId>
29 <artifactId>oparent</artifactId>
30 <version>2.0.0</version>
33 <groupId>org.onap.dcaegen2.analytics.tca-gen2</groupId>
34 <artifactId>tca-gen2-parent</artifactId>
35 <version>${revision}</version>
38 <revision>1.3.2-SNAPSHOT</revision>
41 <name>dcaegen2-analytics-tca-gen2</name>
42 <packaging>pom</packaging>
45 <module>eelf-logger</module>
46 <module>dcae-analytics</module>
52 <artifactId>maven-enforcer-plugin</artifactId>
55 <id>enforce-no-snapshots</id>
61 <groupId>com.spotify</groupId>
62 <artifactId>docker-maven-plugin</artifactId>
63 <version>1.0.0</version>
65 <skipDocker>true</skipDocker>