Release mdsal
[mdsal.git] / binding / mdsal-binding-dom-adapter / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=4 tabstop=4: -->
3 <!--
4  Copyright (c) 2013 Cisco Systems, Inc. and others.  All rights reserved.
5
6  This program and the accompanying materials are made available under the
7  terms of the Eclipse Public License v1.0 which accompanies this distribution,
8  and is available at http://www.eclipse.org/legal/epl-v10.html
9 -->
10 <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">
11     <modelVersion>4.0.0</modelVersion>
12     <parent>
13         <groupId>org.opendaylight.mdsal</groupId>
14         <artifactId>bundle-parent</artifactId>
15         <version>13.0.1</version>
16         <relativePath>../../bundle-parent</relativePath>
17     </parent>
18
19     <artifactId>mdsal-binding-dom-adapter</artifactId>
20     <packaging>bundle</packaging>
21
22     <properties>
23         <!-- FIXME: fix these up and set maven.javadoc.failOnWarnings=true -->
24         <doclint>all,-missing</doclint>
25     </properties>
26
27     <dependencies>
28         <dependency>
29             <groupId>com.github.spotbugs</groupId>
30             <artifactId>spotbugs-annotations</artifactId>
31             <optional>true</optional>
32         </dependency>
33         <dependency>
34             <groupId>com.google.guava</groupId>
35             <artifactId>guava</artifactId>
36         </dependency>
37         <dependency>
38             <groupId>com.guicedee.services</groupId>
39             <artifactId>javax.inject</artifactId>
40             <optional>true</optional>
41         </dependency>
42         <dependency>
43             <groupId>org.eclipse.jdt</groupId>
44             <artifactId>org.eclipse.jdt.annotation</artifactId>
45         </dependency>
46         <dependency>
47             <groupId>org.gaul</groupId>
48             <artifactId>modernizer-maven-annotations</artifactId>
49         </dependency>
50         <dependency>
51             <groupId>org.kohsuke.metainf-services</groupId>
52             <artifactId>metainf-services</artifactId>
53             <optional>true</optional>
54         </dependency>
55         <dependency>
56             <groupId>org.opendaylight.yangtools</groupId>
57             <artifactId>concepts</artifactId>
58         </dependency>
59         <dependency>
60             <groupId>org.opendaylight.yangtools</groupId>
61             <artifactId>util</artifactId>
62         </dependency>
63         <dependency>
64             <groupId>org.opendaylight.yangtools</groupId>
65             <artifactId>yang-common</artifactId>
66         </dependency>
67         <dependency>
68             <groupId>org.opendaylight.yangtools</groupId>
69             <artifactId>yang-data-api</artifactId>
70         </dependency>
71         <dependency>
72             <groupId>org.opendaylight.yangtools</groupId>
73             <artifactId>yang-data-impl</artifactId>
74         </dependency>
75         <dependency>
76             <groupId>org.opendaylight.yangtools</groupId>
77             <artifactId>yang-data-tree-api</artifactId>
78         </dependency>
79         <dependency>
80             <groupId>org.opendaylight.yangtools</groupId>
81             <artifactId>yang-model-api</artifactId>
82         </dependency>
83         <dependency>
84             <groupId>org.opendaylight.yangtools</groupId>
85             <artifactId>yang-model-util</artifactId>
86         </dependency>
87         <dependency>
88             <groupId>org.opendaylight.mdsal</groupId>
89             <artifactId>mdsal-binding-api</artifactId>
90         </dependency>
91         <dependency>
92             <groupId>org.opendaylight.mdsal</groupId>
93             <artifactId>mdsal-binding-dom-codec-api</artifactId>
94         </dependency>
95         <dependency>
96             <groupId>org.opendaylight.mdsal</groupId>
97             <artifactId>mdsal-binding-dom-codec-spi</artifactId>
98         </dependency>
99         <dependency>
100             <groupId>org.opendaylight.mdsal</groupId>
101             <artifactId>mdsal-binding-model-api</artifactId>
102         </dependency>
103         <dependency>
104             <groupId>org.opendaylight.mdsal</groupId>
105             <artifactId>mdsal-binding-runtime-api</artifactId>
106         </dependency>
107         <dependency>
108             <groupId>org.opendaylight.mdsal</groupId>
109             <artifactId>mdsal-binding-spec-util</artifactId>
110         </dependency>
111         <dependency>
112             <groupId>org.opendaylight.mdsal</groupId>
113             <artifactId>mdsal-common-api</artifactId>
114         </dependency>
115         <dependency>
116             <groupId>org.opendaylight.mdsal</groupId>
117             <artifactId>mdsal-dom-api</artifactId>
118         </dependency>
119         <dependency>
120             <groupId>org.opendaylight.mdsal</groupId>
121             <artifactId>mdsal-dom-spi</artifactId>
122         </dependency>
123         <dependency>
124             <groupId>org.opendaylight.mdsal</groupId>
125             <artifactId>yang-binding</artifactId>
126         </dependency>
127         <dependency>
128             <groupId>org.osgi</groupId>
129             <artifactId>org.osgi.annotation.versioning</artifactId>
130         </dependency>
131         <dependency>
132             <groupId>org.osgi</groupId>
133             <artifactId>org.osgi.framework</artifactId>
134         </dependency>
135         <dependency>
136             <groupId>org.osgi</groupId>
137             <artifactId>org.osgi.service.component</artifactId>
138         </dependency>
139         <dependency>
140             <groupId>org.osgi</groupId>
141             <artifactId>org.osgi.service.component.annotations</artifactId>
142         </dependency>
143         <dependency>
144             <groupId>org.osgi</groupId>
145             <artifactId>org.osgi.util.tracker</artifactId>
146         </dependency>
147
148         <dependency>
149             <groupId>org.opendaylight.mdsal</groupId>
150             <artifactId>mdsal-binding-dom-codec</artifactId>
151             <scope>test</scope>
152         </dependency>
153         <dependency>
154             <groupId>org.opendaylight.mdsal</groupId>
155             <artifactId>mdsal-binding-generator</artifactId>
156             <scope>test</scope>
157         </dependency>
158         <dependency>
159             <groupId>org.opendaylight.mdsal</groupId>
160             <artifactId>mdsal-binding-runtime-spi</artifactId>
161             <scope>test</scope>
162         </dependency>
163         <dependency>
164             <groupId>org.opendaylight.mdsal</groupId>
165             <artifactId>mdsal-dom-broker</artifactId>
166             <scope>test</scope>
167         </dependency>
168         <dependency>
169             <groupId>org.opendaylight.mdsal</groupId>
170             <artifactId>mdsal-dom-inmemory-datastore</artifactId>
171             <scope>test</scope>
172         </dependency>
173         <dependency>
174             <groupId>org.opendaylight.yangtools</groupId>
175             <artifactId>yang-test-util</artifactId>
176         </dependency>
177         <dependency>
178             <groupId>org.opendaylight.mdsal</groupId>
179             <artifactId>mdsal-binding-test-model</artifactId>
180         </dependency>
181     </dependencies>
182
183     <build>
184         <plugins>
185             <plugin>
186                 <artifactId>maven-jar-plugin</artifactId>
187                 <executions>
188                     <execution>
189                         <goals>
190                             <goal>test-jar</goal>
191                         </goals>
192                     </execution>
193                 </executions>
194             </plugin>
195             <plugin>
196                 <artifactId>maven-source-plugin</artifactId>
197                 <executions>
198                     <execution>
199                         <goals>
200                             <goal>test-jar-no-fork</goal>
201                         </goals>
202                     </execution>
203                 </executions>
204             </plugin>
205         </plugins>
206     </build>
207     <scm>
208         <connection>scm:git:http://git.opendaylight.org/gerrit/controller.git</connection>
209         <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
210         <tag>HEAD</tag>
211         <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL</url>
212     </scm>
213 </project>