blob: dd0fe5607a2b9d315493850388ba21eac3c10cd1 [file] [log] [blame]
Skip Wonnell5166a762017-08-15 19:57:50 -05001<?xml version="1.0" encoding="UTF-8"?>
Skip Wonnell8c4b89b2018-01-12 09:24:03 -06002<!--
3 ============LICENSE_START=======================================================
4 ONAP : APPC
5 ================================================================================
John McClungcd5f4f62018-06-13 14:03:54 -04006 Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved.
Skip Wonnell8c4b89b2018-01-12 09:24:03 -06007 Copyright (C) 2017 Amdocs
8 ================================================================================
9 Licensed under the Apache License, Version 2.0 (the "License");
10 you may not use this file except in compliance with the License.
11 You may obtain a copy of the License at
12
13 http://www.apache.org/licenses/LICENSE-2.0
14
15 Unless required by applicable law or agreed to in writing, software
16 distributed under the License is distributed on an "AS IS" BASIS,
17 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18 See the License for the specific language governing permissions and
19 limitations under the License.
20 ============LICENSE_END=========================================================
Skip Wonnell8c4b89b2018-01-12 09:24:03 -060021 -->
Skip Wonnell5166a762017-08-15 19:57:50 -050022<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
George, Lina (lg941u)db1cca12018-01-09 13:46:51 -050023 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
24 <parent>
Patrick Bradyb49dd122018-08-10 15:30:58 -070025 <groupId>org.onap.appc.parent</groupId>
26 <artifactId>odlparent-lite</artifactId>
Patrick Brady84d0a252018-05-22 10:42:55 -070027 <version>1.4.0-SNAPSHOT</version>
Patrick Bradyb49dd122018-08-10 15:30:58 -070028 <relativePath />
George, Lina (lg941u)db1cca12018-01-09 13:46:51 -050029 </parent>
Patrick Bradyb49dd122018-08-10 15:30:58 -070030
31 <groupId>org.onap.appc</groupId>
George, Lina (lg941u)db1cca12018-01-09 13:46:51 -050032 <modelVersion>4.0.0</modelVersion>
33 <packaging>pom</packaging>
34 <artifactId>appc-config-audit</artifactId>
Skip Wonnell5166a762017-08-15 19:57:50 -050035
George, Lina (lg941u)db1cca12018-01-09 13:46:51 -050036 <name>Config Audit Node</name>
37 <description>Common Utilities for DG</description>
Skip Wonnell5166a762017-08-15 19:57:50 -050038
George, Lina (lg941u)db1cca12018-01-09 13:46:51 -050039 <properties>
40 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
George, Lina (lg941u)48a99d52018-01-12 16:26:53 -050041 <xmlunit.version>1.6</xmlunit.version>
George, Lina (lg941u)db1cca12018-01-09 13:46:51 -050042 <xmlunit-core.version>2.3.0</xmlunit-core.version>
43 </properties>
Skip Wonnell5166a762017-08-15 19:57:50 -050044
George, Lina (lg941u)db1cca12018-01-09 13:46:51 -050045 <dependencyManagement>
Skip Wonnell5166a762017-08-15 19:57:50 -050046
George, Lina (lg941u)db1cca12018-01-09 13:46:51 -050047 <dependencies>
48 <dependency>
49 <groupId>org.onap.appc</groupId>
50 <artifactId>appc-config-audit-features</artifactId>
51 <classifier>features</classifier>
52 <type>xml</type>
53 <version>${project.version}</version>
54 </dependency>
Skip Wonnell5166a762017-08-15 19:57:50 -050055
George, Lina (lg941u)db1cca12018-01-09 13:46:51 -050056 <dependency>
57 <groupId>org.onap.appc</groupId>
58 <artifactId>appc-config-audit-provider</artifactId>
59 <version>${project.version}</version>
60 </dependency>
61 </dependencies>
Skip Wonnell5166a762017-08-15 19:57:50 -050062
George, Lina (lg941u)db1cca12018-01-09 13:46:51 -050063 </dependencyManagement>
Skip Wonnell5166a762017-08-15 19:57:50 -050064
George, Lina (lg941u)db1cca12018-01-09 13:46:51 -050065 <profiles>
66 <profile>
67 <id>default</id>
68 <activation>
69 <activeByDefault>true</activeByDefault>
70 </activation>
71 <modules>
72 <module>features</module>
73 <module>provider</module>
74 <module>installer</module>
75 </modules>
76 </profile>
77 <profile>
78 <id>all</id>
79 <modules>
80 <module>features</module>
81 <module>provider</module>
82 <module>installer</module>
83 </modules>
84 </profile>
85 </profiles>
Patrick Brady769d3452018-09-24 13:09:27 -070086 <version>1.4.0-SNAPSHOT</version>
Skip Wonnell5166a762017-08-15 19:57:50 -050087</project>