blob: 447b2034cbdd74fe34341bd1540c0814ed95198a [file] [log] [blame]
Timoney, Dan (dt5972)84eab502018-06-22 15:48:39 -04001<?xml version="1.0" encoding="UTF-8"?>
2<project xmlns="http://maven.apache.org/POM/4.0.0"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5 <modelVersion>4.0.0</modelVersion>
6
7 <parent>
8 <groupId>org.onap.ccsdk.parent</groupId>
9 <artifactId>single-feature-parent</artifactId>
Timoney, Dan (dt5972)da6f1132018-10-22 09:32:19 -040010 <version>1.2.0-SNAPSHOT</version>
Timoney, Dan (dt5972)84eab502018-06-22 15:48:39 -040011 <relativePath />
12 </parent>
13
14 <groupId>org.onap.ccsdk.sli.core</groupId>
15 <artifactId>ccsdk-sli-core-all</artifactId>
Timoney, Dan (dt5972)da6f1132018-10-22 09:32:19 -040016 <version>0.4.0-SNAPSHOT</version>
Timoney, Dan (dt5972)84eab502018-06-22 15:48:39 -040017 <packaging>feature</packaging>
18
19 <name>ccsdk-sli-core :: features :: ${project.artifactId}</name>
Timoney, Dan (dt5972)7f5b3562018-09-25 16:56:10 -040020
21
Timoney, Dan (dt5972)84eab502018-06-22 15:48:39 -040022 <dependencyManagement>
23 <dependencies>
24 <dependency>
25 <groupId>org.opendaylight.mdsal.model</groupId>
26 <artifactId>mdsal-model-artifacts</artifactId>
27 <version>${odl.mdsal.model.version}</version>
28 <type>pom</type>
29 <scope>import</scope>
30 </dependency>
31 <dependency>
32 <groupId>org.opendaylight.controller</groupId>
33 <artifactId>mdsal-artifacts</artifactId>
34 <version>${odl.mdsal.version}</version>
35 <type>pom</type>
36 <scope>import</scope>
37 </dependency>
Timoney, Dan (dt5972)7f5b3562018-09-25 16:56:10 -040038 <dependency>
39 <groupId>org.onap.ccsdk.sli.core</groupId>
40 <artifactId>sli-common</artifactId>
41 <version>${project.version}</version>
42 </dependency>
43 <dependency>
44 <groupId>org.onap.ccsdk.sli.core</groupId>
45 <artifactId>sli-provider</artifactId>
46 <version>${project.version}</version>
47 </dependency>
48 <dependency>
49 <groupId>org.onap.ccsdk.sli.core</groupId>
50 <artifactId>dblib-provider</artifactId>
51 <version>${project.version}</version>
52 </dependency>
Timoney, Dan (dt5972)84eab502018-06-22 15:48:39 -040053 </dependencies>
54 </dependencyManagement>
55
56 <dependencies>
57 <dependency>
58 <groupId>${project.groupId}</groupId>
59 <artifactId>ccsdk-slicore-utils</artifactId>
60 <version>${project.version}</version>
61 <type>xml</type>
62 <classifier>features</classifier>
63 </dependency>
64 <dependency>
65 <groupId>${project.groupId}</groupId>
66 <artifactId>ccsdk-dblib</artifactId>
67 <version>${project.version}</version>
68 <type>xml</type>
69 <classifier>features</classifier>
70 </dependency>
71 <dependency>
72 <groupId>${project.groupId}</groupId>
73 <artifactId>ccsdk-filters</artifactId>
74 <version>${project.version}</version>
75 <type>xml</type>
76 <classifier>features</classifier>
77 </dependency>
78 <dependency>
79 <groupId>${project.groupId}</groupId>
80 <artifactId>ccsdk-sli</artifactId>
81 <version>${project.version}</version>
82 <type>xml</type>
83 <classifier>features</classifier>
84 </dependency>
85 <dependency>
86 <groupId>${project.groupId}</groupId>
87 <artifactId>ccsdk-sliapi</artifactId>
88 <version>${project.version}</version>
89 <type>xml</type>
90 <classifier>features</classifier>
91 </dependency>
92 <dependency>
93 <groupId>${project.groupId}</groupId>
94 <artifactId>ccsdk-sliPluginUtils</artifactId>
95 <version>${project.version}</version>
96 <type>xml</type>
97 <classifier>features</classifier>
98 </dependency>
99 </dependencies>
100</project>