blob: 7f27befef6ae3b709f5cfc7860fb066cc2c502a6 [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 Timoney49035452020-01-30 09:53:35 -050029 <version>1.5.2-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 Timoney49035452020-01-30 09:53:35 -050035 <version>0.7.1-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 <properties>
41 <ccsdk.sli.core.version>${project.version}</ccsdk.sli.core.version>
42 </properties>
43
Timoney, Dan (dt5972)b511df02019-11-13 10:49:18 -050044 <dependencyManagement>
45 <dependencies>
46 <dependency>
47 <groupId>org.opendaylight.controller</groupId>
48 <artifactId>mdsal-artifacts</artifactId>
49 <version>1.6.1</version>
50 <type>pom</type>
51 <scope>import</scope>
52 </dependency>
Sandeep Shah7bbcdbb2019-07-02 15:28:49 -050053
Timoney, Dan (dt5972)b511df02019-11-13 10:49:18 -050054 <dependency>
55 <groupId>org.onap.ccsdk.sli.core</groupId>
56 <artifactId>sli-core-artifacts</artifactId>
57 <version>${ccsdk.sli.core.version}</version>
58 <type>pom</type>
59 <scope>import</scope>
60 </dependency>
Sandeep Shah7bbcdbb2019-07-02 15:28:49 -050061
Timoney, Dan (dt5972)b511df02019-11-13 10:49:18 -050062 </dependencies>
63 </dependencyManagement>
Timoney, Dan (dt5972)b511df02019-11-13 10:49:18 -050064 <dependencies>
65 <dependency>
66 <groupId>org.onap.ccsdk.features.sdnr.northbound</groupId>
67 <artifactId>oofpcipoc-model</artifactId>
68 <version>${project.version}</version>
69 </dependency>
70 <dependency>
71 <groupId>org.onap.ccsdk.features.sdnr.northbound</groupId>
72 <artifactId>oofpcipoc-provider</artifactId>
73 <version>${project.version}</version>
74 </dependency>
75 <!-- <dependency> <groupId>org.opendaylight.controller</groupId> <artifactId>sal-binding-config</artifactId>
76 </dependency> -->
77 <dependency>
78 <groupId>org.opendaylight.controller</groupId>
79 <artifactId>sal-binding-api</artifactId>
80 </dependency>
81 <dependency>
82 <groupId>org.opendaylight.controller</groupId>
83 <artifactId>sal-common-util</artifactId>
84 </dependency>
85 <dependency>
86 <groupId>org.opendaylight.controller</groupId>
87 <artifactId>sal-core-api</artifactId>
88 </dependency>
89 <dependency>
90 <groupId>org.opendaylight.yangtools</groupId>
91 <artifactId>yang-data-impl</artifactId>
92 </dependency>
93 <dependency>
94 <groupId>com.fasterxml.jackson.core</groupId>
95 <artifactId>jackson-databind</artifactId>
96 <version>2.9.8</version>
97 </dependency>
98 <dependency>
99 <groupId>com.fasterxml.jackson.core</groupId>
100 <artifactId>jackson-core</artifactId>
101 <version>2.9.8</version>
102 </dependency>
Sandeep Shah7bbcdbb2019-07-02 15:28:49 -0500103
Timoney, Dan (dt5972)b511df02019-11-13 10:49:18 -0500104 <dependency>
105 <groupId>com.fasterxml.jackson.core</groupId>
106 <artifactId>jackson-annotations</artifactId>
107 <version>2.9.8</version>
108 </dependency>
109 <dependency>
110 <groupId>junit</groupId>
111 <artifactId>junit</artifactId>
112 <scope>test</scope>
113 </dependency>
114 <dependency>
115 <groupId>org.mockito</groupId>
116 <artifactId>mockito-core</artifactId>
117 <scope>test</scope>
118 </dependency>
Sandeep Shah7bbcdbb2019-07-02 15:28:49 -0500119
Timoney, Dan (dt5972)b511df02019-11-13 10:49:18 -0500120 <dependency>
121 <groupId>org.onap.ccsdk.sli.core</groupId>
122 <artifactId>sli-common</artifactId>
123 <scope>compile</scope>
124 </dependency>
125 <dependency>
126 <groupId>org.onap.ccsdk.sli.core</groupId>
127 <artifactId>sli-provider</artifactId>
128 <scope>compile</scope>
129 </dependency>
130 <dependency>
131 <groupId>org.onap.ccsdk.sli.core</groupId>
132 <artifactId>utils-provider</artifactId>
133 <!-- <version>${sdnctl.sli.version}</version> -->
134 </dependency>
135 <dependency>
136 <groupId>org.apache.velocity</groupId>
137 <artifactId>velocity-engine-core</artifactId>
138 <version>2.0</version>
139 </dependency>
140 <dependency>
141 <groupId>org.json</groupId>
142 <artifactId>json</artifactId>
143 <version>20131018</version>
144 </dependency>
145 <dependency>
146 <groupId>commons-codec</groupId>
147 <artifactId>commons-codec</artifactId>
148 <version>1.9</version>
149 </dependency>
150 </dependencies>
Sandeep Shah7bbcdbb2019-07-02 15:28:49 -0500151
Timoney, Dan (dt5972)b511df02019-11-13 10:49:18 -0500152 <build>
153 <pluginManagement>
154 <plugins>
155 <plugin>
156 <groupId>org.eclipse.m2e</groupId>
157 <artifactId>lifecycle-mapping</artifactId>
158 <version>1.0.0</version>
159 <configuration>
160 <lifecycleMappingMetadata>
161 <pluginExecutions>
162 <pluginExecution>
163 <pluginExecutionFilter>
164 <groupId>org.codehaus.mojo</groupId>
165 <artifactId>properties-maven-plugin</artifactId>
166 <versionRange>[1.0.0,)</versionRange>
167 <goals>
168 <goal>set-system-properties</goal>
169 </goals>
170 </pluginExecutionFilter>
171 <action>
172 <execute/>
173 </action>
174 </pluginExecution>
175 </pluginExecutions>
176 </lifecycleMappingMetadata>
177 </configuration>
178 </plugin>
179 </plugins>
180 </pluginManagement>
181 </build>
Sandeep Shah7bbcdbb2019-07-02 15:28:49 -0500182</project>