Update version to 1.13.6-SNAPSHOT
[sdc.git] / openecomp-be / lib / openecomp-sdc-model-lib / openecomp-sdc-model-api / pom.xml
1 <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2          xmlns="http://maven.apache.org/POM/4.0.0"
3          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
6     <name>openecomp-sdc-model-api</name>
7     <artifactId>openecomp-sdc-model-api</artifactId>
8
9      <parent>
10         <groupId>org.openecomp.sdc</groupId>
11         <artifactId>openecomp-sdc-model-lib</artifactId>
12         <version>1.13.6-SNAPSHOT</version>
13     </parent>
14
15     <dependencies>
16         <dependency>
17             <groupId>org.openecomp.sdc.core</groupId>
18             <artifactId>openecomp-facade-core</artifactId>
19             <version>${project.version}</version>
20         </dependency>
21         <dependency>
22             <groupId>org.openecomp.sdc</groupId>
23             <artifactId>openecomp-sdc-versioning-core</artifactId>
24             <version>${project.version}</version>
25         </dependency>
26         <dependency>
27             <groupId>io.swagger.core.v3</groupId>
28             <artifactId>swagger-annotations</artifactId>
29             <version>${swagger.version}</version>
30         </dependency>
31         <dependency>
32             <groupId>org.openecomp.sdc.core</groupId>
33             <artifactId>openecomp-heat-lib</artifactId>
34             <version>${project.version}</version>
35         </dependency>
36         <dependency>
37             <groupId>org.openecomp.sdc.core</groupId>
38             <artifactId>openecomp-tosca-lib</artifactId>
39             <version>${project.version}</version>
40             <exclusions>
41                 <exclusion>
42                     <groupId>org.springframework</groupId>
43                     <artifactId>spring-core</artifactId>
44                 </exclusion>
45             </exclusions>
46         </dependency>
47
48     </dependencies>
49
50 </project>