blob: cba3fb61a122b9f29d0f7cf8277eda2f2707d2fc [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>
MichaelMorris38812c32023-06-02 10:04:31 +010029 <version>1.13.0-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>
vasrazfc768c62022-10-14 10:51:11 +010052 <exclusions>
53 <exclusion>
54 <groupId>org.eclipse.jetty</groupId>
55 <artifactId>jetty-server</artifactId>
56 </exclusion>
57 <exclusion>
58 <groupId>org.eclipse.jetty</groupId>
59 <artifactId>jetty-servlet</artifactId>
60 </exclusion>
61 </exclusions>
Michael Landof5f13c42017-02-19 12:35:04 +020062 </dependency>
63 <dependency>
Michael Lando61f98d42017-06-09 04:54:54 +030064 <groupId>org.openecomp.sdc.core</groupId>
AviZi280f8012017-06-09 02:39:56 +030065 <artifactId>openecomp-zusammen-api</artifactId>
66 <version>${project.version}</version>
67 </dependency>
Michael Landof5f13c42017-02-19 12:35:04 +020068 <dependency>
69 <groupId>org.openecomp.sdc</groupId>
70 <artifactId>openecomp-sdc-datatypes-lib</artifactId>
71 <version>${project.version}</version>
72 </dependency>
73 <dependency>
Avi Zivb8e2faf2017-07-18 19:45:38 +030074 <groupId>commons-io</groupId>
75 <artifactId>commons-io</artifactId>
vasrazb7ea3ef2021-05-12 13:56:51 +010076 <version>${commons.io.version}</version>
Avi Zivb8e2faf2017-07-18 19:45:38 +030077 </dependency>
shrek2000c8a540b2017-09-11 15:45:37 +030078 <dependency>
79 <groupId>org.openecomp.sdc</groupId>
80 <artifactId>openecomp-tosca-converter-api</artifactId>
vempoe9930872018-07-15 16:53:59 +030081 <version>${project.version}</version>
shrek2000c8a540b2017-09-11 15:45:37 +030082 </dependency>
Michael Landof5f13c42017-02-19 12:35:04 +020083 </dependencies>
AviZi280f8012017-06-09 02:39:56 +030084</project>