Merge "SDN-R apigateway add junit test"
[ccsdk/features.git] / sdnr / wt / devicemanager / provider / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3     ============LICENSE_START=======================================================
4     ONAP : CCSDK / SDNR / WT / devicemanager
5     ================================================================================
6     Copyright (C) 2019 highstreet technologies GmbH Intellectual Property. All
7     rights reserved.
8     ================================================================================
9     Licensed under the Apache License, Version 2.0 (the "License"); you may not
10     use this file except in compliance with the License. You may obtain a copy
11     of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required
12     by applicable law or agreed to in writing, software distributed under the
13     License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
14     OF ANY KIND, either express or implied. See the License for the specific
15     language governing permissions and limitations under the License.
16     ============LICENSE_END=========================================================
17 -->
18 <project xmlns="http://maven.apache.org/POM/4.0.0"
19   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
21   <modelVersion>4.0.0</modelVersion>
22
23   <groupId>org.onap.ccsdk.features.sdnr.wt</groupId>
24   <artifactId>sdnr-wt-devicemanager-provider</artifactId>
25   <version>0.4.1-SNAPSHOT</version>
26   <name>ccsdk-features-sdnr-wt :: ${project.artifactId}</name>
27   <packaging>bundle</packaging>
28
29   <parent>
30     <groupId>org.onap.ccsdk.parent</groupId>
31     <artifactId>binding-parent</artifactId>
32     <version>1.2.1-SNAPSHOT</version>
33     <relativePath></relativePath>
34   </parent>
35
36   <properties>
37     <checkstyle.skip>true</checkstyle.skip> <!-- POM configuration -->
38     <maven.javadoc.skip>true</maven.javadoc.skip>
39     <maven.build.timestamp.format>yyyy-MM-dd HH:mm</maven.build.timestamp.format>
40     <buildtime>${maven.build.timestamp} UTC</buildtime>
41   </properties>
42
43   <licenses>
44     <license>
45       <name>Apache License, Version 2.0</name>
46       <url>http://www.apache.org/licenses/LICENSE-2.0</url>
47     </license>
48   </licenses>
49   <dependencies>
50     <dependency>
51       <groupId>org.mockito</groupId>
52       <artifactId>mockito-core</artifactId>
53       <scope>test</scope>
54     </dependency>
55     <dependency>
56       <groupId>${project.groupId}</groupId>
57       <artifactId>sdnr-wt-devicemanager-model</artifactId>
58       <version>${project.version}</version>
59     </dependency>
60     <dependency>
61       <groupId>org.onap.ccsdk.features.sdnr.wt</groupId>
62       <artifactId>sdnr-wt-websocketmanager2-model</artifactId>
63       <version>${project.version}</version>
64     </dependency>
65     <dependency>
66       <groupId>${project.groupId}</groupId>
67       <artifactId>sdnr-wt-devicemodel-model</artifactId>
68       <version>${project.version}</version>
69     </dependency>
70     <dependency>
71       <groupId>org.osgi</groupId>
72       <artifactId>org.osgi.core</artifactId>
73       <scope>provided</scope>
74     </dependency>
75 <!--     <dependency> -->
76 <!--       <groupId>org.opendaylight.mdsal</groupId> -->
77 <!--       <artifactId>mdsal-binding-dom-adapter</artifactId> -->
78 <!--     </dependency> -->
79 <!--     <dependency> -->
80 <!--       <groupId>org.opendaylight.mdsal</groupId> -->
81 <!--       <artifactId>mdsal-dom-spi</artifactId> -->
82 <!--     </dependency> -->
83 <!--     <dependency> -->
84 <!--       <groupId>org.opendaylight.controller</groupId> -->
85 <!--       <artifactId>sal-binding-api</artifactId> -->
86 <!--     </dependency> -->
87 <!--     <dependency> -->
88 <!--       <groupId>org.opendaylight.netconf</groupId> -->
89 <!--       <artifactId>sal-netconf-connector</artifactId> -->
90 <!--     </dependency> -->
91 <!--     <dependency> -->
92 <!--       <groupId>org.opendaylight.mdsal</groupId> -->
93 <!--       <artifactId>mdsal-dom-broker</artifactId> -->
94 <!--     </dependency> -->
95     <dependency>
96       <groupId>org.opendaylight.netconf</groupId>
97       <artifactId>sal-netconf-connector</artifactId>
98       <scope>provided</scope>
99     </dependency>
100     <dependency>
101       <groupId>org.json</groupId>
102       <artifactId>json</artifactId>
103     </dependency>
104     <dependency>
105       <groupId>com.typesafe.akka</groupId>
106       <artifactId>akka-actor_2.12</artifactId>
107     </dependency>
108     <dependency>
109       <groupId>com.typesafe.akka</groupId>
110       <artifactId>akka-cluster_2.12</artifactId>
111     </dependency>
112     <dependency>
113       <groupId>org.osgi</groupId>
114       <artifactId>org.osgi.compendium</artifactId>
115     </dependency>
116
117         <!-- Elasticsearch dependencies below should be part of this bundle -->
118         <!-- https://mvnrepository.com/artifact/org.elasticsearch/elasticsearch -->
119         <!-- Includes all implicit dependencies -->
120
121     <dependency>
122       <groupId>org.elasticsearch</groupId>
123       <artifactId>elasticsearch</artifactId>
124       <version>2.2.0</version>
125     </dependency>
126     <dependency>
127       <groupId>com.spatial4j</groupId>
128       <artifactId>spatial4j</artifactId>
129       <version>0.5</version>
130     </dependency>
131     <dependency>
132       <groupId>org.elasticsearch</groupId>
133       <artifactId>securesm</artifactId>
134       <version>1.0</version>
135     </dependency>
136     <dependency>
137       <groupId>com.carrotsearch</groupId>
138       <artifactId>hppc</artifactId>
139       <version>0.7.1</version>
140     </dependency>
141     <dependency>
142       <groupId>joda-time</groupId>
143       <artifactId>joda-time</artifactId>
144       <version>2.8.2</version>
145     </dependency>
146     <dependency>
147       <groupId>org.joda</groupId>
148       <artifactId>joda-convert</artifactId>
149       <version>1.2</version>
150     </dependency>
151     <dependency>
152       <groupId>com.fasterxml.jackson.core</groupId>
153       <artifactId>jackson-core</artifactId>
154       <version>2.6.3</version>
155     </dependency>
156     <dependency>
157       <groupId>com.fasterxml.jackson.core</groupId>
158       <artifactId>jackson-annotations</artifactId>
159       <version>2.6.3</version>
160     </dependency>
161     <dependency>
162       <groupId>com.fasterxml.jackson.core</groupId>
163       <artifactId>jackson-databind</artifactId>
164       <version>2.6.3</version>
165     </dependency>
166     <dependency>
167       <groupId>com.fasterxml.jackson.dataformat</groupId>
168       <artifactId>jackson-dataformat-smile</artifactId>
169       <version>2.6.3</version>
170     </dependency>
171     <dependency>
172       <groupId>com.fasterxml.jackson.dataformat</groupId>
173       <artifactId>jackson-dataformat-yaml</artifactId>
174       <version>2.6.3</version>
175     </dependency>
176     <dependency>
177       <groupId>com.fasterxml.jackson.dataformat</groupId>
178       <artifactId>jackson-dataformat-cbor</artifactId>
179       <version>2.6.3</version>
180     </dependency>
181     <dependency>
182       <groupId>org.yaml</groupId>
183       <artifactId>snakeyaml</artifactId>
184       <version>1.15</version>
185     </dependency>
186     <dependency>
187       <groupId>io.netty</groupId>
188       <artifactId>netty</artifactId>
189       <version>3.10.5.Final</version>
190     </dependency>
191     <dependency>
192       <groupId>com.ning</groupId>
193       <artifactId>compress-lzf</artifactId>
194       <version>1.0.2</version>
195     </dependency>
196     <dependency>
197       <groupId>com.tdunning</groupId>
198       <artifactId>t-digest</artifactId>
199       <version>3.0</version>
200     </dependency>
201     <dependency>
202       <groupId>org.hdrhistogram</groupId>
203       <artifactId>HdrHistogram</artifactId>
204       <version>2.1.6</version>
205     </dependency>
206     <dependency>
207       <groupId>com.twitter</groupId>
208       <artifactId>jsr166e</artifactId>
209       <version>1.1.0</version>
210     </dependency>
211     <dependency>
212       <groupId>org.apache.lucene</groupId>
213       <artifactId>lucene-core</artifactId>
214       <version>5.4.1</version>
215     </dependency>
216     <dependency>
217       <groupId>org.apache.lucene</groupId>
218       <artifactId>lucene-backward-codecs</artifactId>
219       <version>5.4.1</version>
220     </dependency>
221     <dependency>
222       <groupId>org.apache.lucene</groupId>
223       <artifactId>lucene-analyzers-common</artifactId>
224       <version>5.4.1</version>
225     </dependency>
226     <dependency>
227       <groupId>org.apache.lucene</groupId>
228       <artifactId>lucene-queries</artifactId>
229       <version>5.4.1</version>
230     </dependency>
231     <dependency>
232       <groupId>org.apache.lucene</groupId>
233       <artifactId>lucene-memory</artifactId>
234       <version>5.4.1</version>
235     </dependency>
236     <dependency>
237       <groupId>org.apache.lucene</groupId>
238       <artifactId>lucene-highlighter</artifactId>
239       <version>5.4.1</version>
240     </dependency>
241     <dependency>
242       <groupId>org.apache.lucene</groupId>
243       <artifactId>lucene-queryparser</artifactId>
244       <version>5.4.1</version>
245     </dependency>
246     <dependency>
247       <groupId>org.apache.lucene</groupId>
248       <artifactId>lucene-sandbox</artifactId>
249       <version>5.4.1</version>
250     </dependency>
251     <dependency>
252       <groupId>org.apache.lucene</groupId>
253       <artifactId>lucene-suggest</artifactId>
254       <version>5.4.1</version>
255     </dependency>
256     <dependency>
257       <groupId>org.apache.lucene</groupId>
258       <artifactId>lucene-misc</artifactId>
259       <version>5.4.1</version>
260     </dependency>
261     <dependency>
262       <groupId>org.apache.lucene</groupId>
263       <artifactId>lucene-join</artifactId>
264       <version>5.4.1</version>
265     </dependency>
266     <dependency>
267       <groupId>org.apache.lucene</groupId>
268       <artifactId>lucene-grouping</artifactId>
269       <version>5.4.1</version>
270     </dependency>
271     <dependency>
272       <groupId>org.apache.lucene</groupId>
273       <artifactId>lucene-spatial</artifactId>
274       <version>5.4.1</version>
275     </dependency>
276     <dependency>
277       <groupId>org.apache.lucene</groupId>
278       <artifactId>lucene-spatial3d</artifactId>
279       <version>5.4.1</version>
280     </dependency>
281     <dependency>
282       <groupId>jakarta-regexp</groupId>
283       <artifactId>jakarta-regexp</artifactId>
284       <version>1.4</version>
285     </dependency>
286     <dependency>
287       <groupId>commons-collections</groupId>
288       <artifactId>commons-collections</artifactId>
289       <version>3.2.2</version>
290     </dependency>
291     <dependency>
292       <groupId>commons-logging</groupId>
293       <artifactId>commons-logging</artifactId>
294       <version>1.2</version>
295     </dependency>
296     <dependency>
297       <groupId>commons-cli</groupId>
298       <artifactId>commons-cli</artifactId>
299       <version>1.3.1</version>
300     </dependency>
301     <dependency>
302       <groupId>org.apache.commons</groupId>
303       <artifactId>commons-lang3</artifactId>
304       <version>3.4</version>
305     </dependency>
306     <dependency>
307       <groupId>org.elasticsearch.plugin</groupId>
308       <artifactId>delete-by-query</artifactId>
309       <version>2.2.0</version>
310     </dependency>
311   </dependencies>
312   <build>
313     <resources>
314       <resource>
315         <directory>src/main/resources</directory>
316         <filtering>true</filtering>
317       </resource>
318 <!--       <resource> -->
319 <!--         <directory>${project.build.directory}/plugins</directory> -->
320 <!--         <targetPath>elasticsearch/plugins</targetPath> -->
321 <!--       </resource> -->
322     </resources>
323     <plugins>
324 <!--       <plugin> -->
325 <!--         <groupId>org.apache.maven.plugins</groupId> -->
326 <!--         <artifactId>maven-dependency-plugin</artifactId> -->
327 <!--         <executions> -->
328 <!--           <execution> -->
329 <!--             <id>copy-plugin</id> -->
330 <!--             <phase>generate-sources</phase> -->
331 <!--             <goals> -->
332 <!--               <goal>copy</goal> -->
333 <!--             </goals> -->
334 <!--             <configuration> -->
335 <!--               <artifactItems> -->
336 <!--                 <artifactItem> -->
337 <!--                   <groupId>org.elasticsearch.plugin</groupId> -->
338 <!--                   <artifactId>delete-by-query</artifactId> -->
339 <!--                   <version>2.2.0</version> -->
340 <!--                   <type>jar</type> -->
341 <!--                   <overWrite>true</overWrite> -->
342 <!--                   <outputDirectory>${project.build.directory}/plugins/delete-by-query</outputDirectory> -->
343 <!--                 </artifactItem> -->
344 <!--               </artifactItems> -->
345 <!--               <includes>**/*</includes> -->
346 <!--               <overWriteReleases>true</overWriteReleases> -->
347 <!--               <overWriteSnapshots>true</overWriteSnapshots> -->
348 <!--               <excludeTransitive>true</excludeTransitive> -->
349 <!--             </configuration> -->
350 <!--           </execution> -->
351 <!--         </executions> -->
352 <!--       </plugin> -->
353       <plugin>
354         <groupId>org.apache.felix</groupId>
355         <artifactId>maven-bundle-plugin</artifactId>
356         <extensions>true</extensions>
357         <configuration>
358           <instructions>
359             <Import-Package>
360               org.opendaylight.controller.md.sal.binding.api;version="[1.6,2)",
361               org.opendaylight.controller.md.sal.common.api.data;version="[1.6,2)",
362               org.opendaylight.controller.sal.binding.api;version="[1.6,2)",
363               org.opendaylight.yangtools.concepts;version="[2.0,3)",
364               org.opendaylight.yangtools.yang.binding;version="[0.12,1)",
365               org.opendaylight.yangtools.yang.common;version="[2.0,3)",
366               org.osgi.framework,
367               org.osgi.service.blueprint.container,
368               org.slf4j;version="[1.7,2)",
369               org.slf4j.spi;version="[1.7,2)",
370               com.typesafe.config;version= "[1.3,2)",
371               org.json,
372               javax.annotation,
373               javax.net.ssl,
374               javax.xml.bind,
375               javax.xml.bind.annotation,
376               org.apache.commons.lang3.exception,
377
378               com.github.mustachejava;resolution:=optional,
379               com.sun.jna;resolution:=optional,
380               com.sun.jna.ptr;resolution:=optional,
381               com.sun.jna.win32;resolution:=optional,
382               com.vividsolutions.jts.algorithm;resolution:=optional,
383               com.vividsolutions.jts.geom;resolution:=optional,
384               com.vividsolutions.jts.geom.impl;resolution:=optional,
385               com.vividsolutions.jts.geom.prep;resolution:=optional,
386               com.vividsolutions.jts.io;resolution:=optional,
387               com.vividsolutions.jts.operation.union;resolution:=optional,
388               com.vividsolutions.jts.operation.valid;resolution:=optional,
389               com.vividsolutions.jts.util;resolution:=optional,
390               org.apache.log;
391               org.apache.log4j.helpers;resolution:=optional;version="[1.2,2)",
392               org.noggit;resolution:=optional,
393
394               com.google.common.base;version="[23.6,24)",
395               com.google.common.cache;version="[23.6,24)",
396               com.google.common.collect;version="[23.6,24)",
397               com.google.common.hash;version="[23.6,24)",
398               com.google.common.io;version="[23.6,24)",
399               com.google.common.math;version="[23.6,24)",
400               com.google.common.net;version="[23.6,24)",
401               com.google.common.primitives;version="[23.6,24)",
402               com.google.common.util.concurrent;version="[23.6,24)",
403
404               org.jboss.netty.bootstrap;version="[3.10,4)",
405               org.jboss.netty.buffer;version="[3.10,4)",
406               org.jboss.netty.channel;version="[3.10,4)",
407               org.jboss.netty.channel.socket.nio;version="[3.10,4)",
408               org.jboss.netty.channel.socket.oio;version="[3.10,4)",
409               org.jboss.netty.handler.codec.embedder;version="[3.10,4)",
410               org.jboss.netty.handler.codec.frame;version="[3.10,4)",
411               org.jboss.netty.handler.codec.http;version="[3.10,4)",
412               org.jboss.netty.handler.timeout;version="[3.10,4)",
413               org.jboss.netty.logging;version="[3.10,4)",
414               org.jboss.netty.util;version="[3.10,4)",
415
416               org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.websocketmanager.rev150105,
417               org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.netconf.notification._1._0.rev080714;version="[1.4,2)",
418               org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.ptp.dataset.rev170208;version="[0.3,1)",
419               org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.ptp.dataset.rev170208.port.ds.entry;version="[0.3,1)",
420               org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715;version="[2013.7,2014)",
421               org.opendaylight.yang.gen.v1.urn.onf.params.xml.ns.yang.core.model.rev170320;version="[0.3,1)",
422               org.opendaylight.yang.gen.v1.urn.onf.params.xml.ns.yang.core.model.rev170320.equipment.g;version="[0.3,1)",
423               org.opendaylight.yang.gen.v1.urn.onf.params.xml.ns.yang.core.model.rev170320.extension.g;version="[0.3,1)",
424               org.opendaylight.yang.gen.v1.urn.onf.params.xml.ns.yang.core.model.rev170320.logical.termination.point.g;version="[0.3,1)",
425               org.opendaylight.yang.gen.v1.urn.onf.params.xml.ns.yang.core.model.rev170320.manufactured.thing.g;version="[0.3,1)",
426               org.opendaylight.yang.gen.v1.urn.onf.params.xml.ns.yang.core.model.rev170320.network.element;version="[0.3,1)",
427               org.opendaylight.yang.gen.v1.urn.onf.params.xml.ns.yang.g._874._1.model.rev170320;version="[0.3,1)",
428               org.opendaylight.yang.gen.v1.urn.onf.params.xml.ns.yang.microwave.model.rev170324;version="[0.3,1)",
429               org.opendaylight.yang.gen.v1.urn.onf.params.xml.ns.yang.microwave.model.rev170324.air._interface.historical.performance.type.g;version="[0.3,1)",
430               org.opendaylight.yang.gen.v1.urn.onf.params.xml.ns.yang.microwave.model.rev170324.container.historical.performance.type.g;version="[0.3,1)",
431               org.opendaylight.yang.gen.v1.urn.onf.params.xml.ns.yang.microwave.model.rev170324.mw.air._interface.diversity.pac;version="[0.3,1)",
432               org.opendaylight.yang.gen.v1.urn.onf.params.xml.ns.yang.microwave.model.rev170324.mw.air._interface.pac;version="[0.3,1)",
433               org.opendaylight.yang.gen.v1.urn.onf.params.xml.ns.yang.microwave.model.rev170324.mw.ethernet.container.pac;version="[0.3,1)",
434               org.opendaylight.yang.gen.v1.urn.onf.params.xml.ns.yang.microwave.model.rev170324.mw.hybrid.mw.structure.pac;version="[0.3,1)",
435               org.opendaylight.yang.gen.v1.urn.onf.params.xml.ns.yang.microwave.model.rev170324.mw.pure.ethernet.structure.pac;version="[0.3,1)",
436               org.opendaylight.yang.gen.v1.urn.onf.params.xml.ns.yang.microwave.model.rev170324.mw.tdm.container.pac;version="[0.3,1)",
437               org.opendaylight.yang.gen.v1.urn.onf.params.xml.ns.yang.microwave.model.rev180907;version="[0.3,1)",
438               org.opendaylight.yang.gen.v1.urn.onf.params.xml.ns.yang.microwave.model.rev180907.air._interface.historical.performance.type.g;version="[0.3,1)",
439               org.opendaylight.yang.gen.v1.urn.onf.params.xml.ns.yang.microwave.model.rev180907.container.historical.performance.type.g;version="[0.3,1)",
440               org.opendaylight.yang.gen.v1.urn.onf.params.xml.ns.yang.microwave.model.rev180907.mw.air._interface.diversity.pac;version="[0.3,1)",
441               org.opendaylight.yang.gen.v1.urn.onf.params.xml.ns.yang.microwave.model.rev180907.mw.air._interface.pac;version="[0.3,1)",
442               org.opendaylight.yang.gen.v1.urn.onf.params.xml.ns.yang.microwave.model.rev180907.mw.ethernet.container.pac;version="[0.3,1)",
443               org.opendaylight.yang.gen.v1.urn.onf.params.xml.ns.yang.microwave.model.rev180907.mw.hybrid.mw.structure.pac;version="[0.3,1)",
444               org.opendaylight.yang.gen.v1.urn.onf.params.xml.ns.yang.microwave.model.rev180907.mw.pure.ethernet.structure.pac;version="[0.3,1)",
445               org.opendaylight.yang.gen.v1.urn.onf.params.xml.ns.yang.microwave.model.rev180907.mw.tdm.container.pac;version="[0.3,1)",
446               org.opendaylight.yang.gen.v1.urn.onf.params.xml.ns.yang.microwave.model.rev181010;version="[0.3,1)",
447               org.opendaylight.yang.gen.v1.urn.onf.params.xml.ns.yang.microwave.model.rev181010.air._interface.historical.performance.type.g;version="[0.3,1)",
448               org.opendaylight.yang.gen.v1.urn.onf.params.xml.ns.yang.microwave.model.rev181010.container.historical.performance.type.g;version="[0.3,1)",
449               org.opendaylight.yang.gen.v1.urn.onf.params.xml.ns.yang.microwave.model.rev181010.mw.air._interface.diversity.pac;version="[0.3,1)",
450               org.opendaylight.yang.gen.v1.urn.onf.params.xml.ns.yang.microwave.model.rev181010.mw.air._interface.pac;version="[0.3,1)",
451               org.opendaylight.yang.gen.v1.urn.onf.params.xml.ns.yang.microwave.model.rev181010.mw.ethernet.container.pac;version="[0.3,1)",
452               org.opendaylight.yang.gen.v1.urn.onf.params.xml.ns.yang.microwave.model.rev181010.mw.hybrid.mw.structure.pac;version="[0.3,1)",
453               org.opendaylight.yang.gen.v1.urn.onf.params.xml.ns.yang.microwave.model.rev181010.mw.pure.ethernet.structure.pac;version="[0.3,1)",
454               org.opendaylight.yang.gen.v1.urn.onf.params.xml.ns.yang.microwave.model.rev181010.mw.tdm.container.pac;version="[0.3,1)",
455               org.opendaylight.yang.gen.v1.urn.onf.params.xml.ns.yang.onf.core.model.conditional.packages.rev170402;version="[0.3,1)",
456               org.opendaylight.yang.gen.v1.urn.onf.params.xml.ns.yang.onf.core.model.conditional.packages.rev170402.equipment.pac;version="[0.3,1)",
457               org.opendaylight.yang.gen.v1.urn.onf.params.xml.ns.yang.onf.core.model.conditional.packages.rev170402.network.element.current.problems.g;version="[0.3,1)",
458               org.opendaylight.yang.gen.v1.urn.onf.params.xml.ns.yang.onf.core.model.conditional.packages.rev170402.network.element.pac;version="[0.3,1)",
459               org.opendaylight.yang.gen.v1.urn.opendaylight.netconf.node.topology.rev150114;version="[1.7,2)",
460               org.opendaylight.yang.gen.v1.urn.opendaylight.netconf.node.topology.rev150114.netconf.node.connection.status;version="[1.7,2)",
461               org.opendaylight.yang.gen.v1.urn.opendaylight.netconf.node.topology.rev150114.network.topology.topology.topology.types;version="[1.7,2)",
462               org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.devicemanager.rev190109;version="[0.3,1)",
463               org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.devicemanager.rev190109.maintenance.mode.g;version="[0.3,1)",
464               org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.devicemanager.rev190109.maintenance.mode.g.filter;version="[0.3,1)",
465               org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.devicemanager.rev190109.show.required.network.element.output;version="[0.3,1)",
466               org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021;version="[2013.10,2014)",
467               org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology;version="[2013.10,2014)",
468               org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology;version="[2013.10,2014)"
469             </Import-Package>
470             <Embed-Dependency>jackson*,ela*,delete-by-query,joda*,Hdr*,lucene*,
471               hppc,jsr166e,t-digest,snakeyaml,securesm,spatial4j,compress-lzf,commons-cli,jakarta-regexp,
472               commons-lang3,commons-collections,commons-logging,commons-beanutils</Embed-Dependency>
473             <Include-Resource>{maven-resources},{maven-dependencies},META-INF/git.properties=-target/classes/META-INF/git.properties</Include-Resource>
474             <Embed-Transitive>true</Embed-Transitive>
475             <Export-Package>org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.devicemanager.*</Export-Package>
476           </instructions>
477         </configuration>
478       </plugin>
479     </plugins>
480   </build>
481 </project>
482