blob: 6f034090c4049c2840e086888bf1747779d73b58 [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>
JulienBeb485c372020-10-28 11:50:25 -040028 <artifactId>openecomp-sdc-model-lib</artifactId>
MichaelMorris58787cb2021-09-20 09:11:18 +010029 <version>1.9.2-SNAPSHOT</version>
Michael Landof5f13c42017-02-19 12:35:04 +020030 </parent>
31
Michael Landof5f13c42017-02-19 12:35:04 +020032 <dependencies>
33 <dependency>
vempo0da08752018-09-20 19:19:16 +030034 <groupId>org.openecomp.sdc</groupId>
35 <artifactId>openecomp-sdc-model-api</artifactId>
36 <version>${project.version}</version>
37 </dependency>
38 <dependency>
amitjai42c920b2018-04-27 13:28:57 +053039 <groupId>org.onap.sdc.common</groupId>
40 <artifactId>onap-tosca-datatype</artifactId>
vempo494e4422018-07-18 17:10:01 +030041 <version>${project.version}</version>
Avi Zivb8e2faf2017-07-18 19:45:38 +030042 </dependency>
43 <dependency>
Michael Landof5f13c42017-02-19 12:35:04 +020044 <groupId>ch.qos.logback</groupId>
45 <artifactId>logback-classic</artifactId>
AviZi280f8012017-06-09 02:39:56 +030046 <version>${logback.version}</version>
Michael Landof5f13c42017-02-19 12:35:04 +020047 </dependency>
Michael Landof5f13c42017-02-19 12:35:04 +020048 <dependency>
Michael Lando61f98d42017-06-09 04:54:54 +030049 <groupId>org.openecomp.sdc.core</groupId>
Michael Landof5f13c42017-02-19 12:35:04 +020050 <artifactId>openecomp-utilities-lib</artifactId>
51 <version>${project.version}</version>
52 </dependency>
53 <dependency>
Michael Lando61f98d42017-06-09 04:54:54 +030054 <groupId>org.openecomp.sdc.core</groupId>
AviZi280f8012017-06-09 02:39:56 +030055 <artifactId>openecomp-zusammen-api</artifactId>
56 <version>${project.version}</version>
57 </dependency>
Michael Landof5f13c42017-02-19 12:35:04 +020058 <dependency>
59 <groupId>org.openecomp.sdc</groupId>
60 <artifactId>openecomp-sdc-datatypes-lib</artifactId>
61 <version>${project.version}</version>
62 </dependency>
63 <dependency>
Avi Zivb8e2faf2017-07-18 19:45:38 +030064 <groupId>commons-io</groupId>
65 <artifactId>commons-io</artifactId>
vasrazb7ea3ef2021-05-12 13:56:51 +010066 <version>${commons.io.version}</version>
Avi Zivb8e2faf2017-07-18 19:45:38 +030067 </dependency>
shrek2000c8a540b2017-09-11 15:45:37 +030068 <dependency>
69 <groupId>org.openecomp.sdc</groupId>
70 <artifactId>openecomp-tosca-converter-api</artifactId>
vempoe9930872018-07-15 16:53:59 +030071 <version>${project.version}</version>
shrek2000c8a540b2017-09-11 15:45:37 +030072 </dependency>
Michael Landof5f13c42017-02-19 12:35:04 +020073 </dependencies>
AviZi280f8012017-06-09 02:39:56 +030074</project>