BUG-758 Eliminate xtend from sal-netconf-connector
[controller.git] / opendaylight / md-sal / sal-netconf-connector / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <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">
3   <modelVersion>4.0.0</modelVersion>
4   <parent>
5     <groupId>org.opendaylight.controller</groupId>
6     <artifactId>sal-parent</artifactId>
7     <version>1.1-SNAPSHOT</version>
8   </parent>
9
10   <artifactId>sal-netconf-connector</artifactId>
11
12   <packaging>bundle</packaging>
13
14   <dependencies>
15     <dependency>
16       <groupId>${project.groupId}</groupId>
17       <artifactId>netconf-client</artifactId>
18       <version>${netconf.version}</version>
19     </dependency>
20     <dependency>
21       <groupId>${project.groupId}</groupId>
22       <artifactId>sal-common-util</artifactId>
23       <version>1.1-SNAPSHOT</version>
24     </dependency>
25     <dependency>
26       <groupId>${project.groupId}</groupId>
27       <artifactId>sal-connector-api</artifactId>
28     </dependency>
29     <dependency>
30       <groupId>org.opendaylight.controller</groupId>
31       <artifactId>ietf-netconf-monitoring</artifactId>
32     </dependency>
33     <dependency>
34       <groupId>org.opendaylight.controller</groupId>
35       <artifactId>netconf-client</artifactId>
36       <version>${netconf.version}</version>
37     </dependency>
38     <dependency>
39       <groupId>org.opendaylight.controller</groupId>
40       <artifactId>netty-config-api</artifactId>
41     </dependency>
42     <dependency>
43       <groupId>org.opendaylight.controller</groupId>
44       <artifactId>netty-threadgroup-config</artifactId>
45     </dependency>
46     <dependency>
47       <groupId>org.opendaylight.controller</groupId>
48       <artifactId>threadpool-config-api</artifactId>
49     </dependency>
50     <dependency>
51       <groupId>org.opendaylight.yangtools</groupId>
52       <artifactId>yang-data-impl</artifactId>
53     </dependency>
54     <dependency>
55       <groupId>org.opendaylight.yangtools</groupId>
56       <artifactId>yang-parser-impl</artifactId>
57     </dependency>
58     <dependency>
59       <groupId>org.opendaylight.yangtools.model</groupId>
60       <artifactId>ietf-inet-types</artifactId>
61     </dependency>
62     <dependency>
63       <groupId>org.slf4j</groupId>
64       <artifactId>slf4j-api</artifactId>
65     </dependency>
66     <dependency>
67       <groupId>${project.groupId}</groupId>
68       <artifactId>config-api</artifactId>
69       <version>${netconf.version}</version>
70       <scope>provided</scope>
71     </dependency>
72     <dependency>
73       <groupId>${project.groupId}</groupId>
74       <artifactId>config-manager</artifactId>
75       <version>${netconf.version}</version>
76       <scope>test</scope>
77     </dependency>
78     <dependency>
79       <groupId>${project.groupId}</groupId>
80       <artifactId>config-manager</artifactId>
81       <version>${netconf.version}</version>
82       <type>test-jar</type>
83       <scope>test</scope>
84     </dependency>
85     <dependency>
86       <groupId>${project.groupId}</groupId>
87       <artifactId>config-netconf-connector</artifactId>
88       <version>${netconf.version}</version>
89       <scope>test</scope>
90     </dependency>
91     <dependency>
92       <groupId>${project.groupId}</groupId>
93       <artifactId>config-persister-impl</artifactId>
94       <version>${netconf.version}</version>
95       <scope>test</scope>
96     </dependency>
97     <dependency>
98       <groupId>${project.groupId}</groupId>
99       <artifactId>config-util</artifactId>
100       <version>${netconf.version}</version>
101       <scope>test</scope>
102     </dependency>
103     <dependency>
104       <groupId>${project.groupId}</groupId>
105       <artifactId>netconf-impl</artifactId>
106       <version>${netconf.version}</version>
107       <scope>test</scope>
108     </dependency>
109     <dependency>
110       <groupId>${project.groupId}</groupId>
111       <artifactId>netconf-mapping-api</artifactId>
112       <version>${netconf.version}</version>
113       <scope>test</scope>
114     </dependency>
115     <dependency>
116       <groupId>${project.groupId}</groupId>
117       <artifactId>netconf-util</artifactId>
118       <version>${netconf.version}</version>
119       <type>test-jar</type>
120       <scope>test</scope>
121     </dependency>
122     <dependency>
123       <groupId>${project.groupId}</groupId>
124       <artifactId>yang-test</artifactId>
125       <version>${netconf.version}</version>
126       <scope>test</scope>
127     </dependency>
128     <dependency>
129       <groupId>junit</groupId>
130       <artifactId>junit</artifactId>
131       <scope>test</scope>
132     </dependency>
133     <dependency>
134       <groupId>org.mockito</groupId>
135       <artifactId>mockito-all</artifactId>
136       <scope>test</scope>
137     </dependency>
138     <dependency>
139       <groupId>org.opendaylight.controller</groupId>
140       <artifactId>logback-config</artifactId>
141       <scope>test</scope>
142     </dependency>
143     <dependency>
144       <groupId>org.opendaylight.controller</groupId>
145       <artifactId>sal-binding-broker-impl</artifactId>
146       <scope>test</scope>
147     </dependency>
148     <dependency>
149       <groupId>org.opendaylight.controller</groupId>
150       <artifactId>sal-binding-broker-impl</artifactId>
151       <type>test-jar</type>
152       <scope>test</scope>
153     </dependency>
154     <dependency>
155       <groupId>org.opendaylight.controller</groupId>
156       <artifactId>sal-broker-impl</artifactId>
157       <type>jar</type>
158       <scope>test</scope>
159     </dependency>
160   </dependencies>
161
162   <build>
163     <plugins>
164       <plugin>
165         <groupId>org.apache.felix</groupId>
166         <artifactId>maven-bundle-plugin</artifactId>
167         <configuration>
168           <instructions>
169             <Import-Package>*</Import-Package>
170           </instructions>
171         </configuration>
172       </plugin>
173
174       <plugin>
175         <groupId>org.opendaylight.yangtools</groupId>
176         <artifactId>yang-maven-plugin</artifactId>
177         <executions>
178           <execution>
179             <goals>
180               <goal>generate-sources</goal>
181             </goals>
182             <configuration>
183               <codeGenerators>
184                 <generator>
185                   <codeGeneratorClass>org.opendaylight.yangtools.maven.sal.api.gen.plugin.CodeGeneratorImpl</codeGeneratorClass>
186                   <outputBaseDir>${salGeneratorPath}</outputBaseDir>
187                 </generator>
188                 <generator>
189                   <codeGeneratorClass>org.opendaylight.controller.config.yangjmxgenerator.plugin.JMXGenerator</codeGeneratorClass>
190                   <outputBaseDir>${jmxGeneratorPath}</outputBaseDir>
191                   <additionalConfiguration>
192                     <namespaceToPackage1>urn:opendaylight:params:xml:ns:yang:controller==org.opendaylight.controller.config.yang</namespaceToPackage1>
193                   </additionalConfiguration>
194                 </generator>
195                 <generator>
196                   <codeGeneratorClass>org.opendaylight.yangtools.yang.unified.doc.generator.maven.DocumentationGeneratorImpl</codeGeneratorClass>
197                   <outputBaseDir>target/site/models</outputBaseDir>
198                 </generator>
199               </codeGenerators>
200               <inspectDependencies>true</inspectDependencies>
201             </configuration>
202           </execution>
203         </executions>
204       </plugin>
205     </plugins>
206   </build>
207   <scm>
208     <connection>scm:git:ssh://git.opendaylight.org:29418/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>