blob: 4533234fb437de02ea8884f1a97c1c61c77ccf9a [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 Timoney8413c432021-04-16 08:40:10 -040029 <version>2.1.3-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 Timoney8ed42322021-04-06 12:49:39 -040035 <version>1.1.4-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)b511df02019-11-13 10:49:18 -050040 <dependencyManagement>
41 <dependencies>
42 <dependency>
43 <groupId>org.opendaylight.controller</groupId>
44 <artifactId>mdsal-artifacts</artifactId>
45 <version>1.6.1</version>
46 <type>pom</type>
47 <scope>import</scope>
48 </dependency>
Timoney, Dan (dt5972)b511df02019-11-13 10:49:18 -050049 <dependency>
50 <groupId>org.onap.ccsdk.sli.core</groupId>
51 <artifactId>sli-core-artifacts</artifactId>
52 <version>${ccsdk.sli.core.version}</version>
53 <type>pom</type>
54 <scope>import</scope>
55 </dependency>
Timoney, Dan (dt5972)b511df02019-11-13 10:49:18 -050056 </dependencies>
57 </dependencyManagement>
Timoney, Dan (dt5972)b511df02019-11-13 10:49:18 -050058 <dependencies>
59 <dependency>
60 <groupId>org.onap.ccsdk.features.sdnr.northbound</groupId>
61 <artifactId>oofpcipoc-model</artifactId>
62 <version>${project.version}</version>
63 </dependency>
64 <dependency>
65 <groupId>org.onap.ccsdk.features.sdnr.northbound</groupId>
66 <artifactId>oofpcipoc-provider</artifactId>
67 <version>${project.version}</version>
68 </dependency>
Timoney, Dan (dt5972)b511df02019-11-13 10:49:18 -050069 <dependency>
70 <groupId>org.opendaylight.yangtools</groupId>
71 <artifactId>yang-data-impl</artifactId>
72 </dependency>
73 <dependency>
74 <groupId>com.fasterxml.jackson.core</groupId>
75 <artifactId>jackson-databind</artifactId>
76 <version>2.9.8</version>
77 </dependency>
78 <dependency>
79 <groupId>com.fasterxml.jackson.core</groupId>
80 <artifactId>jackson-core</artifactId>
81 <version>2.9.8</version>
82 </dependency>
Timoney, Dan (dt5972)b511df02019-11-13 10:49:18 -050083 <dependency>
84 <groupId>com.fasterxml.jackson.core</groupId>
85 <artifactId>jackson-annotations</artifactId>
86 <version>2.9.8</version>
87 </dependency>
88 <dependency>
89 <groupId>junit</groupId>
90 <artifactId>junit</artifactId>
91 <scope>test</scope>
92 </dependency>
93 <dependency>
94 <groupId>org.mockito</groupId>
95 <artifactId>mockito-core</artifactId>
96 <scope>test</scope>
97 </dependency>
Timoney, Dan (dt5972)b511df02019-11-13 10:49:18 -050098 <dependency>
99 <groupId>org.onap.ccsdk.sli.core</groupId>
100 <artifactId>sli-common</artifactId>
101 <scope>compile</scope>
102 </dependency>
103 <dependency>
104 <groupId>org.onap.ccsdk.sli.core</groupId>
105 <artifactId>sli-provider</artifactId>
106 <scope>compile</scope>
107 </dependency>
108 <dependency>
109 <groupId>org.onap.ccsdk.sli.core</groupId>
110 <artifactId>utils-provider</artifactId>
111 <!-- <version>${sdnctl.sli.version}</version> -->
112 </dependency>
113 <dependency>
114 <groupId>org.apache.velocity</groupId>
115 <artifactId>velocity-engine-core</artifactId>
116 <version>2.0</version>
117 </dependency>
118 <dependency>
119 <groupId>org.json</groupId>
120 <artifactId>json</artifactId>
121 <version>20131018</version>
122 </dependency>
123 <dependency>
124 <groupId>commons-codec</groupId>
125 <artifactId>commons-codec</artifactId>
126 <version>1.9</version>
127 </dependency>
128 </dependencies>
Sandeep Shah7bbcdbb2019-07-02 15:28:49 -0500129
Timoney, Dan (dt5972)b511df02019-11-13 10:49:18 -0500130 <build>
131 <pluginManagement>
132 <plugins>
133 <plugin>
134 <groupId>org.eclipse.m2e</groupId>
135 <artifactId>lifecycle-mapping</artifactId>
136 <version>1.0.0</version>
137 <configuration>
138 <lifecycleMappingMetadata>
139 <pluginExecutions>
140 <pluginExecution>
141 <pluginExecutionFilter>
142 <groupId>org.codehaus.mojo</groupId>
143 <artifactId>properties-maven-plugin</artifactId>
144 <versionRange>[1.0.0,)</versionRange>
145 <goals>
146 <goal>set-system-properties</goal>
147 </goals>
148 </pluginExecutionFilter>
149 <action>
150 <execute/>
151 </action>
152 </pluginExecution>
153 </pluginExecutions>
154 </lifecycleMappingMetadata>
155 </configuration>
156 </plugin>
157 </plugins>
158 </pluginManagement>
159 </build>
Sandeep Shah7bbcdbb2019-07-02 15:28:49 -0500160</project>