Skip Wonnell | 5166a76 | 2017-08-15 19:57:50 -0500 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Skip Wonnell | 8c4b89b | 2018-01-12 09:24:03 -0600 | [diff] [blame] | 2 | <!-- |
| 3 | ============LICENSE_START======================================================= |
| 4 | ONAP : APPC |
| 5 | ================================================================================ |
John McClung | cd5f4f6 | 2018-06-13 14:03:54 -0400 | [diff] [blame] | 6 | Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved. |
Skip Wonnell | 8c4b89b | 2018-01-12 09:24:03 -0600 | [diff] [blame] | 7 | 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 Wonnell | 8c4b89b | 2018-01-12 09:24:03 -0600 | [diff] [blame] | 21 | --> |
Skip Wonnell | 5166a76 | 2017-08-15 19:57:50 -0500 | [diff] [blame] | 22 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
George, Lina (lg941u) | db1cca1 | 2018-01-09 13:46:51 -0500 | [diff] [blame] | 23 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
| 24 | <parent> |
Patrick Brady | b49dd12 | 2018-08-10 15:30:58 -0700 | [diff] [blame] | 25 | <groupId>org.onap.appc.parent</groupId> |
| 26 | <artifactId>odlparent-lite</artifactId> |
Patrick Brady | 84d0a25 | 2018-05-22 10:42:55 -0700 | [diff] [blame] | 27 | <version>1.4.0-SNAPSHOT</version> |
Patrick Brady | b49dd12 | 2018-08-10 15:30:58 -0700 | [diff] [blame] | 28 | <relativePath /> |
George, Lina (lg941u) | db1cca1 | 2018-01-09 13:46:51 -0500 | [diff] [blame] | 29 | </parent> |
Patrick Brady | b49dd12 | 2018-08-10 15:30:58 -0700 | [diff] [blame] | 30 | |
| 31 | <groupId>org.onap.appc</groupId> |
George, Lina (lg941u) | db1cca1 | 2018-01-09 13:46:51 -0500 | [diff] [blame] | 32 | <modelVersion>4.0.0</modelVersion> |
| 33 | <packaging>pom</packaging> |
| 34 | <artifactId>appc-config-audit</artifactId> |
Skip Wonnell | 5166a76 | 2017-08-15 19:57:50 -0500 | [diff] [blame] | 35 | |
George, Lina (lg941u) | db1cca1 | 2018-01-09 13:46:51 -0500 | [diff] [blame] | 36 | <name>Config Audit Node</name> |
| 37 | <description>Common Utilities for DG</description> |
Skip Wonnell | 5166a76 | 2017-08-15 19:57:50 -0500 | [diff] [blame] | 38 | |
George, Lina (lg941u) | db1cca1 | 2018-01-09 13:46:51 -0500 | [diff] [blame] | 39 | <properties> |
| 40 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
George, Lina (lg941u) | 48a99d5 | 2018-01-12 16:26:53 -0500 | [diff] [blame] | 41 | <xmlunit.version>1.6</xmlunit.version> |
George, Lina (lg941u) | db1cca1 | 2018-01-09 13:46:51 -0500 | [diff] [blame] | 42 | <xmlunit-core.version>2.3.0</xmlunit-core.version> |
| 43 | </properties> |
Skip Wonnell | 5166a76 | 2017-08-15 19:57:50 -0500 | [diff] [blame] | 44 | |
George, Lina (lg941u) | db1cca1 | 2018-01-09 13:46:51 -0500 | [diff] [blame] | 45 | <dependencyManagement> |
Skip Wonnell | 5166a76 | 2017-08-15 19:57:50 -0500 | [diff] [blame] | 46 | |
George, Lina (lg941u) | db1cca1 | 2018-01-09 13:46:51 -0500 | [diff] [blame] | 47 | <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 Wonnell | 5166a76 | 2017-08-15 19:57:50 -0500 | [diff] [blame] | 55 | |
George, Lina (lg941u) | db1cca1 | 2018-01-09 13:46:51 -0500 | [diff] [blame] | 56 | <dependency> |
| 57 | <groupId>org.onap.appc</groupId> |
| 58 | <artifactId>appc-config-audit-provider</artifactId> |
| 59 | <version>${project.version}</version> |
| 60 | </dependency> |
| 61 | </dependencies> |
Skip Wonnell | 5166a76 | 2017-08-15 19:57:50 -0500 | [diff] [blame] | 62 | |
George, Lina (lg941u) | db1cca1 | 2018-01-09 13:46:51 -0500 | [diff] [blame] | 63 | </dependencyManagement> |
Skip Wonnell | 5166a76 | 2017-08-15 19:57:50 -0500 | [diff] [blame] | 64 | |
George, Lina (lg941u) | db1cca1 | 2018-01-09 13:46:51 -0500 | [diff] [blame] | 65 | <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 Brady | 769d345 | 2018-09-24 13:09:27 -0700 | [diff] [blame] | 86 | <version>1.4.0-SNAPSHOT</version> |
Skip Wonnell | 5166a76 | 2017-08-15 19:57:50 -0500 | [diff] [blame] | 87 | </project> |