blob: 47a11ecdeea0a338fc6b7131141dd85fc540a830 [file] [log] [blame]
Dan Timoneyea5bf0a2017-07-18 20:32:15 -04001<?xml version="1.0" encoding="UTF-8"?>
Timoney, Dan (dt5972)feb63252019-01-08 12:29:46 -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">
shashikanthcd7f49c2017-09-27 15:43:48 +05303 <modelVersion>4.0.0</modelVersion>
Dan Timoney10b6a722018-02-22 17:22:31 -06004
shashikanthcd7f49c2017-09-27 15:43:48 +05305 <parent>
Dan Timoney10b6a722018-02-22 17:22:31 -06006 <groupId>org.onap.ccsdk.parent</groupId>
7 <artifactId>binding-parent</artifactId>
Dan Timoneyf0594b82020-01-24 16:10:06 -05008 <version>1.5.2-SNAPSHOT</version>
Timoney, Dan (dt5972)feb63252019-01-08 12:29:46 -05009 <relativePath/>
shashikanthcd7f49c2017-09-27 15:43:48 +053010 </parent>
Dan Timoney10b6a722018-02-22 17:22:31 -060011
12 <groupId>org.onap.ccsdk.sli.northbound</groupId>
shashikanthcd7f49c2017-09-27 15:43:48 +053013 <artifactId>asdcApi-provider</artifactId>
Dan Timoneyf0594b82020-01-24 16:10:06 -050014 <version>0.7.1-SNAPSHOT</version>
shashikanthcd7f49c2017-09-27 15:43:48 +053015 <packaging>bundle</packaging>
Dan Timoneyea5bf0a2017-07-18 20:32:15 -040016
Dan Timoney10b6a722018-02-22 17:22:31 -060017 <name>ccsdk-sli-northbound :: asdcApi :: ${project.artifactId}</name>
18
Timoney, Dan (dt5972)feb63252019-01-08 12:29:46 -050019 <properties>
Timoney, Dan (dt5972)083f91d2019-11-19 13:19:44 -050020 <ccsdk.sli.core.version>${project.version}</ccsdk.sli.core.version>
Timoney, Dan (dt5972)feb63252019-01-08 12:29:46 -050021 <ccsdk.sli.northbound.version>${project.version}</ccsdk.sli.northbound.version>
22 </properties>
Dan Timoneyea5bf0a2017-07-18 20:32:15 -040023
Timoney, Dan (dt5972)90adbb62018-12-20 14:29:35 -050024 <dependencyManagement>
25 <dependencies>
26 <dependency>
27 <groupId>org.onap.ccsdk.sli.core</groupId>
28 <artifactId>sli-core-artifacts</artifactId>
29 <version>${ccsdk.sli.core.version}</version>
30 <type>pom</type>
31 <scope>import</scope>
32 </dependency>
33 </dependencies>
34 </dependencyManagement>
35
shashikanthcd7f49c2017-09-27 15:43:48 +053036 <dependencies>
37 <dependency>
38 <groupId>org.onap.ccsdk.sli.northbound</groupId>
39 <artifactId>asdcApi-model</artifactId>
40 <version>${project.version}</version>
41 </dependency>
Dan Timoney10b6a722018-02-22 17:22:31 -060042
shashikanthcd7f49c2017-09-27 15:43:48 +053043 <dependency>
44 <groupId>org.opendaylight.controller</groupId>
45 <artifactId>sal-binding-api</artifactId>
shashikanthcd7f49c2017-09-27 15:43:48 +053046 </dependency>
Dan Timoney10b6a722018-02-22 17:22:31 -060047
shashikanthcd7f49c2017-09-27 15:43:48 +053048 <dependency>
49 <groupId>org.opendaylight.controller</groupId>
50 <artifactId>sal-common-util</artifactId>
shashikanthcd7f49c2017-09-27 15:43:48 +053051 </dependency>
Dan Timoney10b6a722018-02-22 17:22:31 -060052
shashikanthcd7f49c2017-09-27 15:43:48 +053053 <dependency>
54 <groupId>org.onap.ccsdk.sli.core</groupId>
55 <artifactId>sli-common</artifactId>
shashikanthcd7f49c2017-09-27 15:43:48 +053056 </dependency>
57 <dependency>
58 <groupId>org.onap.ccsdk.sli.core</groupId>
59 <artifactId>sli-provider</artifactId>
shashikanthcd7f49c2017-09-27 15:43:48 +053060 </dependency>
61
62 <dependency>
63 <groupId>org.opendaylight.controller</groupId>
64 <artifactId>sal-test-model</artifactId>
shashikanthcd7f49c2017-09-27 15:43:48 +053065 <scope>test</scope>
66 </dependency>
Timoney, Dan (dt5972)a63bbe22018-06-18 10:49:42 -040067
shashikanthcd7f49c2017-09-27 15:43:48 +053068
69 <dependency>
70 <groupId>org.opendaylight.controller</groupId>
71 <artifactId>sal-binding-broker-impl</artifactId>
shashikanthcd7f49c2017-09-27 15:43:48 +053072 <scope>test</scope>
73 </dependency>
74 <dependency>
75 <groupId>org.opendaylight.controller</groupId>
76 <artifactId>sal-binding-broker-impl</artifactId>
shashikanthcd7f49c2017-09-27 15:43:48 +053077 <type>test-jar</type>
78 <classifier>tests</classifier>
79 <scope>test</scope>
80 </dependency>
81 <dependency>
82 <groupId>junit</groupId>
83 <artifactId>junit</artifactId>
shashikanthcd7f49c2017-09-27 15:43:48 +053084 <scope>test</scope>
85 </dependency>
86 <dependency>
87 <groupId>org.testng</groupId>
88 <artifactId>testng</artifactId>
shashikanthcd7f49c2017-09-27 15:43:48 +053089 <scope>test</scope>
90 </dependency>
91 <dependency>
92 <groupId>org.mockito</groupId>
93 <artifactId>mockito-core</artifactId>
shashikanthcd7f49c2017-09-27 15:43:48 +053094 <scope>test</scope>
95 </dependency>
96 </dependencies>
97
Dan Timoney10b6a722018-02-22 17:22:31 -060098
Dan Timoneyea5bf0a2017-07-18 20:32:15 -040099</project>