blob: 97c4ba9aa5d1c5c91c7a991dd07e8ccdcd1cc6bd [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 Timoney46c69f52020-11-25 16:07:46 -05008 <version>2.1.0</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 Timoney46c69f52020-11-25 16:07:46 -050014 <version>1.1.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>
20 <ccsdk.sli.northbound.version>${project.version}</ccsdk.sli.northbound.version>
21 </properties>
Dan Timoneyea5bf0a2017-07-18 20:32:15 -040022
Timoney, Dan (dt5972)90adbb62018-12-20 14:29:35 -050023 <dependencyManagement>
24 <dependencies>
25 <dependency>
Dan Timoney8a620f72020-03-05 15:09:19 -050026 <groupId>org.onap.ccsdk.sli.core</groupId>
27 <artifactId>sli-core-artifacts</artifactId>
28 <version>${ccsdk.sli.core.version}</version>
29 <type>pom</type>
30 <scope>import</scope>
Timoney, Dan (dt5972)90adbb62018-12-20 14:29:35 -050031 </dependency>
32 </dependencies>
33 </dependencyManagement>
shashikanthcd7f49c2017-09-27 15:43:48 +053034 <dependencies>
35 <dependency>
36 <groupId>org.onap.ccsdk.sli.northbound</groupId>
37 <artifactId>asdcApi-model</artifactId>
38 <version>${project.version}</version>
39 </dependency>
Dan Timoney10b6a722018-02-22 17:22:31 -060040
shashikanthcd7f49c2017-09-27 15:43:48 +053041 <dependency>
42 <groupId>org.opendaylight.controller</groupId>
43 <artifactId>sal-binding-api</artifactId>
shashikanthcd7f49c2017-09-27 15:43:48 +053044 </dependency>
Dan Timoney10b6a722018-02-22 17:22:31 -060045
shashikanthcd7f49c2017-09-27 15:43:48 +053046 <dependency>
47 <groupId>org.opendaylight.controller</groupId>
48 <artifactId>sal-common-util</artifactId>
shashikanthcd7f49c2017-09-27 15:43:48 +053049 </dependency>
Dan Timoney10b6a722018-02-22 17:22:31 -060050
shashikanthcd7f49c2017-09-27 15:43:48 +053051 <dependency>
52 <groupId>org.onap.ccsdk.sli.core</groupId>
53 <artifactId>sli-common</artifactId>
shashikanthcd7f49c2017-09-27 15:43:48 +053054 </dependency>
55 <dependency>
56 <groupId>org.onap.ccsdk.sli.core</groupId>
57 <artifactId>sli-provider</artifactId>
shashikanthcd7f49c2017-09-27 15:43:48 +053058 </dependency>
59
60 <dependency>
61 <groupId>org.opendaylight.controller</groupId>
62 <artifactId>sal-test-model</artifactId>
shashikanthcd7f49c2017-09-27 15:43:48 +053063 <scope>test</scope>
64 </dependency>
Timoney, Dan (dt5972)a63bbe22018-06-18 10:49:42 -040065
shashikanthcd7f49c2017-09-27 15:43:48 +053066
67 <dependency>
68 <groupId>org.opendaylight.controller</groupId>
69 <artifactId>sal-binding-broker-impl</artifactId>
shashikanthcd7f49c2017-09-27 15:43:48 +053070 <scope>test</scope>
71 </dependency>
72 <dependency>
73 <groupId>org.opendaylight.controller</groupId>
74 <artifactId>sal-binding-broker-impl</artifactId>
shashikanthcd7f49c2017-09-27 15:43:48 +053075 <type>test-jar</type>
76 <classifier>tests</classifier>
77 <scope>test</scope>
78 </dependency>
79 <dependency>
80 <groupId>junit</groupId>
81 <artifactId>junit</artifactId>
shashikanthcd7f49c2017-09-27 15:43:48 +053082 <scope>test</scope>
83 </dependency>
84 <dependency>
85 <groupId>org.testng</groupId>
86 <artifactId>testng</artifactId>
shashikanthcd7f49c2017-09-27 15:43:48 +053087 <scope>test</scope>
88 </dependency>
89 <dependency>
90 <groupId>org.mockito</groupId>
91 <artifactId>mockito-core</artifactId>
shashikanthcd7f49c2017-09-27 15:43:48 +053092 <scope>test</scope>
93 </dependency>
94 </dependencies>
Dan Timoneyea5bf0a2017-07-18 20:32:15 -040095</project>