blob: 6091e1d5eb5f6550e8ae5530f3395c067d46c719 [file] [log] [blame]
Timoney, Dan (dt5972)153b6c22018-06-22 15:50:29 -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)d00cb602018-09-25 19:51:37 -040010 <version>1.1.0</version>
Timoney, Dan (dt5972)153b6c22018-06-22 15:50:29 -040011 <relativePath />
12 </parent>
13
14 <groupId>org.onap.ccsdk.sli.adaptors</groupId>
15 <artifactId>ccsdk-sli-adaptors-all</artifactId>
16 <version>0.3.0-SNAPSHOT</version>
17 <packaging>feature</packaging>
18
19 <name>ccsdk-sli-adaptors :: features :: ${project.artifactId}</name>
Timoney, Dan (dt5972)d00cb602018-09-25 19:51:37 -040020
21 <properties>
22 <skip.karaf.featureTest>true</skip.karaf.featureTest>
23 </properties>
24
Timoney, Dan (dt5972)153b6c22018-06-22 15:50:29 -040025 <dependencyManagement>
26 <dependencies>
27 <dependency>
28 <groupId>org.opendaylight.mdsal.model</groupId>
29 <artifactId>mdsal-model-artifacts</artifactId>
30 <version>${odl.mdsal.model.version}</version>
31 <type>pom</type>
32 <scope>import</scope>
33 </dependency>
34 <dependency>
35 <groupId>org.opendaylight.controller</groupId>
36 <artifactId>mdsal-artifacts</artifactId>
37 <version>${odl.mdsal.version}</version>
38 <type>pom</type>
39 <scope>import</scope>
40 </dependency>
Timoney, Dan (dt5972)d00cb602018-09-25 19:51:37 -040041 <dependency>
42 <groupId>org.onap.ccsdk.sli.adaptors</groupId>
43 <artifactId>aai-service-provider</artifactId>
44 <version>${project.version}</version>
45 </dependency>
Timoney, Dan (dt5972)153b6c22018-06-22 15:50:29 -040046 </dependencies>
47 </dependencyManagement>
48
49 <dependencies>
50 <dependency>
51 <groupId>${project.groupId}</groupId>
52 <artifactId>ccsdk-aai-service</artifactId>
53 <version>${project.version}</version>
54 <type>xml</type>
55 <classifier>features</classifier>
56 </dependency>
57 <dependency>
58 <groupId>${project.groupId}</groupId>
59 <artifactId>ccsdk-ansible-adapter</artifactId>
60 <version>${project.version}</version>
61 <type>xml</type>
62 <classifier>features</classifier>
63 </dependency>
64 <dependency>
65 <groupId>${project.groupId}</groupId>
Ganesh Chandrasekaran67c775f2018-07-10 18:27:17 +090066 <artifactId>ccsdk-saltstack-adapter</artifactId>
67 <version>${project.version}</version>
68 <type>xml</type>
69 <classifier>features</classifier>
70 </dependency>
71 <dependency>
72 <groupId>${project.groupId}</groupId>
Alexis de Talhouƫt491bb452018-08-21 10:24:22 -040073 <artifactId>ccsdk-netbox-client</artifactId>
74 <version>${project.version}</version>
75 <type>xml</type>
76 <classifier>features</classifier>
77 </dependency>
78 <dependency>
79 <groupId>${project.groupId}</groupId>
Timoney, Dan (dt5972)153b6c22018-06-22 15:50:29 -040080 <artifactId>ccsdk-mdsal-resource</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-resource-assignment</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-sql-resource</artifactId>
95 <version>${project.version}</version>
96 <type>xml</type>
97 <classifier>features</classifier>
98 </dependency>
99
100 </dependencies>
101</project>