[DCAEGEN2] Upgrade dependencies for dcaegen2-analytics-tca-gen2
[dcaegen2/analytics/tca-gen2.git] / pom.xml
1 <?xml version="1.0"?>
2 <!--
3   ~ ============LICENSE_START=======================================================
4   ~  TCAgen2
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   ~ Copyright (c) 2022 Huawei. All rights reserved.
10   ~ Copyright (C) 2023 Deutsche Telekom AG. All rights reserved.
11   ~ ================================================================================
12   ~ Licensed under the Apache License, Version 2.0 (the "License");
13   ~ you may not use this file except in compliance with the License.
14   ~ You may obtain a copy of the License at
15   ~
16   ~      http://www.apache.org/licenses/LICENSE-2.0
17   ~
18   ~ Unless required by applicable law or agreed to in writing, software
19   ~ distributed under the License is distributed on an "AS IS" BASIS,
20   ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
21   ~ See the License for the specific language governing permissions and
22   ~ limitations under the License.
23   ~ ============LICENSE_END=========================================================
24   ~
25   -->
26 <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">
27     <modelVersion>4.0.0</modelVersion>
28
29     <parent>
30         <groupId>org.onap.oparent</groupId>
31         <artifactId>oparent</artifactId>
32         <version>2.0.0</version>
33     </parent>
34
35     <groupId>org.onap.dcaegen2.analytics.tca-gen2</groupId>
36     <artifactId>tca-gen2-parent</artifactId>
37     <version>${revision}</version>
38
39     <properties>
40         <revision>1.4.0-SNAPSHOT</revision>
41     </properties>
42
43     <name>dcaegen2-analytics-tca-gen2</name>
44     <packaging>pom</packaging>
45
46     <modules>
47         <module>eelf-logger</module>
48         <module>dcae-analytics</module>
49     </modules>
50
51     <build>
52         <plugins>
53             <plugin>
54                 <artifactId>maven-enforcer-plugin</artifactId>
55                 <executions>
56                     <execution>
57                         <id>enforce-no-snapshots</id>
58                         <phase>none</phase>
59                     </execution>
60                 </executions>
61             </plugin>
62                 <plugin>
63                     <groupId>com.spotify</groupId>
64                     <artifactId>docker-maven-plugin</artifactId>
65                     <version>1.0.0</version>
66                     <configuration>
67                         <skipDocker>true</skipDocker>
68                     </configuration>
69                 </plugin>
70         </plugins>
71     </build>
72
73 </project>