blob: 77ccb4c8b4194be89210fc3221fa5174d898b5de [file] [log] [blame]
Timoney, Dan (dt5972)153b6c22018-06-22 15:50:29 -04001<?xml version="1.0" encoding="UTF-8"?>
Timoney, Dan (dt5972)21ec6552019-01-08 12:14:12 -05002<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>
Timoney, Dan (dt5972)153b6c22018-06-22 15:50:29 -04004
Timoney, Dan (dt5972)21ec6552019-01-08 12:14:12 -05005 <parent>
6 <groupId>org.onap.ccsdk.parent</groupId>
7 <artifactId>single-feature-parent</artifactId>
Timoney, Dan (dt5972)f200a722019-01-03 16:24:22 -05008 <version>1.2.1-SNAPSHOT</version>
Timoney, Dan (dt5972)21ec6552019-01-08 12:14:12 -05009 <relativePath/>
10 </parent>
Timoney, Dan (dt5972)153b6c22018-06-22 15:50:29 -040011
Timoney, Dan (dt5972)21ec6552019-01-08 12:14:12 -050012 <groupId>org.onap.ccsdk.sli.adaptors</groupId>
13 <artifactId>ccsdk-sli-adaptors-all</artifactId>
Timoney, Dan (dt5972)f200a722019-01-03 16:24:22 -050014 <version>0.4.1-SNAPSHOT</version>
Timoney, Dan (dt5972)21ec6552019-01-08 12:14:12 -050015 <packaging>feature</packaging>
Timoney, Dan (dt5972)153b6c22018-06-22 15:50:29 -040016
Timoney, Dan (dt5972)21ec6552019-01-08 12:14:12 -050017 <name>ccsdk-sli-adaptors :: features :: ${project.artifactId}</name>
Timoney, Dan (dt5972)d00cb602018-09-25 19:51:37 -040018
Timoney, Dan (dt5972)f200a722019-01-03 16:24:22 -050019
Timoney, Dan (dt5972)21ec6552019-01-08 12:14:12 -050020 <properties>
21 <ccsdk.sli.adaptors.version>${project.version}</ccsdk.sli.adaptors.version>
22 </properties>
Timoney, Dan (dt5972)f200a722019-01-03 16:24:22 -050023
Timoney, Dan (dt5972)153b6c22018-06-22 15:50:29 -040024
Timoney, Dan (dt5972)21ec6552019-01-08 12:14:12 -050025 <dependencies>
26 <dependency>
27 <groupId>${project.groupId}</groupId>
28 <artifactId>ccsdk-aai-service</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>ccsdk-ansible-adapter</artifactId>
36 <version>${project.version}</version>
37 <type>xml</type>
38 <classifier>features</classifier>
39 </dependency>
40 <dependency>
41 <groupId>${project.groupId}</groupId>
42 <artifactId>ccsdk-saltstack-adapter</artifactId>
43 <version>${project.version}</version>
44 <type>xml</type>
45 <classifier>features</classifier>
46 </dependency>
47 <dependency>
48 <groupId>${project.groupId}</groupId>
49 <artifactId>ccsdk-netbox-client</artifactId>
50 <version>${project.version}</version>
51 <type>xml</type>
52 <classifier>features</classifier>
53 </dependency>
54 <dependency>
55 <groupId>${project.groupId}</groupId>
56 <artifactId>ccsdk-mdsal-resource</artifactId>
57 <version>${project.version}</version>
58 <type>xml</type>
59 <classifier>features</classifier>
60 </dependency>
61 <dependency>
62 <groupId>${project.groupId}</groupId>
63 <artifactId>ccsdk-resource-assignment</artifactId>
64 <version>${project.version}</version>
65 <type>xml</type>
66 <classifier>features</classifier>
67 </dependency>
68 <dependency>
69 <groupId>${project.groupId}</groupId>
70 <artifactId>ccsdk-sql-resource</artifactId>
71 <version>${project.version}</version>
72 <type>xml</type>
73 <classifier>features</classifier>
74 </dependency>
75
76 </dependencies>
Timoney, Dan (dt5972)153b6c22018-06-22 15:50:29 -040077</project>