3 ~ ================================================================================
4 ~ Copyright (c) 2018 AT&T Intellectual Property. All rights reserved.
5 ~ Copyright (c) 2021 Samsung Electronics. All rights reserved.
6 ~ ================================================================================
7 ~ Licensed under the Apache License, Version 2.0 (the "License");
8 ~ you may not use this file except in compliance with the License.
9 ~ You may obtain a copy of the License at
11 ~ http://www.apache.org/licenses/LICENSE-2.0
13 ~ Unless required by applicable law or agreed to in writing, software
14 ~ distributed under the License is distributed on an "AS IS" BASIS,
15 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 ~ See the License for the specific language governing permissions and
17 ~ limitations under the License.
18 ~ ============LICENSE_END=========================================================
21 <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">
22 <modelVersion>4.0.0</modelVersion>
25 <groupId>org.onap.oparent</groupId>
26 <artifactId>oparent</artifactId>
27 <version>2.0.0</version>
30 <groupId>org.onap.dcaegen2.analytics.tca-gen2</groupId>
31 <artifactId>tca-gen2-parent</artifactId>
32 <version>1.3.1-SNAPSHOT</version>
34 <name>dcaegen2-analytics-tca-gen2</name>
35 <packaging>pom</packaging>
38 <module>eelf-logger</module>
39 <module>dcae-analytics</module>
45 <artifactId>maven-enforcer-plugin</artifactId>
48 <id>enforce-no-snapshots</id>
54 <groupId>com.spotify</groupId>
55 <artifactId>docker-maven-plugin</artifactId>
56 <version>1.0.0</version>
58 <skipDocker>true</skipDocker>