Update SDC version 1.5.0
[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.5.0-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.mockito</groupId>
70             <artifactId>mockito-core</artifactId>
71             <scope>test</scope>
72         </dependency>
73         <dependency>
74             <groupId>junit</groupId>
75             <artifactId>junit</artifactId>
76             <scope>test</scope>
77         </dependency>
78         <dependency>
79             <groupId>org.onap.sdc.common</groupId>
80             <artifactId>onap-configuration-management-core</artifactId>
81             <version>${project.version}</version>
82             <scope>runtime</scope>
83         </dependency>
84         <dependency>
85             <groupId>org.onap.sdc.common</groupId>
86             <artifactId>onap-configuration-management-api</artifactId>
87             <version>${project.version}</version>
88         </dependency>
89         <dependency>
90             <groupId>org.openecomp.sdc.core</groupId>
91             <artifactId>openecomp-zusammen-api</artifactId>
92             <version>${project.version}</version>
93         </dependency>
94         <dependency>
95             <groupId>org.openecomp.sdc.core</groupId>
96             <artifactId>openecomp-zusammen-core</artifactId>
97             <version>${project.version}</version>
98             <scope>runtime</scope>
99         </dependency>
100         <dependency>
101             <groupId>org.apache.commons</groupId>
102             <artifactId>commons-lang3</artifactId>
103             <version>3.4</version>
104         </dependency>
105         <dependency>
106             <groupId>org.openecomp.sdc</groupId>
107             <artifactId>openecomp-sdc-tosca-generator-api</artifactId>
108             <version>${project.version}</version>
109         </dependency>
110         <dependency>
111             <groupId>org.openecomp.sdc</groupId>
112             <artifactId>openecomp-sdc-vendor-license-api</artifactId>
113             <version>${project.version}</version>
114         </dependency>
115         <dependency>
116             <groupId>org.projectlombok</groupId>
117             <artifactId>lombok</artifactId>
118             <scope>provided</scope>
119         </dependency>
120     </dependencies>
121
122
123
124 </project>