0502261c826887eefe99c6e9127eb366fb7173d5
[netconf.git] / restconf / restconf-nb-bierman02 / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3  Copyright (c) 2016 Cisco Systems, Inc. and others.  All rights reserved.
4
5  This program and the accompanying materials are made available under the
6  terms of the Eclipse Public License v1.0 which accompanies this distribution,
7  and is available at http://www.eclipse.org/legal/epl-v10.html
8 -->
9 <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">
10   <modelVersion>4.0.0</modelVersion>
11   <parent>
12     <groupId>org.opendaylight.netconf</groupId>
13     <artifactId>restconf-parent</artifactId>
14     <version>1.9.3-SNAPSHOT</version>
15     <relativePath>../restconf-parent</relativePath>
16   </parent>
17
18   <groupId>org.opendaylight.netconf</groupId>
19   <artifactId>restconf-nb-bierman02</artifactId>
20   <version>1.9.3-SNAPSHOT</version>
21   <packaging>bundle</packaging>
22
23   <dependencies>
24     <dependency>
25       <groupId>org.opendaylight.netconf</groupId>
26       <artifactId>restconf-common-models</artifactId>
27     </dependency>
28     <dependency>
29       <groupId>org.opendaylight.netconf</groupId>
30       <artifactId>restconf-common</artifactId>
31     </dependency>
32     <dependency>
33       <groupId>org.glassfish.jersey.bundles.repackaged</groupId>
34       <artifactId>jersey-guava</artifactId>
35       <scope>test</scope>
36     </dependency>
37     <dependency>
38       <groupId>org.opendaylight.mdsal</groupId>
39       <artifactId>mdsal-dom-api</artifactId>
40     </dependency>
41     <dependency>
42       <groupId>org.opendaylight.mdsal</groupId>
43       <artifactId>mdsal-dom-spi</artifactId>
44     </dependency>
45     <dependency>
46       <groupId>com.google.code.gson</groupId>
47       <artifactId>gson</artifactId>
48     </dependency>
49     <dependency>
50       <groupId>io.netty</groupId>
51       <artifactId>netty-codec-http</artifactId>
52     </dependency>
53     <dependency>
54       <groupId>org.opendaylight.controller</groupId>
55       <artifactId>sal-common-util</artifactId>
56     </dependency>
57     <dependency>
58       <groupId>org.opendaylight.controller</groupId>
59       <artifactId>sal-common-impl</artifactId>
60     </dependency>
61     <dependency>
62       <groupId>org.opendaylight.yangtools</groupId>
63       <artifactId>yang-data-api</artifactId>
64     </dependency>
65     <dependency>
66       <groupId>org.opendaylight.yangtools</groupId>
67       <artifactId>yang-data-impl</artifactId>
68     </dependency>
69     <dependency>
70       <groupId>org.opendaylight.yangtools</groupId>
71       <artifactId>yang-model-util</artifactId>
72     </dependency>
73     <dependency>
74       <groupId>org.opendaylight.yangtools</groupId>
75       <artifactId>yang-parser-impl</artifactId>
76     </dependency>
77     <dependency>
78       <groupId>org.opendaylight.yangtools</groupId>
79       <artifactId>yang-test-util</artifactId>
80     </dependency>
81     <dependency>
82       <groupId>org.opendaylight.mdsal.model</groupId>
83       <artifactId>ietf-restconf</artifactId>
84     </dependency>
85     <dependency>
86       <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
87       <artifactId>rfc6991</artifactId>
88     </dependency>
89     <dependency>
90       <groupId>org.slf4j</groupId>
91       <artifactId>slf4j-api</artifactId>
92     </dependency>
93     <dependency>
94       <groupId>org.opendaylight.yangtools</groupId>
95       <artifactId>yang-data-codec-gson</artifactId>
96     </dependency>
97     <dependency>
98       <groupId>org.opendaylight.yangtools</groupId>
99       <artifactId>yang-data-codec-xml</artifactId>
100     </dependency>
101     <dependency>
102       <groupId>org.opendaylight.yangtools</groupId>
103       <artifactId>yang-model-export</artifactId>
104     </dependency>
105     <dependency>
106       <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
107       <artifactId>rfc7895</artifactId>
108     </dependency>
109     <dependency>
110       <groupId>org.opendaylight.netconf</groupId>
111       <artifactId>ietf-restconf-monitoring</artifactId>
112     </dependency>
113     <dependency>
114       <groupId>org.opendaylight.netconf</groupId>
115       <artifactId>ietf-restconf</artifactId>
116     </dependency>
117     <dependency>
118       <groupId>org.opendaylight.netconf</groupId>
119       <artifactId>netconf-util</artifactId>
120     </dependency>
121     <dependency>
122       <groupId>net.java.dev.stax-utils</groupId>
123       <artifactId>stax-utils</artifactId>
124       <exclusions>
125         <exclusion>
126           <!-- JSR173 ships with JRE by default -->
127           <groupId>com.bea.xml</groupId>
128           <artifactId>jsr173-ri</artifactId>
129         </exclusion>
130       </exclusions>
131     </dependency>
132     <dependency>
133       <groupId>org.json</groupId>
134       <artifactId>json</artifactId>
135     </dependency>
136     <dependency>
137       <groupId>ch.qos.logback</groupId>
138       <artifactId>logback-classic</artifactId>
139       <scope>test</scope>
140     </dependency>
141     <dependency>
142       <groupId>org.opendaylight.aaa.web</groupId>
143       <artifactId>web-api</artifactId>
144     </dependency>
145     <dependency>
146       <groupId>org.opendaylight.aaa.web</groupId>
147       <artifactId>servlet-api</artifactId>
148     </dependency>
149     <dependency>
150       <groupId>org.opendaylight.aaa</groupId>
151       <artifactId>aaa-filterchain</artifactId>
152     </dependency>
153     <dependency>
154       <groupId>org.eclipse.jetty</groupId>
155       <artifactId>jetty-servlets</artifactId>
156     </dependency>
157
158     <!-- Testing Dependencies -->
159     <dependency>
160       <groupId>org.glassfish.jersey.test-framework.providers</groupId>
161       <artifactId>jersey-test-framework-provider-grizzly2</artifactId>
162       <scope>test</scope>
163     </dependency>
164     <dependency>
165       <groupId>org.hamcrest</groupId>
166       <artifactId>hamcrest-core</artifactId>
167     </dependency>
168     <dependency>
169       <groupId>org.opendaylight.aaa</groupId>
170       <artifactId>aaa-shiro-api</artifactId>
171     </dependency>
172     <dependency>
173       <groupId>org.opendaylight.yangtools</groupId>
174       <artifactId>testutils</artifactId>
175       <scope>test</scope>
176     </dependency>
177     <dependency>
178       <groupId>org.opendaylight.mdsal</groupId>
179       <artifactId>mdsal-binding-dom-adapter</artifactId>
180       <scope>test</scope>
181     </dependency>
182     <dependency>
183       <groupId>org.opendaylight.mdsal</groupId>
184       <artifactId>mdsal-binding-dom-adapter</artifactId>
185       <type>test-jar</type>
186       <scope>test</scope>
187     </dependency>
188     <dependency>
189       <groupId>com.google.guava</groupId>
190       <artifactId>guava-testlib</artifactId>
191     </dependency>
192     <dependency>
193       <groupId>org.skyscreamer</groupId>
194       <artifactId>jsonassert</artifactId>
195     </dependency>
196   </dependencies>
197
198   <build>
199     <plugins>
200       <plugin>
201         <groupId>org.apache.felix</groupId>
202         <artifactId>maven-bundle-plugin</artifactId>
203         <extensions>true</extensions>
204         <configuration>
205           <instructions>
206             <Bundle-Name>MD SAL Restconf Connector</Bundle-Name>
207             <Private-Package>org.opendaylight.netconf.sal.rest.*,
208               org.opendaylight.netconf.sal.restconf.rpc.*,
209               org.opendaylight.netconf.sal.restconf.impl.*,
210               org.opendaylight.netconf.md.sal.rest.common.*,
211               org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.rest.connector.rev140724.*,
212             </Private-Package>
213           </instructions>
214         </configuration>
215       </plugin>
216     </plugins>
217   </build>
218
219   <scm>
220     <connection>scm:git:ssh://git.opendaylight.org:29418/netconf.git</connection>
221     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/netconf.git</developerConnection>
222     <tag>HEAD</tag>
223     <url>https://git.opendaylight.org/gerrit/gitweb?p=netconf.git;a=summary</url>
224   </scm>
225 </project>