blob: dbf0ef37676ca86ce6e23081980ca3858090bc5e [file] [log] [blame]
vempo2da911f2018-11-01 20:27:39 +02001<!--
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
AviZi280f8012017-06-09 02:39:56 +030017<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
18 xmlns="http://maven.apache.org/POM/4.0.0"
Michael Landof5f13c42017-02-19 12:35:04 +020019 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
AviZi280f8012017-06-09 02:39:56 +030022 <name>openecomp-sdc-model-impl</name>
23 <artifactId>openecomp-sdc-model-impl</artifactId>
24
25
Michael Landof5f13c42017-02-19 12:35:04 +020026 <parent>
27 <groupId>org.openecomp.sdc</groupId>
28 <artifactId>openecomp-sdc-lib</artifactId>
vasraz0dea7122020-10-26 12:53:23 +000029 <version>1.7.2-SNAPSHOT</version>
Michael Landof5f13c42017-02-19 12:35:04 +020030 <relativePath>../..</relativePath>
31 </parent>
32
Michael Landof5f13c42017-02-19 12:35:04 +020033 <dependencies>
34 <dependency>
vempo0da08752018-09-20 19:19:16 +030035 <groupId>org.openecomp.sdc</groupId>
36 <artifactId>openecomp-sdc-model-api</artifactId>
37 <version>${project.version}</version>
38 </dependency>
39 <dependency>
amitjai42c920b2018-04-27 13:28:57 +053040 <groupId>org.onap.sdc.common</groupId>
41 <artifactId>onap-tosca-datatype</artifactId>
vempo494e4422018-07-18 17:10:01 +030042 <version>${project.version}</version>
Avi Zivb8e2faf2017-07-18 19:45:38 +030043 </dependency>
44 <dependency>
Michael Landof5f13c42017-02-19 12:35:04 +020045 <groupId>ch.qos.logback</groupId>
46 <artifactId>logback-classic</artifactId>
AviZi280f8012017-06-09 02:39:56 +030047 <version>${logback.version}</version>
Michael Landof5f13c42017-02-19 12:35:04 +020048 </dependency>
Michael Landof5f13c42017-02-19 12:35:04 +020049 <dependency>
Michael Lando61f98d42017-06-09 04:54:54 +030050 <groupId>org.openecomp.sdc.core</groupId>
Michael Landof5f13c42017-02-19 12:35:04 +020051 <artifactId>openecomp-utilities-lib</artifactId>
52 <version>${project.version}</version>
53 </dependency>
54 <dependency>
Michael Lando61f98d42017-06-09 04:54:54 +030055 <groupId>org.openecomp.sdc.core</groupId>
AviZi280f8012017-06-09 02:39:56 +030056 <artifactId>openecomp-zusammen-api</artifactId>
57 <version>${project.version}</version>
58 </dependency>
Michael Landof5f13c42017-02-19 12:35:04 +020059 <dependency>
60 <groupId>org.openecomp.sdc</groupId>
61 <artifactId>openecomp-sdc-datatypes-lib</artifactId>
62 <version>${project.version}</version>
63 </dependency>
64 <dependency>
Avi Zivb8e2faf2017-07-18 19:45:38 +030065 <groupId>commons-io</groupId>
66 <artifactId>commons-io</artifactId>
67 <version>2.5</version>
68 </dependency>
shrek2000c8a540b2017-09-11 15:45:37 +030069 <dependency>
70 <groupId>org.openecomp.sdc</groupId>
71 <artifactId>openecomp-tosca-converter-api</artifactId>
vempoe9930872018-07-15 16:53:59 +030072 <version>${project.version}</version>
shrek2000c8a540b2017-09-11 15:45:37 +030073 </dependency>
Michael Landof5f13c42017-02-19 12:35:04 +020074 </dependencies>
AviZi280f8012017-06-09 02:39:56 +030075</project>