blob: 54d9e23b086ce43de9aca5a6de7299f14e0cff73 [file] [log] [blame]
AviZi280f8012017-06-09 02:39:56 +03001<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2 xmlns="http://maven.apache.org/POM/4.0.0"
Michael Landof5f13c42017-02-19 12:35:04 +02003 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4 <modelVersion>4.0.0</modelVersion>
5
AviZi280f8012017-06-09 02:39:56 +03006 <name>openecomp-sdc-model-api</name>
7 <artifactId>openecomp-sdc-model-api</artifactId>
8
JulienBeb485c372020-10-28 11:50:25 -04009 <parent>
Michael Landof5f13c42017-02-19 12:35:04 +020010 <groupId>org.openecomp.sdc</groupId>
JulienBeb485c372020-10-28 11:50:25 -040011 <artifactId>openecomp-sdc-model-lib</artifactId>
MichaelMorris84d1ddc2023-09-20 10:08:49 +010012 <version>1.13.5-SNAPSHOT</version>
Michael Landof5f13c42017-02-19 12:35:04 +020013 </parent>
14
Michael Landof5f13c42017-02-19 12:35:04 +020015 <dependencies>
16 <dependency>
Michael Lando61f98d42017-06-09 04:54:54 +030017 <groupId>org.openecomp.sdc.core</groupId>
Michael Landof5f13c42017-02-19 12:35:04 +020018 <artifactId>openecomp-facade-core</artifactId>
19 <version>${project.version}</version>
20 </dependency>
21 <dependency>
22 <groupId>org.openecomp.sdc</groupId>
Michael Landof5f13c42017-02-19 12:35:04 +020023 <artifactId>openecomp-sdc-versioning-core</artifactId>
24 <version>${project.version}</version>
25 </dependency>
26 <dependency>
Wojciech Sliwka38b3b952019-07-03 08:38:28 +020027 <groupId>io.swagger.core.v3</groupId>
Michael Landof5f13c42017-02-19 12:35:04 +020028 <artifactId>swagger-annotations</artifactId>
AviZi280f8012017-06-09 02:39:56 +030029 <version>${swagger.version}</version>
Michael Landof5f13c42017-02-19 12:35:04 +020030 </dependency>
31 <dependency>
Michael Lando61f98d42017-06-09 04:54:54 +030032 <groupId>org.openecomp.sdc.core</groupId>
Michael Landof5f13c42017-02-19 12:35:04 +020033 <artifactId>openecomp-heat-lib</artifactId>
34 <version>${project.version}</version>
35 </dependency>
36 <dependency>
Michael Lando61f98d42017-06-09 04:54:54 +030037 <groupId>org.openecomp.sdc.core</groupId>
Michael Landof5f13c42017-02-19 12:35:04 +020038 <artifactId>openecomp-tosca-lib</artifactId>
39 <version>${project.version}</version>
vasraz8dbc7322021-06-26 14:23:12 +010040 <exclusions>
41 <exclusion>
42 <groupId>org.springframework</groupId>
43 <artifactId>spring-core</artifactId>
44 </exclusion>
45 </exclusions>
Michael Landof5f13c42017-02-19 12:35:04 +020046 </dependency>
47
48 </dependencies>
49
AviZi280f8012017-06-09 02:39:56 +030050</project>