blob: 9070829305465e0baf7812951fb9a54f0f6b1360 [file] [log] [blame]
Singal, Kapil (ks220y)1424a8e2021-03-24 14:54:47 -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)1424a8e2021-03-24 14:54:47 -04009 <relativePath/>
10 </parent>
11
12 <groupId>org.onap.ccsdk.sli.adaptors</groupId>
13 <artifactId>ccsdk-chef-adaptor</artifactId>
Dan Timoneyc6bb9862023-08-09 12:11:18 -040014 <version>1.7.1-SNAPSHOT</version>
Singal, Kapil (ks220y)1424a8e2021-03-24 14:54:47 -040015 <packaging>feature</packaging>
16
17 <name>ccsdk-sli-adaptors :: features :: ${project.artifactId}</name>
18
19 <dependencies>
Singal, Kapil (ks220y)1424a8e2021-03-24 14:54:47 -040020 <dependency>
21 <groupId>org.onap.ccsdk.sli.core</groupId>
22 <artifactId>ccsdk-sli</artifactId>
23 <version>${project.version}</version>
24 <type>xml</type>
25 <classifier>features</classifier>
26 <scope>provided</scope>
27 </dependency>
Singal, Kapil (ks220y)1424a8e2021-03-24 14:54:47 -040028 <dependency>
29 <groupId>${project.groupId}</groupId>
30 <artifactId>chef-adaptor-bundle</artifactId>
31 <version>${project.version}</version>
32 <exclusions>
33 <exclusion>
34 <groupId>org.powermock</groupId>
35 <artifactId>powermock-api-mockito</artifactId>
36 </exclusion>
37 </exclusions>
38 </dependency>
Singal, Kapil (ks220y)1424a8e2021-03-24 14:54:47 -040039 </dependencies>
40</project>