Update version to 1.13.6-SNAPSHOT
[sdc.git] / openecomp-be / lib / openecomp-sdc-validation-lib / openecomp-sdc-validation-core / pom.xml
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
17 <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
18          xmlns="http://maven.apache.org/POM/4.0.0"
19          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
20     <modelVersion>4.0.0</modelVersion>
21
22     <name>openecomp-sdc-validation-core</name>
23     <artifactId>openecomp-sdc-validation-core</artifactId>
24
25
26     <parent>
27         <groupId>org.openecomp.sdc</groupId>
28         <artifactId>openecomp-sdc-validation-lib</artifactId>
29         <version>1.13.6-SNAPSHOT</version>
30     </parent>
31
32     <dependencies>
33         <dependency>
34             <groupId>ch.qos.logback</groupId>
35             <artifactId>logback-classic</artifactId>
36             <version>${logback.version}</version>
37
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.core</groupId>
47             <artifactId>openecomp-utilities-lib</artifactId>
48             <version>${project.version}</version>
49             <exclusions>
50                 <exclusion>
51                     <groupId>org.eclipse.jetty</groupId>
52                     <artifactId>jetty-server</artifactId>
53                 </exclusion>
54                 <exclusion>
55                     <groupId>org.eclipse.jetty</groupId>
56                     <artifactId>jetty-servlet</artifactId>
57                 </exclusion>
58             </exclusions>
59         </dependency>
60         <dependency>
61             <groupId>org.openecomp.sdc</groupId>
62             <artifactId>openecomp-sdc-validation-api</artifactId>
63             <version>${project.version}</version>
64         </dependency>
65         <dependency>
66             <groupId>org.openecomp.sdc</groupId>
67             <artifactId>openecomp-sdc-validation-sdk</artifactId>
68             <version>${project.version}</version>
69         </dependency>
70         <dependency>
71             <groupId>org.openecomp.sdc</groupId>
72             <artifactId>openecomp-sdc-datatypes-lib</artifactId>
73             <version>${project.version}</version>
74         </dependency>
75         <dependency>
76             <groupId>org.onap.sdc.common</groupId>
77             <artifactId>onap-configuration-management-core</artifactId>
78             <version>${project.version}</version>
79             <scope>runtime</scope>
80         </dependency>
81         <dependency>
82             <groupId>org.openecomp.sdc.core</groupId>
83             <artifactId>openecomp-heat-lib</artifactId>
84             <version>${project.version}</version>
85         </dependency>
86     </dependencies>
87
88
89 </project>