Update version to 1.13.6-SNAPSHOT
[sdc.git] / openecomp-be / lib / openecomp-sdc-vendor-software-product-lib / openecomp-sdc-vendor-software-product-core / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3   ~ Copyright © 2016-2018 European Support Limited
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   <artifactId>openecomp-sdc-vendor-software-product-core</artifactId>
24
25   <parent>
26     <groupId>org.openecomp.sdc</groupId>
27     <artifactId>openecomp-sdc-vendor-software-product-lib</artifactId>
28     <version>1.13.6-SNAPSHOT</version>
29   </parent>
30
31   <dependencies>
32     <dependency>
33       <groupId>org.onap.sdc.common</groupId>
34       <artifactId>onap-tosca-datatype</artifactId>
35       <version>${project.version}</version>
36     </dependency>
37     <dependency>
38       <groupId>org.openecomp.sdc</groupId>
39       <artifactId>openecomp-sdc-vendor-software-product-api</artifactId>
40       <version>${project.version}</version>
41     </dependency>
42     <dependency>
43       <groupId>org.openecomp.sdc.core</groupId>
44       <artifactId>openecomp-nosqldb-api</artifactId>
45       <version>${project.version}</version>
46     </dependency>
47     <dependency>
48       <groupId>org.openecomp.sdc.core</groupId>
49       <artifactId>openecomp-config-lib</artifactId>
50       <version>${project.version}</version>
51     </dependency>
52     <dependency>
53       <groupId>org.openecomp.sdc</groupId>
54       <artifactId>openecomp-sdc-model-impl</artifactId>
55       <version>${project.version}</version>
56       <scope>test</scope>
57     </dependency>
58     <dependency>
59       <groupId>com.fasterxml.jackson.dataformat</groupId>
60       <artifactId>jackson-dataformat-xml</artifactId>
61       <version>${jackson.dataformat.version}</version>
62     </dependency>
63     <dependency>
64       <groupId>commons-io</groupId>
65       <artifactId>commons-io</artifactId>
66       <version>${commons.io.version}</version>
67     </dependency>
68     <dependency>
69       <groupId>org.onap.sdc.common</groupId>
70       <artifactId>onap-configuration-management-core</artifactId>
71       <version>${project.version}</version>
72       <scope>runtime</scope>
73     </dependency>
74     <dependency>
75       <groupId>org.onap.sdc.common</groupId>
76       <artifactId>onap-configuration-management-api</artifactId>
77       <version>${project.version}</version>
78     </dependency>
79     <dependency>
80       <groupId>org.openecomp.sdc.core</groupId>
81       <artifactId>openecomp-zusammen-api</artifactId>
82       <version>${project.version}</version>
83     </dependency>
84     <dependency>
85       <groupId>org.openecomp.sdc.core</groupId>
86       <artifactId>openecomp-zusammen-core</artifactId>
87       <version>${project.version}</version>
88       <scope>runtime</scope>
89     </dependency>
90     <dependency>
91       <groupId>org.apache.commons</groupId>
92       <artifactId>commons-lang3</artifactId>
93       <version>${lang3.version}</version>
94     </dependency>
95     <dependency>
96       <groupId>org.openecomp.sdc</groupId>
97       <artifactId>openecomp-sdc-tosca-generator-api</artifactId>
98       <version>${project.version}</version>
99     </dependency>
100     <dependency>
101       <groupId>org.openecomp.sdc</groupId>
102       <artifactId>openecomp-sdc-vendor-license-api</artifactId>
103       <version>${project.version}</version>
104     </dependency>
105     <dependency>
106       <groupId>org.projectlombok</groupId>
107       <artifactId>lombok</artifactId>
108       <scope>provided</scope>
109     </dependency>
110     <dependency>
111       <groupId>com.vdurmont</groupId>
112       <artifactId>semver4j</artifactId>
113       <version>2.0.1</version>
114     </dependency>
115
116   </dependencies>
117
118
119 </project>