Step version to 1.10.1-SNAPSHOT
[sdc.git] / openecomp-be / lib / openecomp-sdc-validation-lib / openecomp-sdc-validation-impl / pom.xml
1 <!--
2   ~ Copyright © 2016-2018 European Support Limited
3   ~ Copyright © 2020-2021 Nokia
4   ~
5   ~ Licensed under the Apache License, Version 2.0 (the "License");
6   ~ you may not use this file except in compliance with the License.
7   ~ You may obtain a copy of the License at
8   ~
9   ~      http://www.apache.org/licenses/LICENSE-2.0
10   ~
11   ~ Unless required by applicable law or agreed to in writing, software
12   ~ distributed under the License is distributed on an "AS IS" BASIS,
13   ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14   ~ See the License for the specific language governing permissions and
15   ~ limitations under the License.
16   -->
17
18 <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19   xmlns="http://maven.apache.org/POM/4.0.0"
20   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
21   <modelVersion>4.0.0</modelVersion>
22
23   <name>openecomp-sdc-validation-impl</name>
24   <artifactId>openecomp-sdc-validation-impl</artifactId>
25
26
27   <parent>
28     <groupId>org.openecomp.sdc</groupId>
29     <artifactId>openecomp-sdc-validation-lib</artifactId>
30     <version>1.10.1-SNAPSHOT</version>
31   </parent>
32
33   <dependencies>
34     <dependency>
35       <groupId>ch.qos.logback</groupId>
36       <artifactId>logback-classic</artifactId>
37       <version>${logback.version}</version>
38     </dependency>
39     <dependency>
40       <groupId>org.openecomp.sdc</groupId>
41       <artifactId>openecomp-sdc-logging-core</artifactId>
42       <version>${project.version}</version>
43       <scope>runtime</scope>
44     </dependency>
45     <dependency>
46       <groupId>org.openecomp.sdc</groupId>
47       <artifactId>openecomp-sdc-logging-api</artifactId>
48       <version>${project.version}</version>
49     </dependency>
50     <dependency>
51       <groupId>org.openecomp.sdc.core</groupId>
52       <artifactId>openecomp-utilities-lib</artifactId>
53       <version>${project.version}</version>
54     </dependency>
55     <dependency>
56       <groupId>org.openecomp.sdc</groupId>
57       <artifactId>openecomp-sdc-validation-api</artifactId>
58       <version>${project.version}</version>
59     </dependency>
60     <dependency>
61       <groupId>org.openecomp.sdc.core</groupId>
62       <artifactId>openecomp-common-lib</artifactId>
63       <version>${project.version}</version>
64     </dependency>
65     <dependency>
66       <groupId>org.openecomp.sdc.core</groupId>
67       <artifactId>openecomp-heat-lib</artifactId>
68       <version>${project.version}</version>
69     </dependency>
70     <dependency>
71       <groupId>commons-io</groupId>
72       <artifactId>commons-io</artifactId>
73       <version>${commons.io.version}</version>
74       <scope>test</scope>
75     </dependency>
76     <dependency>
77       <groupId>org.openecomp.sdc</groupId>
78       <artifactId>openecomp-sdc-validation-core</artifactId>
79       <version>${project.version}</version>
80     </dependency>
81     <dependency>
82       <groupId>org.onap.vnfsdk.validation</groupId>
83       <artifactId>validation-pmdictionary</artifactId>
84       <version>${onap.vnfsdk.validation.pmdictionary.version}</version>
85       <exclusions>
86         <exclusion>
87           <groupId>org.apache.logging.log4j</groupId>
88           <artifactId>log4j-slf4j-impl</artifactId>
89         </exclusion>
90       </exclusions>
91     </dependency>
92     <dependency>
93       <groupId>io.vavr</groupId>
94       <artifactId>vavr</artifactId>
95       <version>${io.vavr.version}</version>
96     </dependency>
97     <dependency>
98       <groupId>org.apache.httpcomponents</groupId>
99       <artifactId>httpmime</artifactId>
100       <version>${httpclient.version}</version>
101       <scope>compile</scope>
102       <exclusions>
103         <exclusion>
104           <groupId>org.apache.httpcomponents</groupId>
105           <artifactId>httpcore</artifactId>
106         </exclusion>
107       </exclusions>
108     </dependency>
109   </dependencies>
110
111 </project>