vempo | 9125b48 | 2018-10-24 17:18:03 +0300 | [diff] [blame] | 1 | <!-- |
| 2 | ~ Copyright © 2016-2018 European Support Limited |
| 3 | ~ |
| 4 | ~ Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | ~ you may not use this file except in compliance with the License. |
| 6 | ~ You may obtain a copy of the License at |
| 7 | ~ |
| 8 | ~ http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | ~ |
| 10 | ~ Unless required by applicable law or agreed to in writing, software |
| 11 | ~ distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | ~ See the License for the specific language governing permissions and |
| 14 | ~ limitations under the License. |
| 15 | --> |
| 16 | |
vempo | 933cdbd | 2018-10-25 19:27:22 +0300 | [diff] [blame] | 17 | <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 18 | xmlns="http://maven.apache.org/POM/4.0.0" |
vempo | decd2df | 2018-07-23 19:07:37 +0300 | [diff] [blame] | 19 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
amitjai | 42c920b | 2018-04-27 13:28:57 +0530 | [diff] [blame] | 20 | |
vempo | decd2df | 2018-07-23 19:07:37 +0300 | [diff] [blame] | 21 | <modelVersion>4.0.0</modelVersion> |
amitjai | 42c920b | 2018-04-27 13:28:57 +0530 | [diff] [blame] | 22 | |
vempo | decd2df | 2018-07-23 19:07:37 +0300 | [diff] [blame] | 23 | <name>onap-configuration-management-core</name> |
| 24 | <artifactId>onap-configuration-management-core</artifactId> |
amitjai | 42c920b | 2018-04-27 13:28:57 +0530 | [diff] [blame] | 25 | |
vempo | decd2df | 2018-07-23 19:07:37 +0300 | [diff] [blame] | 26 | <parent> |
| 27 | <artifactId>onap-common-configuration-management</artifactId> |
| 28 | <groupId>org.onap.sdc.common</groupId> |
Ofir Sonsino | 610ff24 | 2019-07-28 15:44:36 +0300 | [diff] [blame] | 29 | <version>1.5.1-SNAPSHOT</version> |
vempo | decd2df | 2018-07-23 19:07:37 +0300 | [diff] [blame] | 30 | </parent> |
amitjai | 42c920b | 2018-04-27 13:28:57 +0530 | [diff] [blame] | 31 | |
vempo | decd2df | 2018-07-23 19:07:37 +0300 | [diff] [blame] | 32 | <dependencies> |
| 33 | <dependency> |
| 34 | <groupId>com.fasterxml.jackson.core</groupId> |
| 35 | <artifactId>jackson-databind</artifactId> |
| 36 | </dependency> |
| 37 | <dependency> |
| 38 | <groupId>com.fasterxml.jackson.dataformat</groupId> |
| 39 | <artifactId>jackson-dataformat-yaml</artifactId> |
vempo | decd2df | 2018-07-23 19:07:37 +0300 | [diff] [blame] | 40 | </dependency> |
| 41 | <dependency> |
| 42 | <groupId>org.apache.commons</groupId> |
| 43 | <artifactId>commons-configuration2</artifactId> |
Tomasz Golabek | b836d34 | 2019-06-11 13:41:48 +0200 | [diff] [blame] | 44 | <version>${commons-configuration}</version> |
| 45 | </dependency> |
| 46 | <dependency> |
| 47 | <groupId>commons-beanutils</groupId> |
| 48 | <artifactId>commons-beanutils</artifactId> |
| 49 | <version>${commons-beanutils}</version> |
vempo | decd2df | 2018-07-23 19:07:37 +0300 | [diff] [blame] | 50 | </dependency> |
| 51 | <dependency> |
| 52 | <groupId>commons-logging</groupId> |
| 53 | <artifactId>commons-logging</artifactId> |
| 54 | <version>${commons-logging}</version> |
| 55 | </dependency> |
| 56 | <dependency> |
vempo | decd2df | 2018-07-23 19:07:37 +0300 | [diff] [blame] | 57 | <groupId>org.apache.commons</groupId> |
| 58 | <artifactId>commons-lang3</artifactId> |
vempo | decd2df | 2018-07-23 19:07:37 +0300 | [diff] [blame] | 59 | </dependency> |
| 60 | <dependency> |
vempo | decd2df | 2018-07-23 19:07:37 +0300 | [diff] [blame] | 61 | <groupId>commons-io</groupId> |
| 62 | <artifactId>commons-io</artifactId> |
vempo | decd2df | 2018-07-23 19:07:37 +0300 | [diff] [blame] | 63 | </dependency> |
| 64 | <dependency> |
| 65 | <groupId>net.sf.corn</groupId> |
| 66 | <artifactId>corn-cps</artifactId> |
| 67 | <version>1.1.7</version> |
| 68 | <exclusions> |
| 69 | <exclusion> |
| 70 | <groupId>com.sun</groupId> |
| 71 | <artifactId>tools</artifactId> |
| 72 | </exclusion> |
| 73 | </exclusions> |
| 74 | </dependency> |
| 75 | <dependency> |
| 76 | <groupId>com.virtlink.commons</groupId> |
| 77 | <artifactId>commons-configuration2-jackson</artifactId> |
| 78 | <version>0.6.1</version> |
| 79 | </dependency> |
| 80 | <dependency> |
vempo | decd2df | 2018-07-23 19:07:37 +0300 | [diff] [blame] | 81 | <groupId>org.onap.sdc.common</groupId> |
| 82 | <artifactId>onap-configuration-management-api</artifactId> |
| 83 | <version>${project.version}</version> |
| 84 | </dependency> |
| 85 | <dependency> |
| 86 | <groupId>javax.servlet</groupId> |
| 87 | <artifactId>javax.servlet-api</artifactId> |
vempo | decd2df | 2018-07-23 19:07:37 +0300 | [diff] [blame] | 88 | <scope>provided</scope> |
| 89 | </dependency> |
| 90 | <dependency> |
| 91 | <groupId>com.fasterxml.jackson.core</groupId> |
| 92 | <artifactId>jackson-annotations</artifactId> |
vempo | decd2df | 2018-07-23 19:07:37 +0300 | [diff] [blame] | 93 | </dependency> |
| 94 | <dependency> |
| 95 | <groupId>junit</groupId> |
| 96 | <artifactId>junit</artifactId> |
| 97 | <scope>test</scope> |
vempo | 9125b48 | 2018-10-24 17:18:03 +0300 | [diff] [blame] | 98 | </dependency> |
| 99 | <dependency> |
| 100 | <groupId>org.slf4j</groupId> |
| 101 | <artifactId>slf4j-api</artifactId> |
vempo | decd2df | 2018-07-23 19:07:37 +0300 | [diff] [blame] | 102 | </dependency> |
vempo | 313e73a | 2018-10-25 09:44:35 +0000 | [diff] [blame] | 103 | <dependency> |
| 104 | <groupId>ch.qos.logback</groupId> |
| 105 | <artifactId>logback-classic</artifactId> |
| 106 | <scope>test</scope> |
| 107 | </dependency> |
Piotr Borelowski | 0b5efe7 | 2019-06-25 17:17:41 +0200 | [diff] [blame^] | 108 | <dependency> |
| 109 | <groupId>org.openecomp.sdc</groupId> |
| 110 | <artifactId>openecomp-sdc-logging-api</artifactId> |
| 111 | <version>${project.version}</version> |
| 112 | <scope>compile</scope> |
| 113 | </dependency> |
vempo | decd2df | 2018-07-23 19:07:37 +0300 | [diff] [blame] | 114 | </dependencies> |
Piotr Borelowski | 0b5efe7 | 2019-06-25 17:17:41 +0200 | [diff] [blame^] | 115 | |
vempo | 32ff3e3 | 2018-10-24 06:18:06 +0000 | [diff] [blame] | 116 | <build> |
| 117 | <plugins> |
| 118 | <plugin> |
| 119 | <groupId>org.apache.maven.plugins</groupId> |
| 120 | <artifactId>maven-surefire-plugin</artifactId> |
| 121 | <version>${mvn.surefire.version}</version> |
| 122 | <configuration> |
vempo | 32ff3e3 | 2018-10-24 06:18:06 +0000 | [diff] [blame] | 123 | <systemPropertyVariables> |
vempo | 461e964 | 2018-10-31 10:27:59 +0200 | [diff] [blame] | 124 | <config.location>${project.basedir}/src/test/resources</config.location> |
vempo | 32ff3e3 | 2018-10-24 06:18:06 +0000 | [diff] [blame] | 125 | <node.config.location>${user.home}/TestResources</node.config.location> |
| 126 | </systemPropertyVariables> |
vempo | 32ff3e3 | 2018-10-24 06:18:06 +0000 | [diff] [blame] | 127 | </configuration> |
| 128 | </plugin> |
| 129 | </plugins> |
| 130 | </build> |
| 131 | |
amitjai | 42c920b | 2018-04-27 13:28:57 +0530 | [diff] [blame] | 132 | </project> |