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 | ================================================================================ |
| 6 | Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. |
| 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========================================================= |
| 21 | ECOMP is a trademark and service mark of AT&T Intellectual Property. |
| 22 | --> |
Skip Wonnell | 5166a76 | 2017-08-15 19:57:50 -0500 | [diff] [blame] | 23 | <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] | 24 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
| 25 | <parent> |
| 26 | <groupId>org.onap.appc</groupId> |
| 27 | <artifactId>appc-config</artifactId> |
Patrick Brady | 84d0a25 | 2018-05-22 10:42:55 -0700 | [diff] [blame] | 28 | <version>1.4.0-SNAPSHOT</version> |
George, Lina (lg941u) | db1cca1 | 2018-01-09 13:46:51 -0500 | [diff] [blame] | 29 | </parent> |
| 30 | <modelVersion>4.0.0</modelVersion> |
| 31 | <packaging>pom</packaging> |
| 32 | <artifactId>appc-config-audit</artifactId> |
Skip Wonnell | 5166a76 | 2017-08-15 19:57:50 -0500 | [diff] [blame] | 33 | |
George, Lina (lg941u) | db1cca1 | 2018-01-09 13:46:51 -0500 | [diff] [blame] | 34 | <name>Config Audit Node</name> |
| 35 | <description>Common Utilities for DG</description> |
Skip Wonnell | 5166a76 | 2017-08-15 19:57:50 -0500 | [diff] [blame] | 36 | |
George, Lina (lg941u) | db1cca1 | 2018-01-09 13:46:51 -0500 | [diff] [blame] | 37 | <properties> |
| 38 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
George, Lina (lg941u) | 48a99d5 | 2018-01-12 16:26:53 -0500 | [diff] [blame] | 39 | <xmlunit.version>1.6</xmlunit.version> |
George, Lina (lg941u) | db1cca1 | 2018-01-09 13:46:51 -0500 | [diff] [blame] | 40 | <xmlunit-core.version>2.3.0</xmlunit-core.version> |
| 41 | </properties> |
Skip Wonnell | 5166a76 | 2017-08-15 19:57:50 -0500 | [diff] [blame] | 42 | |
George, Lina (lg941u) | db1cca1 | 2018-01-09 13:46:51 -0500 | [diff] [blame] | 43 | <dependencyManagement> |
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 | <dependencies> |
| 46 | <dependency> |
| 47 | <groupId>org.onap.appc</groupId> |
| 48 | <artifactId>appc-config-audit-features</artifactId> |
| 49 | <classifier>features</classifier> |
| 50 | <type>xml</type> |
| 51 | <version>${project.version}</version> |
| 52 | </dependency> |
Skip Wonnell | 5166a76 | 2017-08-15 19:57:50 -0500 | [diff] [blame] | 53 | |
George, Lina (lg941u) | db1cca1 | 2018-01-09 13:46:51 -0500 | [diff] [blame] | 54 | <dependency> |
| 55 | <groupId>org.onap.appc</groupId> |
| 56 | <artifactId>appc-config-audit-provider</artifactId> |
| 57 | <version>${project.version}</version> |
| 58 | </dependency> |
| 59 | </dependencies> |
Skip Wonnell | 5166a76 | 2017-08-15 19:57:50 -0500 | [diff] [blame] | 60 | |
George, Lina (lg941u) | db1cca1 | 2018-01-09 13:46:51 -0500 | [diff] [blame] | 61 | </dependencyManagement> |
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 | <profiles> |
| 64 | <profile> |
| 65 | <id>default</id> |
| 66 | <activation> |
| 67 | <activeByDefault>true</activeByDefault> |
| 68 | </activation> |
| 69 | <modules> |
| 70 | <module>features</module> |
| 71 | <module>provider</module> |
| 72 | <module>installer</module> |
| 73 | </modules> |
| 74 | </profile> |
| 75 | <profile> |
| 76 | <id>all</id> |
| 77 | <modules> |
| 78 | <module>features</module> |
| 79 | <module>provider</module> |
| 80 | <module>installer</module> |
| 81 | </modules> |
| 82 | </profile> |
| 83 | </profiles> |
Skip Wonnell | 5166a76 | 2017-08-15 19:57:50 -0500 | [diff] [blame] | 84 | </project> |