blob: 75a90f1790fb454ff869218e50394c7e6921408c [file] [log] [blame]
Sandeep Shah7bbcdbb2019-07-02 15:28:49 -05001<?xml version="1.0" encoding="UTF-8"?>
Singal, Kapil (ks220y)6ff6ed92020-02-03 09:31:39 -05002<!--
3 ~ ============LICENSE_START=======================================================
4 ~ ONAP : ccsdk features
5 ~ ================================================================================
6 ~ Copyright (C) 2020 AT&T Intellectual Property. All rights reserved.
7 ~ ================================================================================
8 ~ Licensed under the Apache License, Version 2.0 (the "License");
9 ~ you may not use this file except in compliance with the License.
10 ~ You may obtain a copy of the License at
11 ~
12 ~ http://www.apache.org/licenses/LICENSE-2.0
13 ~
14 ~ Unless required by applicable law or agreed to in writing, software
15 ~ distributed under the License is distributed on an "AS IS" BASIS,
16 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17 ~ See the License for the specific language governing permissions and
18 ~ limitations under the License.
19 ~ ============LICENSE_END=======================================================
20 ~
21 -->
22
Timoney, Dan (dt5972)17552ad2019-07-17 11:05:55 -040023<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">
Timoney, Dan (dt5972)b511df02019-11-13 10:49:18 -050024 <modelVersion>4.0.0</modelVersion>
Sandeep Shah7bbcdbb2019-07-02 15:28:49 -050025
Timoney, Dan (dt5972)b511df02019-11-13 10:49:18 -050026 <parent>
27 <groupId>org.onap.ccsdk.parent</groupId>
28 <artifactId>binding-parent</artifactId>
Dan Timoneyfc05c3c2020-03-05 15:52:09 -050029 <version>2.0.0-SNAPSHOT</version>
Timoney, Dan (dt5972)b511df02019-11-13 10:49:18 -050030 <relativePath/>
31 </parent>
Sandeep Shah7bbcdbb2019-07-02 15:28:49 -050032
Timoney, Dan (dt5972)b511df02019-11-13 10:49:18 -050033 <groupId>org.onap.ccsdk.features.sdnr.northbound</groupId>
34 <artifactId>oofpcipoc-consumer</artifactId>
Dan Timoneyfc05c3c2020-03-05 15:52:09 -050035 <version>1.0.0-SNAPSHOT</version>
Timoney, Dan (dt5972)b511df02019-11-13 10:49:18 -050036 <packaging>bundle</packaging>
Sandeep Shah7bbcdbb2019-07-02 15:28:49 -050037
Singal, Kapil (ks220y)df195942019-12-12 15:24:53 -050038 <name>ccsdk-features :: sdnr-northbound :: ${project.artifactId}</name>
39
Timoney, Dan (dt5972)03c25f02019-11-21 10:03:30 -050040
Timoney, Dan (dt5972)b511df02019-11-13 10:49:18 -050041 <dependencyManagement>
42 <dependencies>
43 <dependency>
44 <groupId>org.opendaylight.controller</groupId>
45 <artifactId>mdsal-artifacts</artifactId>
46 <version>1.6.1</version>
47 <type>pom</type>
48 <scope>import</scope>
49 </dependency>
Sandeep Shah7bbcdbb2019-07-02 15:28:49 -050050
Timoney, Dan (dt5972)b511df02019-11-13 10:49:18 -050051 <dependency>
52 <groupId>org.onap.ccsdk.sli.core</groupId>
53 <artifactId>sli-core-artifacts</artifactId>
54 <version>${ccsdk.sli.core.version}</version>
55 <type>pom</type>
56 <scope>import</scope>
57 </dependency>
Sandeep Shah7bbcdbb2019-07-02 15:28:49 -050058
Timoney, Dan (dt5972)b511df02019-11-13 10:49:18 -050059 </dependencies>
60 </dependencyManagement>
Timoney, Dan (dt5972)b511df02019-11-13 10:49:18 -050061 <dependencies>
62 <dependency>
63 <groupId>org.onap.ccsdk.features.sdnr.northbound</groupId>
64 <artifactId>oofpcipoc-model</artifactId>
65 <version>${project.version}</version>
66 </dependency>
67 <dependency>
68 <groupId>org.onap.ccsdk.features.sdnr.northbound</groupId>
69 <artifactId>oofpcipoc-provider</artifactId>
70 <version>${project.version}</version>
71 </dependency>
72 <!-- <dependency> <groupId>org.opendaylight.controller</groupId> <artifactId>sal-binding-config</artifactId>
73 </dependency> -->
74 <dependency>
75 <groupId>org.opendaylight.controller</groupId>
76 <artifactId>sal-binding-api</artifactId>
77 </dependency>
78 <dependency>
79 <groupId>org.opendaylight.controller</groupId>
80 <artifactId>sal-common-util</artifactId>
81 </dependency>
82 <dependency>
83 <groupId>org.opendaylight.controller</groupId>
84 <artifactId>sal-core-api</artifactId>
85 </dependency>
86 <dependency>
87 <groupId>org.opendaylight.yangtools</groupId>
88 <artifactId>yang-data-impl</artifactId>
89 </dependency>
90 <dependency>
91 <groupId>com.fasterxml.jackson.core</groupId>
92 <artifactId>jackson-databind</artifactId>
93 <version>2.9.8</version>
94 </dependency>
95 <dependency>
96 <groupId>com.fasterxml.jackson.core</groupId>
97 <artifactId>jackson-core</artifactId>
98 <version>2.9.8</version>
99 </dependency>
Sandeep Shah7bbcdbb2019-07-02 15:28:49 -0500100
Timoney, Dan (dt5972)b511df02019-11-13 10:49:18 -0500101 <dependency>
102 <groupId>com.fasterxml.jackson.core</groupId>
103 <artifactId>jackson-annotations</artifactId>
104 <version>2.9.8</version>
105 </dependency>
106 <dependency>
107 <groupId>junit</groupId>
108 <artifactId>junit</artifactId>
109 <scope>test</scope>
110 </dependency>
111 <dependency>
112 <groupId>org.mockito</groupId>
113 <artifactId>mockito-core</artifactId>
114 <scope>test</scope>
115 </dependency>
Sandeep Shah7bbcdbb2019-07-02 15:28:49 -0500116
Timoney, Dan (dt5972)b511df02019-11-13 10:49:18 -0500117 <dependency>
118 <groupId>org.onap.ccsdk.sli.core</groupId>
119 <artifactId>sli-common</artifactId>
120 <scope>compile</scope>
121 </dependency>
122 <dependency>
123 <groupId>org.onap.ccsdk.sli.core</groupId>
124 <artifactId>sli-provider</artifactId>
125 <scope>compile</scope>
126 </dependency>
127 <dependency>
128 <groupId>org.onap.ccsdk.sli.core</groupId>
129 <artifactId>utils-provider</artifactId>
130 <!-- <version>${sdnctl.sli.version}</version> -->
131 </dependency>
132 <dependency>
133 <groupId>org.apache.velocity</groupId>
134 <artifactId>velocity-engine-core</artifactId>
135 <version>2.0</version>
136 </dependency>
137 <dependency>
138 <groupId>org.json</groupId>
139 <artifactId>json</artifactId>
140 <version>20131018</version>
141 </dependency>
142 <dependency>
143 <groupId>commons-codec</groupId>
144 <artifactId>commons-codec</artifactId>
145 <version>1.9</version>
146 </dependency>
147 </dependencies>
Sandeep Shah7bbcdbb2019-07-02 15:28:49 -0500148
Timoney, Dan (dt5972)b511df02019-11-13 10:49:18 -0500149 <build>
150 <pluginManagement>
151 <plugins>
152 <plugin>
153 <groupId>org.eclipse.m2e</groupId>
154 <artifactId>lifecycle-mapping</artifactId>
155 <version>1.0.0</version>
156 <configuration>
157 <lifecycleMappingMetadata>
158 <pluginExecutions>
159 <pluginExecution>
160 <pluginExecutionFilter>
161 <groupId>org.codehaus.mojo</groupId>
162 <artifactId>properties-maven-plugin</artifactId>
163 <versionRange>[1.0.0,)</versionRange>
164 <goals>
165 <goal>set-system-properties</goal>
166 </goals>
167 </pluginExecutionFilter>
168 <action>
169 <execute/>
170 </action>
171 </pluginExecution>
172 </pluginExecutions>
173 </lifecycleMappingMetadata>
174 </configuration>
175 </plugin>
176 </plugins>
177 </pluginManagement>
178 </build>
Sandeep Shah7bbcdbb2019-07-02 15:28:49 -0500179</project>