a5b2060633dd38cb82202087d2e0213b1e09709c
[netconf.git] / restconf / restconf-nb-rfc8040 / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3  Copyright (c) 2017 Pantheon Technologies s.r.o. 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"
10          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
11          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
12   <modelVersion>4.0.0</modelVersion>
13   <parent>
14     <groupId>org.opendaylight.netconf</groupId>
15     <artifactId>restconf-binding-parent</artifactId>
16     <version>1.8.0-SNAPSHOT</version>
17     <relativePath>../restconf-binding-parent</relativePath>
18   </parent>
19
20   <groupId>org.opendaylight.netconf</groupId>
21   <artifactId>restconf-nb-rfc8040</artifactId>
22   <version>1.8.0-SNAPSHOT</version>
23   <packaging>bundle</packaging>
24
25   <dependencies>
26     <dependency>
27       <groupId>org.opendaylight.netconf</groupId>
28       <artifactId>restconf-common-models</artifactId>
29       <version>${project.version}</version>
30     </dependency>
31     <dependency>
32       <groupId>org.opendaylight.netconf</groupId>
33       <artifactId>restconf-common</artifactId>
34       <version>${project.version}</version>
35     </dependency>
36     <dependency>
37       <groupId>org.opendaylight.netconf</groupId>
38       <artifactId>ietf-yang-library</artifactId>
39       <version>${project.version}</version>
40     </dependency>
41
42     <dependency>
43       <groupId>org.opendaylight.yangtools</groupId>
44       <artifactId>yang-data-api</artifactId>
45     </dependency>
46     <dependency>
47       <groupId>org.opendaylight.yangtools</groupId>
48       <artifactId>yang-data-impl</artifactId>
49     </dependency>
50     <dependency>
51       <groupId>org.opendaylight.yangtools</groupId>
52       <artifactId>yang-parser-impl</artifactId>
53     </dependency>
54     <dependency>
55       <groupId>org.opendaylight.yangtools</groupId>
56       <artifactId>yang-model-util</artifactId>
57     </dependency>
58     <dependency>
59       <groupId>org.opendaylight.yangtools</groupId>
60       <artifactId>yang-data-codec-xml</artifactId>
61     </dependency>
62     <dependency>
63       <groupId>org.opendaylight.yangtools</groupId>
64       <artifactId>yang-data-codec-gson</artifactId>
65     </dependency>
66     <dependency>
67       <groupId>org.opendaylight.yangtools</groupId>
68       <artifactId>yang-test-util</artifactId>
69     </dependency>
70     <dependency>
71       <groupId>org.opendaylight.yangtools</groupId>
72       <artifactId>yang-model-export</artifactId>
73     </dependency>
74
75     <dependency>
76       <groupId>org.opendaylight.mdsal.model</groupId>
77       <artifactId>ietf-yang-types-20130715</artifactId>
78     </dependency>
79
80     <dependency>
81       <groupId>org.opendaylight.controller</groupId>
82       <artifactId>sal-core-spi</artifactId>
83     </dependency>
84     <dependency>
85       <groupId>org.opendaylight.controller</groupId>
86       <artifactId>sal-common-impl</artifactId>
87     </dependency>
88     <dependency>
89       <groupId>org.opendaylight.controller</groupId>
90       <artifactId>sal-common-util</artifactId>
91     </dependency>
92     <dependency>
93       <groupId>org.opendaylight.controller</groupId>
94       <artifactId>sal-broker-impl</artifactId>
95     </dependency>
96
97     <dependency>
98       <groupId>io.netty</groupId>
99       <artifactId>netty-codec-http</artifactId>
100     </dependency>
101
102     <dependency>
103       <groupId>org.jboss.resteasy</groupId>
104       <artifactId>jaxrs-api</artifactId>
105       <scope>provided</scope>
106     </dependency>
107
108     <dependency>
109       <groupId>com.fasterxml.jackson.dataformat</groupId>
110       <artifactId>jackson-dataformat-xml</artifactId>
111     </dependency>
112
113     <dependency>
114       <groupId>org.apache.commons</groupId>
115       <artifactId>commons-lang3</artifactId>
116       <version>3.0</version>
117     </dependency>
118
119     <dependency>
120       <groupId>net.java.dev.stax-utils</groupId>
121       <artifactId>stax-utils</artifactId>
122     </dependency>
123
124     <dependency>
125       <groupId>org.opendaylight.aaa</groupId>
126       <artifactId>aaa-shiro-api</artifactId>
127     </dependency>
128
129     <!-- Testing Dependencies -->
130     <dependency>
131       <groupId>org.glassfish.jersey.test-framework.providers</groupId>
132       <artifactId>jersey-test-framework-provider-grizzly2</artifactId>
133       <scope>test</scope>
134     </dependency>
135     <dependency>
136       <groupId>org.mockito</groupId>
137       <artifactId>mockito-core</artifactId>
138       <scope>test</scope>
139     </dependency>
140     <dependency>
141       <groupId>org.glassfish.jersey.bundles.repackaged</groupId>
142       <artifactId>jersey-guava</artifactId>
143       <version>2.6</version>
144       <scope>test</scope>
145     </dependency>
146   </dependencies>
147
148   <build>
149     <plugins>
150       <plugin>
151         <groupId>org.apache.felix</groupId>
152         <artifactId>maven-bundle-plugin</artifactId>
153         <extensions>true</extensions>
154         <configuration>
155           <instructions>
156             <Bundle-Name>MD SAL Restconf Connector</Bundle-Name>
157             <Import-Package>
158               *,
159               com.sun.jersey.spi.container.servlet,
160               org.eclipse.jetty.servlets,
161               org.opendaylight.aaa.shiro.filters,
162               org.opendaylight.aaa.shiro.realm,
163               org.opendaylight.aaa.shiro.web.env,
164               org.opendaylight.aaa.filterchain.filters,
165               org.opendaylight.aaa.api,
166               org.apache.shiro.web.env
167             </Import-Package>
168             <Web-ContextPath>/rests</Web-ContextPath>
169           </instructions>
170         </configuration>
171       </plugin>
172     </plugins>
173   </build>
174 </project>