blob: fae8e3e08ff7025a5f56a5f06c1ad62abfc50ded [file] [log] [blame]
Singal, Kapil (ks220y)7845d9b2021-05-13 15:09:28 -04001<?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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3 <modelVersion>4.0.0</modelVersion>
4
5 <parent>
6 <groupId>org.onap.ccsdk.parent</groupId>
7 <artifactId>single-feature-parent</artifactId>
Dan Timoney21625332023-11-08 09:29:37 -05008 <version>2.6.1</version>
Singal, Kapil (ks220y)7845d9b2021-05-13 15:09:28 -04009 <relativePath/>
10 </parent>
11
12 <groupId>org.onap.ccsdk.sli.adaptors</groupId>
13 <artifactId>ccsdk-iaas-adaptor</artifactId>
Dan Timoney79cddca2024-04-18 09:40:56 -040014 <version>1.7.3-SNAPSHOT</version>
Singal, Kapil (ks220y)7845d9b2021-05-13 15:09:28 -040015 <packaging>feature</packaging>
16
17 <name>ccsdk-sli-adaptors :: features :: ${project.artifactId}</name>
18
19 <dependencies>
20 <dependency>
21 <groupId>org.opendaylight.controller</groupId>
22 <artifactId>odl-mdsal-broker</artifactId>
23 <type>xml</type>
24 <classifier>features</classifier>
25 </dependency>
26 <dependency>
27 <groupId>org.onap.ccsdk.sli.core</groupId>
28 <artifactId>ccsdk-sli</artifactId>
29 <version>${project.version}</version>
30 <type>xml</type>
31 <classifier>features</classifier>
32 </dependency>
33 <dependency>
34 <groupId>${project.groupId}</groupId>
35 <artifactId>iaas-adaptor-bundle</artifactId>
36 <version>${project.version}</version>
37 <exclusions>
38 <exclusion>
39 <groupId>org.powermock</groupId>
40 <artifactId>powermock-api-mockito</artifactId>
41 </exclusion>
42 </exclusions>
43 </dependency>
44 </dependencies>
45</project>