blob: 9c0d125fd0048fa4021594c981193bdbdd3a82fc [file] [log] [blame]
Patrick Brady695c82e2018-09-21 14:06:04 -07001<?xml version="1.0" encoding="UTF-8"?>
2<!--
3============LICENSE_START=======================================================
4ONAP : APPC
5================================================================================
Patrick Brady20a1fb82019-02-22 13:20:53 -08006Copyright (C) 2018-2019 AT&T Intellectual Property. All rights reserved.
Patrick Brady695c82e2018-09-21 14:06:04 -07007=============================================================================
8Licensed under the Apache License, Version 2.0 (the "License");
9you may not use this file except in compliance with the License.
10You may obtain a copy of the License at
11
12 http://www.apache.org/licenses/LICENSE-2.0
13
14Unless required by applicable law or agreed to in writing, software
15distributed under the License is distributed on an "AS IS" BASIS,
16WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17See the License for the specific language governing permissions and
18limitations under the License.
19============LICENSE_END=========================================================
20-->
21<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
23
24
25 <modelVersion>4.0.0</modelVersion>
26 <packaging>pom</packaging>
27 <groupId>org.onap.appc.parent</groupId>
28 <artifactId>odlparent-lite</artifactId>
Patrick Brady78187402020-01-15 12:18:41 -080029 <version>2.7.1-SNAPSHOT</version>
Patrick Brady695c82e2018-09-21 14:06:04 -070030
31 <parent>
32 <groupId>org.onap.ccsdk.parent</groupId>
33 <artifactId>odlparent-lite</artifactId>
Taka Chod07cfaa2020-01-31 16:53:10 -050034 <version>1.5.1</version>
Patrick Brady695c82e2018-09-21 14:06:04 -070035 <relativePath />
36 </parent>
Patrick Bradyd72895e2019-08-08 14:00:07 -070037
Patrick Brady695c82e2018-09-21 14:06:04 -070038 <properties>
Taka Chod07cfaa2020-01-31 16:53:10 -050039 <snakeyaml.version>1.15</snakeyaml.version>
Patrick Brady695c82e2018-09-21 14:06:04 -070040 </properties>
Taka Cho9eb24232019-04-25 13:10:02 -040041
42 <dependencyManagement>
43 <dependencies>
Taka Cho9eb24232019-04-25 13:10:02 -040044 </dependencies>
45 </dependencyManagement>
46
Patrick Brady06433922019-08-09 10:51:41 -070047 <build>
48 <plugins>
49 <plugin>
50 <groupId>org.apache.maven.plugins</groupId>
51 <artifactId>maven-install-plugin</artifactId>
52 <version>2.5.2</version>
53 <executions>
54 <execution>
55 <id>additional-install</id>
56 <phase>none</phase>
57 </execution>
58 </executions>
59 </plugin>
60 </plugins>
61 </build>
62
Patrick Brady695c82e2018-09-21 14:06:04 -070063</project>