CDS: Add stress test RPC to the cars model
[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.3.0-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-config-dispatcher</artifactId>
18     </dependency>
19     <dependency>
20       <groupId>${project.groupId}</groupId>
21       <artifactId>sal-common-util</artifactId>
22     </dependency>
23     <dependency>
24       <groupId>${project.groupId}</groupId>
25       <artifactId>sal-connector-api</artifactId>
26     </dependency>
27     <dependency>
28       <groupId>org.opendaylight.controller</groupId>
29       <artifactId>ietf-netconf-monitoring</artifactId>
30     </dependency>
31     <dependency>
32       <groupId>org.opendaylight.controller</groupId>
33       <artifactId>ietf-netconf-notifications</artifactId>
34     </dependency>
35     <dependency>
36       <groupId>org.opendaylight.controller</groupId>
37       <artifactId>netconf-client</artifactId>
38     </dependency>
39     <dependency>
40       <groupId>org.opendaylight.controller</groupId>
41       <artifactId>netconf-notifications-api</artifactId>
42     </dependency>
43     <dependency>
44       <groupId>org.opendaylight.controller</groupId>
45       <artifactId>netty-config-api</artifactId>
46     </dependency>
47     <dependency>
48       <groupId>org.opendaylight.controller</groupId>
49       <artifactId>netty-threadgroup-config</artifactId>
50     </dependency>
51     <dependency>
52       <groupId>org.opendaylight.controller</groupId>
53       <artifactId>sal-binding-api</artifactId>
54     </dependency>
55     <dependency>
56       <groupId>org.opendaylight.yangtools</groupId>
57       <artifactId>binding-generator-impl</artifactId>
58     </dependency>
59     <dependency>
60       <groupId>org.opendaylight.controller</groupId>
61       <artifactId>sal-binding-config</artifactId>
62     </dependency>
63     <dependency>
64       <groupId>org.opendaylight.controller</groupId>
65       <artifactId>threadpool-config-api</artifactId>
66     </dependency>
67     <dependency>
68       <groupId>org.opendaylight.controller.model</groupId>
69       <artifactId>model-inventory</artifactId>
70     </dependency>
71     <dependency>
72       <groupId>org.opendaylight.yangtools.model</groupId>
73       <artifactId>ietf-topology</artifactId>
74     </dependency>
75     <dependency>
76       <groupId>org.opendaylight.controller</groupId>
77       <artifactId>sal-broker-impl</artifactId>
78     </dependency>
79     <dependency>
80       <groupId>org.opendaylight.yangtools</groupId>
81       <artifactId>yang-data-impl</artifactId>
82     </dependency>
83     <dependency>
84       <groupId>org.opendaylight.yangtools</groupId>
85       <artifactId>yang-parser-impl</artifactId>
86     </dependency>
87     <dependency>
88       <groupId>org.opendaylight.yangtools.model</groupId>
89       <artifactId>ietf-inet-types</artifactId>
90     </dependency>
91     <dependency>
92       <groupId>org.slf4j</groupId>
93       <artifactId>slf4j-api</artifactId>
94     </dependency>
95       <dependency>
96           <groupId>xmlunit</groupId>
97           <artifactId>xmlunit</artifactId>
98       </dependency>
99       <dependency>
100       <groupId>${project.groupId}</groupId>
101       <artifactId>config-api</artifactId>
102       <version>${netconf.version}</version>
103       <scope>provided</scope>
104     </dependency>
105     <dependency>
106       <groupId>${project.groupId}</groupId>
107       <artifactId>config-manager</artifactId>
108       <version>${netconf.version}</version>
109       <scope>test</scope>
110     </dependency>
111     <dependency>
112       <groupId>${project.groupId}</groupId>
113       <artifactId>config-manager</artifactId>
114       <version>${netconf.version}</version>
115       <type>test-jar</type>
116       <scope>test</scope>
117     </dependency>
118     <dependency>
119       <groupId>${project.groupId}</groupId>
120       <artifactId>config-netconf-connector</artifactId>
121       <version>${netconf.version}</version>
122       <scope>test</scope>
123     </dependency>
124     <dependency>
125       <groupId>${project.groupId}</groupId>
126       <artifactId>config-persister-impl</artifactId>
127       <version>${netconf.version}</version>
128       <scope>test</scope>
129     </dependency>
130     <dependency>
131       <groupId>${project.groupId}</groupId>
132       <artifactId>config-util</artifactId>
133       <version>${netconf.version}</version>
134       <scope>test</scope>
135     </dependency>
136     <dependency>
137       <groupId>${project.groupId}</groupId>
138       <artifactId>netconf-impl</artifactId>
139       <version>${netconf.version}</version>
140       <scope>test</scope>
141     </dependency>
142     <dependency>
143       <groupId>${project.groupId}</groupId>
144       <artifactId>netconf-mapping-api</artifactId>
145       <version>${netconf.version}</version>
146       <scope>test</scope>
147     </dependency>
148     <dependency>
149       <groupId>${project.groupId}</groupId>
150       <artifactId>netconf-util</artifactId>
151       <version>${netconf.version}</version>
152       <type>test-jar</type>
153       <scope>test</scope>
154     </dependency>
155     <dependency>
156       <groupId>${project.groupId}</groupId>
157       <artifactId>yang-test</artifactId>
158       <version>${netconf.version}</version>
159       <scope>test</scope>
160     </dependency>
161     <dependency>
162       <groupId>junit</groupId>
163       <artifactId>junit</artifactId>
164       <scope>test</scope>
165     </dependency>
166     <dependency>
167       <groupId>org.opendaylight.controller</groupId>
168       <artifactId>logback-config</artifactId>
169       <scope>test</scope>
170     </dependency>
171     <dependency>
172       <groupId>org.opendaylight.controller</groupId>
173       <artifactId>sal-binding-broker-impl</artifactId>
174       <type>test-jar</type>
175       <scope>test</scope>
176     </dependency>
177     <dependency>
178       <groupId>org.opendaylight.yangtools</groupId>
179       <artifactId>mockito-configuration</artifactId>
180       <scope>test</scope>
181     </dependency>
182   </dependencies>
183
184   <build>
185     <plugins>
186       <plugin>
187         <groupId>org.apache.felix</groupId>
188         <artifactId>maven-bundle-plugin</artifactId>
189         <configuration>
190           <instructions>
191             <Import-Package>*</Import-Package>
192           </instructions>
193         </configuration>
194       </plugin>
195
196       <plugin>
197         <groupId>org.opendaylight.yangtools</groupId>
198         <artifactId>yang-maven-plugin</artifactId>
199         <executions>
200           <execution>
201             <goals>
202               <goal>generate-sources</goal>
203             </goals>
204             <configuration>
205               <codeGenerators>
206                 <generator>
207                   <codeGeneratorClass>org.opendaylight.yangtools.maven.sal.api.gen.plugin.CodeGeneratorImpl</codeGeneratorClass>
208                   <outputBaseDir>${salGeneratorPath}</outputBaseDir>
209                 </generator>
210                 <generator>
211                   <codeGeneratorClass>org.opendaylight.controller.config.yangjmxgenerator.plugin.JMXGenerator</codeGeneratorClass>
212                   <outputBaseDir>${jmxGeneratorPath}</outputBaseDir>
213                   <additionalConfiguration>
214                     <namespaceToPackage1>urn:opendaylight:params:xml:ns:yang:controller==org.opendaylight.controller.config.yang</namespaceToPackage1>
215                   </additionalConfiguration>
216                 </generator>
217                 <generator>
218                   <codeGeneratorClass>org.opendaylight.yangtools.yang.unified.doc.generator.maven.DocumentationGeneratorImpl</codeGeneratorClass>
219                   <outputBaseDir>target/site/models</outputBaseDir>
220                 </generator>
221               </codeGenerators>
222               <inspectDependencies>true</inspectDependencies>
223             </configuration>
224           </execution>
225         </executions>
226       </plugin>
227     </plugins>
228   </build>
229   <scm>
230     <connection>scm:git:http://git.opendaylight.org/gerrit/controller.git</connection>
231     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
232     <tag>HEAD</tag>
233     <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL</url>
234   </scm>
235 </project>