4ee1330b54fce9223cf896100ce4a6ff93e8347c
[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.mdsal</groupId>
15     <artifactId>binding-parent</artifactId>
16     <version>0.12.0-SNAPSHOT</version>
17     <relativePath/>
18   </parent>
19
20   <groupId>org.opendaylight.netconf</groupId>
21   <artifactId>restconf-nb-rfc8040</artifactId>
22   <version>1.7.0-SNAPSHOT</version>
23   <packaging>bundle</packaging>
24
25   <dependencyManagement>
26     <dependencies>
27       <dependency>
28         <groupId>org.opendaylight.netconf</groupId>
29         <artifactId>netconf-parent</artifactId>
30         <version>1.4.0-SNAPSHOT</version>
31         <type>pom</type>
32         <scope>import</scope>
33       </dependency>
34       <dependency>
35         <groupId>org.opendaylight.aaa</groupId>
36         <artifactId>aaa-artifacts</artifactId>
37         <version>0.7.0-SNAPSHOT</version>
38         <type>pom</type>
39         <scope>import</scope>
40       </dependency>
41       <dependency>
42         <groupId>org.opendaylight.controller</groupId>
43         <artifactId>config-artifacts</artifactId>
44         <version>0.8.0-SNAPSHOT</version>
45         <type>pom</type>
46         <scope>import</scope>
47       </dependency>
48       <dependency>
49         <groupId>org.opendaylight.controller</groupId>
50         <artifactId>mdsal-artifacts</artifactId>
51         <version>1.7.0-SNAPSHOT</version>
52         <type>pom</type>
53         <scope>import</scope>
54       </dependency>
55       <dependency>
56         <groupId>org.glassfish.jersey.test-framework.providers</groupId>
57         <artifactId>jersey-test-framework-provider-grizzly2</artifactId>
58         <version>2.6</version>
59       </dependency>
60     </dependencies>
61   </dependencyManagement>
62
63   <dependencies>
64     <dependency>
65       <groupId>org.opendaylight.netconf</groupId>
66       <artifactId>restconf-common-models</artifactId>
67       <version>${project.version}</version>
68     </dependency>
69     <dependency>
70       <groupId>org.opendaylight.netconf</groupId>
71       <artifactId>restconf-common</artifactId>
72       <version>${project.version}</version>
73     </dependency>
74     <dependency>
75       <groupId>org.opendaylight.netconf</groupId>
76       <artifactId>ietf-yang-library</artifactId>
77       <version>${project.version}</version>
78     </dependency>
79
80     <dependency>
81       <groupId>org.opendaylight.yangtools</groupId>
82       <artifactId>yang-data-api</artifactId>
83     </dependency>
84     <dependency>
85       <groupId>org.opendaylight.yangtools</groupId>
86       <artifactId>yang-data-impl</artifactId>
87     </dependency>
88     <dependency>
89       <groupId>org.opendaylight.yangtools</groupId>
90       <artifactId>yang-parser-impl</artifactId>
91     </dependency>
92     <dependency>
93       <groupId>org.opendaylight.yangtools</groupId>
94       <artifactId>yang-model-util</artifactId>
95     </dependency>
96     <dependency>
97       <groupId>org.opendaylight.yangtools</groupId>
98       <artifactId>yang-data-codec-xml</artifactId>
99     </dependency>
100     <dependency>
101       <groupId>org.opendaylight.yangtools</groupId>
102       <artifactId>yang-data-codec-gson</artifactId>
103     </dependency>
104     <dependency>
105       <groupId>org.opendaylight.yangtools</groupId>
106       <artifactId>yang-test-util</artifactId>
107     </dependency>
108
109     <dependency>
110       <groupId>org.opendaylight.mdsal.model</groupId>
111       <artifactId>ietf-yang-types-20130715</artifactId>
112     </dependency>
113
114     <dependency>
115       <groupId>org.opendaylight.controller</groupId>
116       <artifactId>sal-core-spi</artifactId>
117     </dependency>
118     <dependency>
119       <groupId>org.opendaylight.controller</groupId>
120       <artifactId>sal-common-impl</artifactId>
121     </dependency>
122     <dependency>
123       <groupId>org.opendaylight.controller</groupId>
124       <artifactId>sal-common-util</artifactId>
125     </dependency>
126     <dependency>
127       <groupId>org.opendaylight.controller</groupId>
128       <artifactId>sal-broker-impl</artifactId>
129     </dependency>
130
131     <dependency>
132       <groupId>io.netty</groupId>
133       <artifactId>netty-codec-http</artifactId>
134     </dependency>
135
136     <dependency>
137       <groupId>org.jboss.resteasy</groupId>
138       <artifactId>jaxrs-api</artifactId>
139       <scope>provided</scope>
140     </dependency>
141
142     <dependency>
143       <groupId>com.fasterxml.jackson.dataformat</groupId>
144       <artifactId>jackson-dataformat-xml</artifactId>
145     </dependency>
146
147     <dependency>
148       <groupId>org.apache.commons</groupId>
149       <artifactId>commons-lang3</artifactId>
150       <version>3.0</version>
151     </dependency>
152
153     <!-- Testing Dependencies -->
154     <dependency>
155       <groupId>org.glassfish.jersey.test-framework.providers</groupId>
156       <artifactId>jersey-test-framework-provider-grizzly2</artifactId>
157       <scope>test</scope>
158     </dependency>
159     <dependency>
160       <groupId>org.mockito</groupId>
161       <artifactId>mockito-core</artifactId>
162       <scope>test</scope>
163     </dependency>
164     <dependency>
165       <groupId>org.glassfish.jersey.bundles.repackaged</groupId>
166       <artifactId>jersey-guava</artifactId>
167       <version>2.6</version>
168       <scope>test</scope>
169     </dependency>
170   </dependencies>
171
172   <build>
173     <plugins>
174       <plugin>
175         <groupId>org.apache.maven.plugins</groupId>
176         <artifactId>maven-surefire-plugin</artifactId>
177         <configuration>
178           <classpathDependencyExcludes>
179             <!-- Removes com.sun.jersey from testing classpath so there is no conflict with org.glassfish.jersey -->
180             <classpathDependencyExclude>com.sun.jersey</classpathDependencyExclude>
181           </classpathDependencyExcludes>
182         </configuration>
183       </plugin>
184       <plugin>
185         <groupId>org.apache.maven.plugins</groupId>
186         <artifactId>maven-checkstyle-plugin</artifactId>
187         <configuration>
188           <propertyExpansion>checkstyle.violationSeverity=error</propertyExpansion>
189         </configuration>
190       </plugin>
191     </plugins>
192   </build>
193 </project>