[VERSION] Update dependency versions
[sdnc/core.git] / sliapi / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4         <modelVersion>4.0.0</modelVersion>
5
6
7         <parent>
8                 <groupId>org.openecomp.sdnc.core</groupId>
9                 <artifactId>sdnc-core</artifactId>
10                 <version>1.0.0-SNAPSHOT</version>
11         </parent>
12
13         <packaging>pom</packaging>
14         <groupId>org.openecomp.sdnc.core</groupId>
15         <artifactId>sliapi</artifactId>
16         <version>1.0.0-SNAPSHOT</version>
17
18         <properties>
19                 <feature-name>sliapi</feature-name>
20         </properties>
21
22         <dependencyManagement>
23
24                 <dependencies>
25
26                         <dependency>
27                                 <groupId>org.openecomp.sdnc.core</groupId>
28                                 <artifactId>sliapi-features</artifactId>
29                                 <classifier>features</classifier>
30                                 <type>xml</type>
31                                 <version>${project.version}</version>
32                         </dependency>
33
34                         <dependency>
35                                 <groupId>org.openecomp.sdnc.core</groupId>
36                                 <artifactId>sliapi-model</artifactId>
37                                 <version>${project.version}</version>
38                         </dependency>
39                         <dependency>
40                                 <groupId>org.openecomp.sdnc.core</groupId>
41                                 <artifactId>sliapi-provider</artifactId>
42                                 <version>${project.version}</version>
43                                 <classifier>config</classifier>
44                                 <type>xml</type>
45                         </dependency>
46                         <dependency>
47                                 <groupId>org.openecomp.sdnc.core</groupId>
48                                 <artifactId>sliapi-provider</artifactId>
49                                 <version>${project.version}</version>
50                         </dependency>
51                 </dependencies>
52
53
54         </dependencyManagement>
55
56         <modules>
57                 <module>model</module>
58                 <module>features</module>
59                 <module>provider</module>
60                 <module>installer</module>
61         </modules>
62 </project>