Bug 4105: Added DistributedEntityOwnershipService and wiring
[controller.git] / opendaylight / commons / opendaylight / 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.odlparent</groupId>
6     <artifactId>odlparent</artifactId>
7     <version>1.6.0-SNAPSHOT</version>
8     <relativePath></relativePath>
9   </parent>
10
11   <groupId>org.opendaylight.controller</groupId>
12   <artifactId>commons.opendaylight</artifactId>
13   <version>1.6.0-SNAPSHOT</version>
14   <packaging>pom</packaging>
15
16   <properties>
17
18     <akka.version>2.3.10</akka.version>
19     <appauth.version>0.6.0-SNAPSHOT</appauth.version>
20     <archetype-app-northbound>0.2.0-SNAPSHOT</archetype-app-northbound>
21     <arphandler.version>0.7.0-SNAPSHOT</arphandler.version>
22     <!-- Plugin Versions -->
23     <bundlescanner.api.version>0.6.0-SNAPSHOT</bundlescanner.api.version>
24     <bundlescanner.implementation.version>0.6.0-SNAPSHOT</bundlescanner.implementation.version>
25     <bundlescanner.version>0.6.0-SNAPSHOT</bundlescanner.version>
26     <clustering.services.version>0.7.0-SNAPSHOT</clustering.services.version>
27     <clustering.services_implementation.version>0.6.0-SNAPSHOT</clustering.services_implementation.version>
28     <clustering.stub.version>0.6.0-SNAPSHOT</clustering.stub.version>
29     <clustering.test.version>0.6.0-SNAPSHOT</clustering.test.version>
30     <commmons.northbound.version>0.6.0-SNAPSHOT</commmons.northbound.version>
31     <!-- Third Party Versions -->
32     <codahale.metrics.version>3.0.1</codahale.metrics.version>
33
34     <commons.catalina>7.0.53.v201406061610</commons.catalina>
35     <commons.catalina.ha>7.0.53.v201406070630</commons.catalina.ha>
36     <commons.catalina.tribes>7.0.53.v201406070630</commons.catalina.tribes>
37     <commons.coyote>7.0.53.v201406070630</commons.coyote>
38     <commons.el>7.0.53.v201406060720</commons.el>
39     <commons.jasper>7.0.53.v201406070630</commons.jasper>
40     <commons.juli.version>7.0.53.v201406060720</commons.juli.version>
41     <commons.tomcat.api>7.0.53.v201406060720</commons.tomcat.api>
42     <commons.tomcat.util>7.0.53.v201406070630</commons.tomcat.util>
43
44     <commons.checkstyle.version>0.2.0-SNAPSHOT</commons.checkstyle.version>
45     <commons.httpclient.version>0.3.0-SNAPSHOT</commons.httpclient.version>
46     <commons.logback_settings.version>0.2.0-SNAPSHOT</commons.logback_settings.version>
47     <commons.net.version>3.0.1</commons.net.version>
48     <commons.opendaylight.commons.httpclient>0.3.0-SNAPSHOT</commons.opendaylight.commons.httpclient>
49     <commons.opendaylight.concepts.version>0.7.0-SNAPSHOT</commons.opendaylight.concepts.version>
50     <commons.opendaylight.version>1.6.0-SNAPSHOT</commons.opendaylight.version>
51     <commons.parent.version>1.2.0-SNAPSHOT</commons.parent.version>
52     <commons.httpclient.version>0.3.0-SNAPSHOT</commons.httpclient.version>
53     <concepts.version>0.7.0-SNAPSHOT</concepts.version>
54     <concurrentlinkedhashmap.version>1.4</concurrentlinkedhashmap.version>
55     <config.version>0.4.0-SNAPSHOT</config.version>
56     <aaa.version>0.3.0-SNAPSHOT</aaa.version>
57     <config.configfile.directory>etc/opendaylight/karaf</config.configfile.directory>
58     <config.clustering.configfile>05-clustering.xml</config.clustering.configfile>
59     <config.clustered-entity-ownership.configfile>06-clustered-entity-ownership.xml</config.clustered-entity-ownership.configfile>
60     <config.netty.configfile>00-netty.xml</config.netty.configfile>
61     <config.mdsal.configfile>01-md-sal.xml</config.mdsal.configfile>
62     <config.xsql.configfile>04-xsql.xml</config.xsql.configfile>
63     <config.toaster.configfile>03-toaster-sample.xml</config.toaster.configfile>
64     <config.restconf.configfile>10-rest-connector.xml</config.restconf.configfile>
65
66     <configuration.implementation.version>0.6.0-SNAPSHOT</configuration.implementation.version>
67     <configuration.version>0.6.0-SNAPSHOT</configuration.version>
68     <connectionmanager.version>0.3.0-SNAPSHOT</connectionmanager.version>
69     <containermanager.it.version>0.7.0-SNAPSHOT</containermanager.it.version>
70     <containermanager.northbound.version>0.6.0-SNAPSHOT</containermanager.northbound.version>
71     <containermanager.shell.version>0.7.0-SNAPSHOT</containermanager.shell.version>
72     <containermanager.version>0.7.0-SNAPSHOT</containermanager.version>
73     <controllermanager.northbound.version>0.2.0-SNAPSHOT</controllermanager.northbound.version>
74     <devices.web.version>0.6.0-SNAPSHOT</devices.web.version>
75     <dummy-console.version>1.3.0-SNAPSHOT</dummy-console.version>
76     <config.statistics.manager.configfile>30-statistics-manager.xml</config.statistics.manager.configfile>
77     <eclipse.jdt.core.compiler.batch.version>3.8.0.I20120518-2145</eclipse.jdt.core.compiler.batch.version>
78
79     <!-- OpenEXI third party lib for netconf-->
80     <exi.nagasena.version>0000.0002.0053.0</exi.nagasena.version>
81     <felix.util.version>1.6.0</felix.util.version>
82     <features.test.version>1.6.0-SNAPSHOT</features.test.version>
83     <filtervalve.version>1.6.0-SNAPSHOT</filtervalve.version>
84     <findbugs.maven.plugin.version>2.4.0</findbugs.maven.plugin.version>
85     <flowprogrammer.northbound.version>0.6.0-SNAPSHOT</flowprogrammer.northbound.version>
86     <flows.web.version>0.6.0-SNAPSHOT</flows.web.version>
87     <forwarding.staticrouting>0.7.0-SNAPSHOT</forwarding.staticrouting>
88     <forwarding.staticrouting.northbound.version>0.6.0-SNAPSHOT</forwarding.staticrouting.northbound.version>
89     <forwardingrulesmanager.implementation.version>0.6.0-SNAPSHOT</forwardingrulesmanager.implementation.version>
90     <forwardingrulesmanager.version>0.8.0-SNAPSHOT</forwardingrulesmanager.version>
91     <hosttracker.api.version>0.7.0-SNAPSHOT</hosttracker.api.version>
92     <hosttracker.implementation.version>0.7.0-SNAPSHOT</hosttracker.implementation.version>
93     <hosttracker.northbound.version>0.6.0-SNAPSHOT</hosttracker.northbound.version>
94     <hosttracker.shell.version>1.2.0-SNAPSHOT</hosttracker.shell.version>
95     <hosttracker_new.api.version>0.6.0-SNAPSHOT</hosttracker_new.api.version>
96     <hosttracker_new.implementation.version>0.6.0-SNAPSHOT</hosttracker_new.implementation.version>
97     <httpservice-bridge.northbound.version>0.2.0-SNAPSHOT</httpservice-bridge.northbound.version>
98     <ietf-inet-types.version>2010.09.24.8-SNAPSHOT</ietf-inet-types.version>
99     <ietf-restconf.version>2013.10.19.8-SNAPSHOT</ietf-restconf.version>
100     <ietf-topology.version>2013.10.21.8-SNAPSHOT</ietf-topology.version>
101     <ietf-yang-types.version>2010.09.24.8-SNAPSHOT</ietf-yang-types.version>
102     <jdepend.maven.plugin.version>2.0-beta-2</jdepend.maven.plugin.version>
103     <jmxGeneratorPath>src/main/yang-gen-config</jmxGeneratorPath>
104     <jolokia-bridge.version>0.2.0-SNAPSHOT</jolokia-bridge.version>
105     <jolokia.version>1.1.4</jolokia.version>
106     <jsr311.api.version>1.1.1</jsr311.api.version>
107     <jsr311.v2.api.version>2.0</jsr311.v2.api.version>
108     <karaf.branding.version>1.2.0-SNAPSHOT</karaf.branding.version>
109     <karaf.shell.version>${karaf.version}</karaf.shell.version>
110     <leveldb.version>0.7</leveldb.version>
111     <leveldbjni.version>1.8</leveldbjni.version>
112     <lifecycle.mapping.version>1.0.0</lifecycle.mapping.version>
113     <logging.bridge.version>0.6.0-SNAPSHOT</logging.bridge.version>
114     <maven.plugin.api.version>3.0.5</maven.plugin.api.version>
115     <mimepull.version>1.9.4</mimepull.version>
116     <mdsal.version>1.3.0-SNAPSHOT</mdsal.version>
117     <networkconfig.bridgedomain.northbound.version>0.2.0-SNAPSHOT</networkconfig.bridgedomain.northbound.version>
118     <!-- ODL repository / plugin repository -->
119     <nexusproxy>http://nexus.opendaylight.org/content</nexusproxy>
120     <northbound.commons.version>0.6.0-SNAPSHOT</northbound.commons.version>
121     <northbound.hosttracker.version>1.6.0-SNAPSHOT</northbound.hosttracker.version>
122     <northbound.jolokia.version>1.6.0-SNAPSHOT</northbound.jolokia.version>
123     <opendaylight-l2-types.version>2013.08.27.8-SNAPSHOT</opendaylight-l2-types.version>
124     <osgi-brandfragment.web.version>0.2.0-SNAPSHOT</osgi-brandfragment.web.version>
125     <parboiled.version>1.1.6</parboiled.version>
126     <parboiled.scala.version>1.1.6</parboiled.scala.version>
127     <propertymavenplugin.version>1.0-alpha-2</propertymavenplugin.version>
128     <protobuf.version>2.5.0</protobuf.version>
129     <protocol-framework.version>0.7.0-SNAPSHOT</protocol-framework.version>
130     <protocol_plugins.openflow.version>0.6.0-SNAPSHOT</protocol_plugins.openflow.version>
131     <protocol_plugins.stub.version>0.6.0-SNAPSHOT</protocol_plugins.stub.version>
132     <routing.dijkstra_implementation.version>0.6.0-SNAPSHOT</routing.dijkstra_implementation.version>
133     <sal.connection.version>0.3.0-SNAPSHOT</sal.connection.version>
134     <sal.implementation.version>0.6.0-SNAPSHOT</sal.implementation.version>
135     <sal.networkconfiguration.version>0.2.0-SNAPSHOT</sal.networkconfiguration.version>
136     <sal.version>0.10.0-SNAPSHOT</sal.version>
137     <salGeneratorPath>src/main/yang-gen-sal</salGeneratorPath>
138     <samples.loadbalancer>0.7.0-SNAPSHOT</samples.loadbalancer>
139     <samples.loadbalancer.northbound.version>0.6.0-SNAPSHOT</samples.loadbalancer.northbound.version>
140     <samples.simpleforwarding.version>0.6.0-SNAPSHOT</samples.simpleforwarding.version>
141     <sanitytest.version>0.6.0-SNAPSHOT</sanitytest.version>
142     <scala.version>2.10</scala.version>
143     <scala.micro.version>4</scala.micro.version>
144     <security.version>0.6.0-SNAPSHOT</security.version>
145     <karaf.security.version>0.6.0-SNAPSHOT</karaf.security.version>
146     <shapeless.version>1.2.4</shapeless.version>
147     <sitedeploy>dav:http://nexus.opendaylight.org/content/sites/site</sitedeploy>
148     <sonar.branch>${user.name}-private-view</sonar.branch>
149     <sonar.host.url>https://sonar.opendaylight.org/</sonar.host.url>
150     <!-- Sonar properties using jacoco to retrieve integration test results -->
151     <sonar-jacoco-listeners.version>2.4</sonar-jacoco-listeners.version>
152     <sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
153     <sonar.language>java</sonar.language>
154     <sonar.jacoco.reportPath>target/code-coverage/jacoco.exec</sonar.jacoco.reportPath>
155     <sonar.jacoco.itReportPath>target/code-coverage/jacoco-it.exec</sonar.jacoco.itReportPath>
156     <sonar.skippedModules>org.openflow.openflowj,net.sf.jung2,org.opendaylight.controller.protobuff.messages</sonar.skippedModules>
157     <spifly.version>1.0.0</spifly.version>
158     <spring-osgi.version>1.2.1</spring-osgi.version>
159     <spring-security-karaf.version>3.1.4.RELEASE</spring-security-karaf.version>
160     <spring-security.version>3.1.3.RELEASE</spring-security.version>
161     <spring.version>3.1.3.RELEASE</spring.version>
162     <statistics.northbound.version>0.6.0-SNAPSHOT</statistics.northbound.version>
163     <statisticsmanager.implementation.version>0.6.0-SNAPSHOT</statisticsmanager.implementation.version>
164     <statisticsmanager.version>0.7.0-SNAPSHOT</statisticsmanager.version>
165     <subnets.northbound.version>0.6.0-SNAPSHOT</subnets.northbound.version>
166     <surefire.version>2.15</surefire.version>
167     <switchmanager.api.version>0.9.0-SNAPSHOT</switchmanager.api.version>
168     <switchmanager.implementation.version>0.6.0-SNAPSHOT</switchmanager.implementation.version>
169     <switchmanager.northbound.version>0.6.0-SNAPSHOT</switchmanager.northbound.version>
170     <testvm.argLine>-Xmx1024m -XX:MaxPermSize=256m</testvm.argLine>
171     <topology.northbound.version>0.6.0-SNAPSHOT</topology.northbound.version>
172     <topology.web.version>0.6.0-SNAPSHOT</topology.web.version>
173     <topologymanager.version>0.6.0-SNAPSHOT</topologymanager.version>
174     <topologymanager.shell.version>1.2.0-SNAPSHOT</topologymanager.shell.version>
175     <troubleshoot.web.version>0.6.0-SNAPSHOT</troubleshoot.web.version>
176     <typesafe.config.version>1.2.0</typesafe.config.version>
177     <uncommons.maths.version>1.2.2a</uncommons.maths.version>
178     <usermanager.implementation.version>0.6.0-SNAPSHOT</usermanager.implementation.version>
179     <usermanager.northbound.version>0.2.0-SNAPSHOT</usermanager.northbound.version>
180     <usermanager.version>0.6.0-SNAPSHOT</usermanager.version>
181     <nsf.version>0.6.0-SNAPSHOT</nsf.version>
182     <web.version>0.6.0-SNAPSHOT</web.version>
183     <yang-ext.version>2013.09.07.8-SNAPSHOT</yang-ext.version>
184     <yang-jmx-generator.version>1.2.0-SNAPSHOT</yang-jmx-generator.version>
185     <yangtools.version>0.8.0-SNAPSHOT</yangtools.version>
186     <sshd-core.version>0.14.0</sshd-core.version>
187     <jmh.version>0.9.7</jmh.version>
188     <lmax.version>3.3.0</lmax.version>
189   </properties>
190
191   <dependencyManagement>
192     <dependencies>
193
194        <!-- project specific dependencies -->
195       <dependency>
196         <groupId>org.opendaylight.controller</groupId>
197         <artifactId>config-artifacts</artifactId>
198         <version>${config.version}</version>
199         <type>pom</type>
200         <scope>import</scope>
201       </dependency>
202       <dependency>
203         <groupId>org.opendaylight.controller</groupId>
204         <artifactId>mdsal-artifacts</artifactId>
205         <version>${mdsal.version}</version>
206         <type>pom</type>
207         <scope>import</scope>
208       </dependency>
209
210       <dependency>
211         <groupId>org.apache.sshd</groupId>
212         <artifactId>sshd-core</artifactId>
213         <version>${sshd-core.version}</version>
214       </dependency>
215       <dependency>
216         <groupId>ch.qos.logback</groupId>
217         <artifactId>logback-classic</artifactId>
218         <version>${logback.version}</version>
219       </dependency>
220       <dependency>
221         <groupId>ch.qos.logback</groupId>
222         <artifactId>logback-core</artifactId>
223         <version>${logback.version}</version>
224       </dependency>
225       <dependency>
226         <groupId>com.codahale.metrics</groupId>
227         <artifactId>metrics-core</artifactId>
228         <version>${codahale.metrics.version}</version>
229       </dependency>
230       <dependency>
231         <groupId>com.codahale.metrics</groupId>
232         <artifactId>metrics-graphite</artifactId>
233         <version>${codahale.metrics.version}</version>
234       </dependency>
235       <dependency>
236         <groupId>com.fasterxml.jackson.core</groupId>
237         <artifactId>jackson-annotations</artifactId>
238         <version>${jackson.version}</version>
239       </dependency>
240       <dependency>
241         <groupId>com.fasterxml.jackson.core</groupId>
242         <artifactId>jackson-core</artifactId>
243         <version>${jackson.version}</version>
244       </dependency>
245       <dependency>
246         <groupId>com.fasterxml.jackson.core</groupId>
247         <artifactId>jackson-databind</artifactId>
248         <version>${jackson.version}</version>
249       </dependency>
250       <dependency>
251         <groupId>com.fasterxml.jackson.datatype</groupId>
252         <artifactId>jackson-datatype-json-org</artifactId>
253         <version>${jackson.version}</version>
254       </dependency>
255
256       <dependency>
257         <groupId>com.fasterxml.jackson.jaxrs</groupId>
258         <artifactId>jackson-jaxrs-base</artifactId>
259         <version>${jackson.version}</version>
260       </dependency>
261       <dependency>
262         <groupId>com.fasterxml.jackson.jaxrs</groupId>
263         <artifactId>jackson-jaxrs-json-provider</artifactId>
264         <version>${jackson.version}</version>
265       </dependency>
266       <dependency>
267         <groupId>com.fasterxml.jackson.module</groupId>
268         <artifactId>jackson-module-jaxb-annotations</artifactId>
269         <version>${jackson.version}</version>
270       </dependency>
271       <dependency>
272         <groupId>com.github.romix</groupId>
273         <artifactId>java-concurrent-hash-trie-map</artifactId>
274         <version>${ctrie.version}</version>
275       </dependency>
276       <dependency>
277         <groupId>com.google.code.gson</groupId>
278         <artifactId>gson</artifactId>
279         <version>${gson.version}</version>
280       </dependency>
281       <dependency>
282         <groupId>com.google.guava</groupId>
283         <artifactId>guava</artifactId>
284         <version>${guava.version}</version>
285       </dependency>
286       <dependency>
287         <groupId>com.lmax</groupId>
288         <artifactId>disruptor</artifactId>
289         <version>${lmax.version}</version>
290       </dependency>
291
292       <!-- 3rd party dependencies needed by config-->
293       <dependency>
294         <groupId>org.apache.maven</groupId>
295         <artifactId>maven-core</artifactId>
296         <version>3.1.1</version>
297         <scope>provided</scope>
298       </dependency>
299
300       <dependency>
301         <groupId>com.sun.jersey</groupId>
302         <artifactId>jersey-client</artifactId>
303         <version>${jersey.version}</version>
304       </dependency>
305       <!-- Jersey for JAXRS -->
306       <dependency>
307         <groupId>com.sun.jersey</groupId>
308         <artifactId>jersey-core</artifactId>
309         <version>${jersey.version}</version>
310       </dependency>
311       <dependency>
312         <groupId>com.sun.jersey</groupId>
313         <artifactId>jersey-server</artifactId>
314         <version>${jersey.version}</version>
315       </dependency>
316       <dependency>
317         <groupId>com.sun.jersey</groupId>
318         <artifactId>jersey-servlet</artifactId>
319         <version>${jersey-servlet.version}</version>
320       </dependency>
321
322       <dependency>
323         <groupId>com.typesafe.akka</groupId>
324         <artifactId>akka-actor_${scala.version}</artifactId>
325         <version>${akka.version}</version>
326       </dependency>
327
328       <dependency>
329         <groupId>com.typesafe.akka</groupId>
330         <artifactId>akka-cluster_${scala.version}</artifactId>
331         <version>${akka.version}</version>
332       </dependency>
333
334       <dependency>
335         <groupId>com.typesafe.akka</groupId>
336         <artifactId>akka-persistence-experimental_${scala.version}</artifactId>
337         <version>${akka.version}</version>
338       </dependency>
339
340       <dependency>
341         <groupId>com.typesafe.akka</groupId>
342         <artifactId>akka-remote_${scala.version}</artifactId>
343         <version>${akka.version}</version>
344       </dependency>
345       <dependency>
346         <groupId>com.typesafe.akka</groupId>
347         <artifactId>akka-testkit_${scala.version}</artifactId>
348         <version>${akka.version}</version>
349       </dependency>
350         <dependency>
351             <groupId>com.typesafe.akka</groupId>
352             <artifactId>akka-osgi_${scala.version}</artifactId>
353             <version>${akka.version}</version>
354         </dependency>
355         <dependency>
356             <groupId>com.typesafe.akka</groupId>
357             <artifactId>akka-slf4j_${scala.version}</artifactId>
358             <version>${akka.version}</version>
359         </dependency>
360       <dependency>
361         <groupId>commons-codec</groupId>
362         <artifactId>commons-codec</artifactId>
363         <version>${commons.codec.version}</version>
364       </dependency>
365       <dependency>
366         <groupId>commons-fileupload</groupId>
367         <artifactId>commons-fileupload</artifactId>
368         <version>${commons.fileupload.version}</version>
369       </dependency>
370       <dependency>
371         <groupId>commons-io</groupId>
372         <artifactId>commons-io</artifactId>
373         <version>${commons.io.version}</version>
374       </dependency>
375       <dependency>
376         <groupId>commons-lang</groupId>
377         <artifactId>commons-lang</artifactId>
378         <version>${commons.lang.version}</version>
379       </dependency>
380       <dependency>
381         <groupId>commons-net</groupId>
382         <artifactId>commons-net</artifactId>
383         <version>${commons.net.version}</version>
384       </dependency>
385       <dependency>
386         <groupId>eclipselink</groupId>
387         <artifactId>javax.persistence</artifactId>
388         <version>2.0.4.v201112161009</version>
389       </dependency>
390       <dependency>
391         <groupId>eclipselink</groupId>
392         <artifactId>javax.resource</artifactId>
393         <version>1.5.0.v200906010428</version>
394       </dependency>
395       <dependency>
396         <groupId>equinoxSDK381</groupId>
397         <artifactId>javax.servlet</artifactId>
398         <version>3.0.0.v201112011016</version>
399       </dependency>
400       <dependency>
401         <groupId>equinoxSDK381</groupId>
402         <artifactId>javax.servlet.jsp</artifactId>
403         <version>2.2.0.v201112011158</version>
404       </dependency>
405       <dependency>
406         <groupId>equinoxSDK381</groupId>
407         <artifactId>org.apache.felix.gogo.command</artifactId>
408         <version>0.8.0.v201108120515</version>
409       </dependency>
410       <dependency>
411         <groupId>equinoxSDK381</groupId>
412         <artifactId>org.apache.felix.gogo.runtime</artifactId>
413         <version>0.8.0.v201108120515</version>
414       </dependency>
415       <dependency>
416         <groupId>equinoxSDK381</groupId>
417         <artifactId>org.apache.felix.gogo.shell</artifactId>
418         <version>0.8.0.v201110170705</version>
419       </dependency>
420       <dependency>
421         <groupId>equinoxSDK381</groupId>
422         <artifactId>org.eclipse.equinox.cm</artifactId>
423         <version>1.0.400.v20120522-1841</version>
424       </dependency>
425       <dependency>
426         <groupId>equinoxSDK381</groupId>
427         <artifactId>org.eclipse.equinox.console</artifactId>
428         <version>1.0.0.v20120522-1841</version>
429       </dependency>
430       <dependency>
431         <groupId>equinoxSDK381</groupId>
432         <artifactId>org.eclipse.equinox.ds</artifactId>
433         <version>1.4.0.v20120522-1841</version>
434       </dependency>
435       <dependency>
436         <groupId>equinoxSDK381</groupId>
437         <artifactId>org.eclipse.equinox.launcher</artifactId>
438         <version>1.3.0.v20120522-1813</version>
439       </dependency>
440       <dependency>
441         <groupId>equinoxSDK381</groupId>
442         <artifactId>org.eclipse.equinox.util</artifactId>
443         <version>1.0.400.v20120522-2049</version>
444       </dependency>
445       <dependency>
446         <groupId>equinoxSDK381</groupId>
447         <artifactId>org.eclipse.osgi</artifactId>
448         <version>3.8.1.v20120830-144521</version>
449       </dependency>
450       <dependency>
451         <groupId>equinoxSDK381</groupId>
452         <artifactId>org.eclipse.osgi.services</artifactId>
453         <version>3.3.100.v20120522-1822</version>
454       </dependency>
455       <!-- Gemini Web -->
456       <dependency>
457         <groupId>geminiweb</groupId>
458         <artifactId>org.eclipse.gemini.web.core</artifactId>
459         <version>${geminiweb.version}</version>
460       </dependency>
461       <dependency>
462         <groupId>geminiweb</groupId>
463         <artifactId>org.eclipse.gemini.web.extender</artifactId>
464         <version>${geminiweb.version}</version>
465       </dependency>
466       <dependency>
467         <groupId>geminiweb</groupId>
468         <artifactId>org.eclipse.gemini.web.tomcat</artifactId>
469         <version>${geminiweb.version}</version>
470       </dependency>
471       <dependency>
472         <groupId>geminiweb</groupId>
473         <artifactId>org.eclipse.virgo.kernel.equinox.extensions</artifactId>
474         <version>${virgo.version}</version>
475       </dependency>
476       <dependency>
477         <groupId>geminiweb</groupId>
478         <artifactId>org.eclipse.virgo.util.common</artifactId>
479         <version>${virgo.version}</version>
480       </dependency>
481       <dependency>
482         <groupId>geminiweb</groupId>
483         <artifactId>org.eclipse.virgo.util.io</artifactId>
484         <version>${virgo.version}</version>
485       </dependency>
486       <dependency>
487         <groupId>geminiweb</groupId>
488         <artifactId>org.eclipse.virgo.util.math</artifactId>
489         <version>${virgo.version}</version>
490       </dependency>
491       <dependency>
492         <groupId>geminiweb</groupId>
493         <artifactId>org.eclipse.virgo.util.osgi</artifactId>
494         <version>${virgo.version}</version>
495       </dependency>
496       <dependency>
497         <groupId>geminiweb</groupId>
498         <artifactId>org.eclipse.virgo.util.osgi.manifest</artifactId>
499         <version>${virgo.version}</version>
500       </dependency>
501       <dependency>
502         <groupId>geminiweb</groupId>
503         <artifactId>org.eclipse.virgo.util.parser.manifest</artifactId>
504         <version>${virgo.version}</version>
505       </dependency>
506       <dependency>
507         <groupId>io.netty</groupId>
508         <artifactId>netty-buffer</artifactId>
509         <version>${netty.version}</version>
510       </dependency>
511       <dependency>
512         <groupId>io.netty</groupId>
513         <artifactId>netty-codec</artifactId>
514         <version>${netty.version}</version>
515       </dependency>
516       <dependency>
517         <groupId>io.netty</groupId>
518         <artifactId>netty-codec-http</artifactId>
519         <version>${netty.version}</version>
520       </dependency>
521       <dependency>
522         <groupId>io.netty</groupId>
523         <artifactId>netty-common</artifactId>
524         <version>${netty.version}</version>
525       </dependency>
526       <!-- Netty -->
527       <dependency>
528         <groupId>io.netty</groupId>
529         <artifactId>netty-handler</artifactId>
530         <version>${netty.version}</version>
531       </dependency>
532       <dependency>
533         <groupId>io.netty</groupId>
534         <artifactId>netty-transport</artifactId>
535         <version>${netty.version}</version>
536       </dependency>
537       <dependency>
538         <groupId>javax.ws.rs</groupId>
539         <artifactId>jsr311-api</artifactId>
540         <version>${jsr311.api.version}</version>
541       </dependency>
542       <dependency>
543         <groupId>net.sourceforge.pmd</groupId>
544         <artifactId>pmd</artifactId>
545         <version>5.1.0</version>
546       </dependency>
547       <dependency>
548         <groupId>orbit</groupId>
549         <artifactId>javax.activation</artifactId>
550         <version>1.1.0.v201211130549</version>
551       </dependency>
552       <dependency>
553         <groupId>orbit</groupId>
554         <artifactId>javax.annotation</artifactId>
555         <version>1.1.0.v201209060031</version>
556       </dependency>
557       <dependency>
558         <groupId>orbit</groupId>
559         <artifactId>javax.ejb</artifactId>
560         <version>3.1.1.v201204261316</version>
561       </dependency>
562       <dependency>
563         <groupId>orbit</groupId>
564         <artifactId>javax.el</artifactId>
565         <version>2.2.0.v201108011116</version>
566       </dependency>
567       <dependency>
568         <groupId>orbit</groupId>
569         <artifactId>javax.mail.glassfish</artifactId>
570         <version>1.4.1.v201108011116</version>
571       </dependency>
572       <dependency>
573         <groupId>orbit</groupId>
574         <artifactId>javax.servlet.jsp.jstl</artifactId>
575         <version>1.2.0.v201105211821</version>
576       </dependency>
577       <dependency>
578         <groupId>orbit</groupId>
579         <artifactId>javax.servlet.jsp.jstl.impl</artifactId>
580         <version>1.2.0.v201210211230</version>
581       </dependency>
582       <dependency>
583         <groupId>orbit</groupId>
584         <artifactId>javax.xml.rpc</artifactId>
585         <version>1.1.0.v201005080400</version>
586       </dependency>
587       <dependency>
588         <groupId>orbit</groupId>
589         <artifactId>org.apache.catalina</artifactId>
590         <version>${commons.catalina}</version>
591       </dependency>
592       <dependency>
593         <groupId>orbit</groupId>
594         <artifactId>org.apache.catalina.ha</artifactId>
595         <version>${commons.catalina.ha}</version>
596       </dependency>
597       <dependency>
598         <groupId>orbit</groupId>
599         <artifactId>org.apache.catalina.tribes</artifactId>
600         <version>${commons.catalina.tribes}</version>
601       </dependency>
602       <dependency>
603         <groupId>orbit</groupId>
604         <artifactId>org.apache.coyote</artifactId>
605         <version>${commons.coyote}</version>
606       </dependency>
607       <dependency>
608         <groupId>orbit</groupId>
609         <artifactId>org.apache.el</artifactId>
610         <version>${commons.el}</version>
611       </dependency>
612       <dependency>
613         <groupId>orbit</groupId>
614         <artifactId>org.apache.jasper</artifactId>
615         <version>${commons.jasper}</version>
616       </dependency>
617       <dependency>
618         <groupId>orbit</groupId>
619         <artifactId>org.apache.juli.extras</artifactId>
620         <version>${commons.juli.version}</version>
621       </dependency>
622       <dependency>
623         <groupId>orbit</groupId>
624         <artifactId>org.apache.tomcat.api</artifactId>
625         <version>${commons.tomcat.api}</version>
626       </dependency>
627       <dependency>
628         <groupId>orbit</groupId>
629         <artifactId>org.apache.tomcat.util</artifactId>
630         <version>${commons.tomcat.util}</version>
631       </dependency>
632       <dependency>
633         <groupId>org.aopalliance</groupId>
634         <artifactId>com.springsource.org.aopalliance</artifactId>
635         <version>${aopalliance.version}</version>
636       </dependency>
637       <dependency>
638         <groupId>org.apache.commons</groupId>
639         <artifactId>commons-lang3</artifactId>
640         <version>${commons.lang3.version}</version>
641       </dependency>
642       <dependency>
643         <groupId>org.apache.felix</groupId>
644         <artifactId>org.apache.felix.dependencymanager</artifactId>
645         <version>${felix.dependencymanager.version}</version>
646       </dependency>
647       <dependency>
648         <groupId>org.apache.felix</groupId>
649         <artifactId>org.apache.felix.dependencymanager.shell</artifactId>
650         <version>${felix.dependencymanager.shell.version}</version>
651       </dependency>
652       <dependency>
653         <groupId>org.apache.felix</groupId>
654         <artifactId>org.apache.felix.fileinstall</artifactId>
655         <version>${felix.fileinstall.version}</version>
656       </dependency>
657       <!-- felix webconsole -->
658       <dependency>
659         <groupId>org.apache.felix</groupId>
660         <artifactId>org.apache.felix.webconsole</artifactId>
661         <version>${felix.webconsole.version}</version>
662         <!-- the all bundle includes all the necessary plugins -->
663         <classifier>all</classifier>
664       </dependency>
665       <dependency>
666         <groupId>org.bouncycastle</groupId>
667         <artifactId>bcpkix-jdk15on</artifactId>
668         <version>${bouncycastle.version}</version>
669       </dependency>
670       <dependency>
671         <groupId>org.bouncycastle</groupId>
672         <artifactId>bcprov-jdk15on</artifactId>
673         <version>${bouncycastle.version}</version>
674       </dependency>
675       <dependency>
676         <groupId>org.codehaus.enunciate</groupId>
677         <artifactId>enunciate-core-annotations</artifactId>
678         <version>${enunciate.version}</version>
679       </dependency>
680       <dependency>
681         <groupId>org.codehaus.gmaven.runtime</groupId>
682         <artifactId>gmaven-runtime-2.0</artifactId>
683         <version>1.5</version>
684       </dependency>
685       <dependency>
686         <groupId>org.codehaus.jettison</groupId>
687         <artifactId>jettison</artifactId>
688         <version>${jettison.version}</version>
689       </dependency>
690       <dependency>
691         <groupId>org.eclipse</groupId>
692         <artifactId>jdt</artifactId>
693         <version>3.3.0-v20070607-1300</version>
694       </dependency>
695       <dependency>
696         <groupId>org.eclipse.equinox</groupId>
697         <artifactId>app</artifactId>
698         <version>1.0.0-v20070606</version>
699       </dependency>
700
701       <!-- equinox http service bridge -->
702       <dependency>
703         <groupId>org.eclipse.equinox.http</groupId>
704         <artifactId>servlet</artifactId>
705         <version>1.0.0-v20070606</version>
706       </dependency>
707       <dependency>
708         <groupId>org.eclipse.jdt</groupId>
709         <artifactId>core</artifactId>
710         <version>3.3.0-v_771</version>
711       </dependency>
712       <dependency>
713         <groupId>org.eclipse.persistence</groupId>
714         <artifactId>org.eclipse.persistence.antlr</artifactId>
715         <version>${eclipse.persistence.version}</version>
716       </dependency>
717       <dependency>
718         <groupId>org.eclipse.persistence</groupId>
719         <artifactId>org.eclipse.persistence.core</artifactId>
720         <version>${eclipse.persistence.version}</version>
721       </dependency>
722       <dependency>
723         <groupId>org.eclipse.persistence</groupId>
724         <artifactId>org.eclipse.persistence.moxy</artifactId>
725         <version>${eclipse.persistence.version}</version>
726       </dependency>
727
728       <!-- md-sal -->
729       <dependency>
730         <groupId>org.glassfish.jersey.test-framework.providers</groupId>
731         <artifactId>jersey-test-framework-provider-grizzly2</artifactId>
732         <version>2.4</version>
733       </dependency>
734       <dependency>
735         <groupId>org.javassist</groupId>
736         <artifactId>javassist</artifactId>
737         <version>${javassist.version}</version>
738       </dependency>
739       <dependency>
740         <groupId>org.jboss.resteasy</groupId>
741         <artifactId>jaxrs-api</artifactId>
742         <version>3.0.4.Final</version>
743       </dependency>
744       <dependency>
745         <groupId>org.jboss.spec.javax.transaction</groupId>
746         <artifactId>jboss-transaction-api_1.1_spec</artifactId>
747         <version>1.0.1.Final</version>
748       </dependency>
749       <dependency>
750         <groupId>org.jolokia</groupId>
751         <artifactId>jolokia-osgi</artifactId>
752         <version>${jolokia.version}</version>
753       </dependency>
754       <dependency>
755         <groupId>org.json</groupId>
756         <artifactId>json</artifactId>
757         <version>${org.json.version}</version>
758       </dependency>
759       <dependency>
760         <groupId>org.opendaylight.controller</groupId>
761         <artifactId>appauth</artifactId>
762         <version>${appauth.version}</version>
763       </dependency>
764       <dependency>
765         <groupId>org.opendaylight.controller</groupId>
766         <artifactId>arphandler</artifactId>
767         <version>${arphandler.version}</version>
768       </dependency>
769       <dependency>
770         <groupId>org.opendaylight.controller</groupId>
771         <artifactId>bundlescanner</artifactId>
772         <version>${bundlescanner.version}</version>
773       </dependency>
774       <dependency>
775         <groupId>org.opendaylight.controller</groupId>
776         <artifactId>bundlescanner.implementation</artifactId>
777         <version>${bundlescanner.version}</version>
778       </dependency>
779       <dependency>
780         <groupId>org.opendaylight.controller</groupId>
781         <artifactId>clustering.services</artifactId>
782         <version>${clustering.services.version}</version>
783       </dependency>
784       <dependency>
785         <groupId>org.opendaylight.controller</groupId>
786         <artifactId>clustering.services-implementation</artifactId>
787         <version>${clustering.services_implementation.version}</version>
788       </dependency>
789       <dependency>
790         <groupId>org.opendaylight.controller</groupId>
791         <artifactId>clustering.stub</artifactId>
792         <version>${clustering.stub.version}</version>
793       </dependency>
794
795       <!-- testing dependencies -->
796       <dependency>
797         <groupId>org.opendaylight.controller</groupId>
798         <artifactId>clustering.test</artifactId>
799         <version>${clustering.test.version}</version>
800       </dependency>
801       <dependency>
802         <groupId>org.opendaylight.controller</groupId>
803         <artifactId>commons.httpclient</artifactId>
804         <version>${commons.httpclient.version}</version>
805       </dependency>
806
807       <!-- Northbound bundles -->
808       <dependency>
809         <groupId>org.opendaylight.controller</groupId>
810         <artifactId>commons.northbound</artifactId>
811         <version>${commmons.northbound.version}</version>
812       </dependency>
813       <dependency>
814         <groupId>org.opendaylight.controller</groupId>
815         <artifactId>concepts</artifactId>
816         <version>${concepts.version}</version>
817       </dependency>
818
819       <!-- config-->
820       <dependency>
821         <groupId>org.opendaylight.controller</groupId>
822         <artifactId>configuration</artifactId>
823         <version>${configuration.version}</version>
824       </dependency>
825       <dependency>
826         <groupId>org.opendaylight.controller</groupId>
827         <artifactId>configuration.implementation</artifactId>
828         <version>${configuration.implementation.version}</version>
829       </dependency>
830       <dependency>
831         <groupId>org.opendaylight.controller</groupId>
832         <artifactId>connectionmanager</artifactId>
833         <version>${connectionmanager.version}</version>
834       </dependency>
835       <dependency>
836         <groupId>org.opendaylight.controller</groupId>
837         <artifactId>connectionmanager.implementation</artifactId>
838         <version>${connectionmanager.version}</version>
839       </dependency>
840       <dependency>
841         <groupId>org.opendaylight.controller</groupId>
842         <artifactId>connectionmanager.northbound</artifactId>
843         <version>${connectionmanager.version}</version>
844       </dependency>
845       <dependency>
846         <groupId>org.opendaylight.controller</groupId>
847         <artifactId>containermanager</artifactId>
848         <version>${containermanager.version}</version>
849       </dependency>
850       <dependency>
851         <groupId>org.opendaylight.controller</groupId>
852         <artifactId>containermanager.implementation</artifactId>
853         <version>${containermanager.version}</version>
854       </dependency>
855       <dependency>
856         <groupId>org.opendaylight.controller</groupId>
857         <artifactId>containermanager.it.implementation</artifactId>
858         <version>${containermanager.it.version}</version>
859       </dependency>
860       <dependency>
861         <groupId>org.opendaylight.controller</groupId>
862         <artifactId>containermanager.northbound</artifactId>
863         <version>${containermanager.northbound.version}</version>
864       </dependency>
865       <dependency>
866         <groupId>org.opendaylight.controller</groupId>
867         <artifactId>containermanager.shell</artifactId>
868         <version>${containermanager.shell.version}</version>
869       </dependency>
870       <dependency>
871         <groupId>org.opendaylight.controller</groupId>
872         <artifactId>controllermanager.northbound</artifactId>
873         <version>${controllermanager.northbound.version}</version>
874       </dependency>
875       <dependency>
876         <groupId>org.opendaylight.controller</groupId>
877         <artifactId>devices.web</artifactId>
878         <version>${devices.web.version}</version>
879       </dependency>
880       <dependency>
881         <groupId>org.opendaylight.controller</groupId>
882         <artifactId>filter-valve</artifactId>
883         <version>${filtervalve.version}</version>
884       </dependency>
885       <dependency>
886         <groupId>org.opendaylight.controller</groupId>
887         <artifactId>flowprogrammer.northbound</artifactId>
888         <version>${flowprogrammer.northbound.version}</version>
889       </dependency>
890       <dependency>
891         <groupId>org.opendaylight.controller</groupId>
892         <artifactId>flows.web</artifactId>
893         <version>${flows.web.version}</version>
894       </dependency>
895       <dependency>
896         <groupId>org.opendaylight.controller</groupId>
897         <artifactId>forwarding.staticrouting</artifactId>
898         <version>${forwarding.staticrouting}</version>
899       </dependency>
900       <dependency>
901         <groupId>org.opendaylight.controller</groupId>
902         <artifactId>forwarding.staticrouting.northbound</artifactId>
903         <version>${forwarding.staticrouting.northbound.version}</version>
904       </dependency>
905       <dependency>
906         <groupId>org.opendaylight.controller</groupId>
907         <artifactId>forwardingrulesmanager</artifactId>
908         <version>${forwardingrulesmanager.version}</version>
909       </dependency>
910       <dependency>
911         <groupId>org.opendaylight.controller</groupId>
912         <artifactId>forwardingrulesmanager.implementation</artifactId>
913         <version>${forwardingrulesmanager.implementation.version}</version>
914       </dependency>
915
916       <dependency>
917         <groupId>org.opendaylight.controller</groupId>
918         <artifactId>hosttracker</artifactId>
919         <version>${hosttracker.api.version}</version>
920       </dependency>
921       <dependency>
922         <groupId>org.opendaylight.controller</groupId>
923         <artifactId>hosttracker.implementation</artifactId>
924         <version>${hosttracker.implementation.version}</version>
925       </dependency>
926       <dependency>
927         <groupId>org.opendaylight.controller</groupId>
928         <artifactId>hosttracker.northbound</artifactId>
929         <version>${hosttracker.northbound.version}</version>
930       </dependency>
931       <dependency>
932         <groupId>org.opendaylight.controller</groupId>
933         <artifactId>hosttracker.shell</artifactId>
934         <version>${hosttracker.shell.version}</version>
935       </dependency>
936       <dependency>
937         <groupId>org.opendaylight.controller</groupId>
938         <artifactId>hosttracker_new</artifactId>
939         <version>${hosttracker_new.api.version}</version>
940       </dependency>
941       <dependency>
942         <groupId>org.opendaylight.controller</groupId>
943         <artifactId>httpservice-bridge</artifactId>
944         <version>0.2.0-SNAPSHOT</version>
945       </dependency>
946       <dependency>
947         <groupId>org.opendaylight.controller</groupId>
948         <artifactId>jolokia-bridge</artifactId>
949         <version>0.2.0-SNAPSHOT</version>
950       </dependency>
951       <!-- Karaf Dependencies -->
952       <dependency>
953         <groupId>org.opendaylight.controller</groupId>
954         <artifactId>karaf.branding</artifactId>
955         <version>${karaf.branding.version}</version>
956       </dependency>
957       <dependency>
958         <groupId>org.opendaylight.controller</groupId>
959         <artifactId>liblldp</artifactId>
960         <version>${sal.version}</version>
961       </dependency>
962       <!-- Debug and logging -->
963       <dependency>
964         <groupId>org.opendaylight.controller</groupId>
965         <artifactId>logging.bridge</artifactId>
966         <version>${logging.bridge.version}</version>
967       </dependency>
968       <dependency>
969         <groupId>org.opendaylight.controller</groupId>
970         <artifactId>dummy-console</artifactId>
971         <version>${dummy-console.version}</version>
972       </dependency>
973
974       <dependency>
975         <groupId>org.opendaylight.controller</groupId>
976         <artifactId>networkconfig.bridgedomain.northbound</artifactId>
977         <version>${networkconfig.bridgedomain.northbound.version}</version>
978       </dependency>
979
980       <dependency>
981         <groupId>org.opendaylight.controller</groupId>
982         <artifactId>osgi-brandfragment.web</artifactId>
983         <version>${osgi-brandfragment.web.version}</version>
984       </dependency>
985       <!-- Southbound bundles -->
986       <dependency>
987         <groupId>org.opendaylight.controller</groupId>
988         <artifactId>protocol-framework</artifactId>
989         <version>${protocol-framework.version}</version>
990       </dependency>
991       <dependency>
992         <groupId>org.opendaylight.controller</groupId>
993         <artifactId>protocol_plugins.openflow</artifactId>
994         <version>${protocol_plugins.openflow.version}</version>
995       </dependency>
996       <dependency>
997         <groupId>org.opendaylight.controller</groupId>
998         <artifactId>protocol_plugins.stub</artifactId>
999         <version>${protocol_plugins.stub.version}</version>
1000       </dependency>
1001       <dependency>
1002         <groupId>org.opendaylight.controller</groupId>
1003         <artifactId>routing.dijkstra_implementation</artifactId>
1004         <version>${routing.dijkstra_implementation.version}</version>
1005       </dependency>
1006
1007       <!-- SAL bundles -->
1008       <dependency>
1009         <groupId>org.opendaylight.controller</groupId>
1010         <artifactId>sal</artifactId>
1011         <version>${sal.version}</version>
1012       </dependency>
1013
1014       <!-- SAL Extension bundles -->
1015       <dependency>
1016         <groupId>org.opendaylight.controller</groupId>
1017         <artifactId>sal.connection</artifactId>
1018         <version>${sal.connection.version}</version>
1019       </dependency>
1020       <dependency>
1021         <groupId>org.opendaylight.controller</groupId>
1022         <artifactId>sal.connection.implementation</artifactId>
1023         <version>${sal.connection.version}</version>
1024       </dependency>
1025       <dependency>
1026         <groupId>org.opendaylight.controller</groupId>
1027         <artifactId>sal.implementation</artifactId>
1028         <version>${sal.implementation.version}</version>
1029       </dependency>
1030       <dependency>
1031         <groupId>org.opendaylight.controller</groupId>
1032         <artifactId>sal.networkconfiguration</artifactId>
1033         <version>${sal.networkconfiguration.version}</version>
1034       </dependency>
1035       <dependency>
1036         <groupId>org.opendaylight.controller</groupId>
1037         <artifactId>sal.networkconfiguration.implementation</artifactId>
1038         <version>${sal.networkconfiguration.version}</version>
1039       </dependency>
1040
1041       <!-- samples -->
1042       <dependency>
1043         <groupId>org.opendaylight.controller</groupId>
1044         <artifactId>samples.loadbalancer</artifactId>
1045         <version>${samples.loadbalancer}</version>
1046       </dependency>
1047       <dependency>
1048         <groupId>org.opendaylight.controller</groupId>
1049         <artifactId>samples.loadbalancer.northbound</artifactId>
1050         <version>${samples.loadbalancer.northbound.version}</version>
1051       </dependency>
1052       <dependency>
1053         <groupId>org.opendaylight.controller</groupId>
1054         <artifactId>samples.simpleforwarding</artifactId>
1055         <version>${samples.simpleforwarding.version}</version>
1056       </dependency>
1057       <dependency>
1058         <groupId>org.opendaylight.controller</groupId>
1059         <artifactId>sanitytest</artifactId>
1060         <version>${sanitytest.version}</version>
1061       </dependency>
1062       <dependency>
1063         <groupId>org.opendaylight.controller</groupId>
1064         <artifactId>security</artifactId>
1065         <version>${security.version}</version>
1066       </dependency>
1067       <dependency>
1068         <groupId>org.opendaylight.controller</groupId>
1069         <artifactId>karaf-tomcat-security</artifactId>
1070         <version>${karaf.security.version}</version>
1071       </dependency>
1072
1073       <dependency>
1074         <groupId>org.opendaylight.controller</groupId>
1075         <artifactId>statistics.northbound</artifactId>
1076         <version>${statistics.northbound.version}</version>
1077       </dependency>
1078       <dependency>
1079         <groupId>org.opendaylight.controller</groupId>
1080         <artifactId>statisticsmanager</artifactId>
1081         <version>${statisticsmanager.version}</version>
1082       </dependency>
1083       <dependency>
1084         <groupId>org.opendaylight.controller</groupId>
1085         <artifactId>statisticsmanager.implementation</artifactId>
1086         <version>${statisticsmanager.implementation.version}</version>
1087       </dependency>
1088       <dependency>
1089         <groupId>org.opendaylight.controller</groupId>
1090         <artifactId>subnets.northbound</artifactId>
1091         <version>${subnets.northbound.version}</version>
1092       </dependency>
1093       <dependency>
1094         <groupId>org.opendaylight.controller</groupId>
1095         <artifactId>switchmanager</artifactId>
1096         <version>${switchmanager.api.version}</version>
1097       </dependency>
1098       <dependency>
1099         <groupId>org.opendaylight.controller</groupId>
1100         <artifactId>switchmanager.implementation</artifactId>
1101         <version>${switchmanager.implementation.version}</version>
1102       </dependency>
1103       <dependency>
1104         <groupId>org.opendaylight.controller</groupId>
1105         <artifactId>switchmanager.northbound</artifactId>
1106         <version>${switchmanager.northbound.version}</version>
1107       </dependency>
1108
1109       <dependency>
1110         <groupId>org.opendaylight.controller</groupId>
1111         <artifactId>topology.northbound</artifactId>
1112         <version>${topology.northbound.version}</version>
1113       </dependency>
1114       <dependency>
1115         <groupId>org.opendaylight.controller</groupId>
1116         <artifactId>topology.web</artifactId>
1117         <version>${topology.web.version}</version>
1118       </dependency>
1119       <dependency>
1120         <groupId>org.opendaylight.controller</groupId>
1121         <artifactId>topologymanager</artifactId>
1122         <version>${topologymanager.version}</version>
1123       </dependency>
1124       <dependency>
1125         <groupId>org.opendaylight.controller</groupId>
1126         <artifactId>topologymanager.shell</artifactId>
1127         <version>${topologymanager.shell.version}</version>
1128       </dependency>
1129       <dependency>
1130         <groupId>org.opendaylight.controller</groupId>
1131         <artifactId>troubleshoot.web</artifactId>
1132         <version>${troubleshoot.web.version}</version>
1133       </dependency>
1134       <dependency>
1135         <groupId>org.opendaylight.controller</groupId>
1136         <artifactId>usermanager</artifactId>
1137         <version>${usermanager.version}</version>
1138       </dependency>
1139       <dependency>
1140         <groupId>org.opendaylight.controller</groupId>
1141         <artifactId>usermanager.implementation</artifactId>
1142         <version>${usermanager.implementation.version}</version>
1143       </dependency>
1144       <dependency>
1145         <groupId>org.opendaylight.controller</groupId>
1146         <artifactId>usermanager.northbound</artifactId>
1147         <version>${usermanager.northbound.version}</version>
1148       </dependency>
1149
1150       <!--  Web bundles -->
1151       <dependency>
1152         <groupId>org.opendaylight.controller</groupId>
1153         <artifactId>web</artifactId>
1154         <version>${web.version}</version>
1155       </dependency>
1156
1157       <dependency>
1158         <groupId>org.opendaylight.yangtools</groupId>
1159         <artifactId>features-test</artifactId>
1160         <version>${yangtools.version}</version>
1161         <scope>test</scope>
1162       </dependency>
1163       <dependency>
1164         <groupId>org.opendaylight.odlparent</groupId>
1165         <artifactId>features-test</artifactId>
1166         <version>${features.test.version}</version>
1167         <scope>test</scope>
1168       </dependency>
1169       <dependency>
1170         <groupId>org.opendaylight.yangtools</groupId>
1171         <artifactId>features-yangtools</artifactId>
1172         <version>${yangtools.version}</version>
1173         <classifier>features</classifier>
1174         <type>xml</type>
1175         <scope>runtime</scope>
1176       </dependency>
1177       <dependency>
1178         <groupId>org.opendaylight.controller.thirdparty</groupId>
1179         <artifactId>com.sun.jersey.jersey-servlet</artifactId>
1180         <version>${jersey-servlet.version}</version>
1181       </dependency>
1182
1183       <!-- Third parties from opendaylight released -->
1184       <dependency>
1185         <groupId>org.opendaylight.controller.thirdparty</groupId>
1186         <artifactId>net.sf.jung2</artifactId>
1187         <version>2.0.1</version>
1188       </dependency>
1189       <dependency>
1190         <groupId>org.opendaylight.controller.thirdparty</groupId>
1191         <artifactId>org.apache.catalina.filters.CorsFilter</artifactId>
1192         <version>${corsfilter.version}</version>
1193       </dependency>
1194       <dependency>
1195         <groupId>org.opendaylight.controller.thirdparty</groupId>
1196         <artifactId>org.openflow.openflowj</artifactId>
1197         <version>1.0.2</version>
1198       </dependency>
1199
1200       <!-- yangtools artifacts -->
1201       <dependency>
1202         <groupId>org.opendaylight.yangtools</groupId>
1203         <artifactId>yangtools-artifacts</artifactId>
1204         <version>${yangtools.version}</version>
1205         <type>pom</type>
1206         <scope>import</scope>
1207       </dependency>
1208
1209       <dependency>
1210         <groupId>openexi</groupId>
1211         <artifactId>nagasena</artifactId>
1212         <version>${exi.nagasena.version}</version>
1213       </dependency>
1214       <dependency>
1215         <groupId>openexi</groupId>
1216         <artifactId>nagasena-rta</artifactId>
1217         <version>${exi.nagasena.version}</version>
1218       </dependency>
1219       <dependency>
1220         <groupId>org.reflections</groupId>
1221         <artifactId>reflections</artifactId>
1222         <version>0.9.9-RC1</version>
1223       </dependency>
1224       <dependency>
1225         <groupId>org.scala-lang</groupId>
1226         <artifactId>scala-library</artifactId>
1227         <version>${scala.version}.1</version>
1228       </dependency>
1229       <dependency>
1230         <groupId>org.slf4j</groupId>
1231         <artifactId>jcl-over-slf4j</artifactId>
1232         <version>${slf4j.version}</version>
1233       </dependency>
1234       <dependency>
1235         <groupId>org.slf4j</groupId>
1236         <artifactId>log4j-over-slf4j</artifactId>
1237         <version>${slf4j.version}</version>
1238       </dependency>
1239       <dependency>
1240         <groupId>org.slf4j</groupId>
1241         <artifactId>slf4j-api</artifactId>
1242         <version>${slf4j.version}</version>
1243         <scope>compile</scope>
1244       </dependency>
1245       <dependency>
1246         <groupId>org.slf4j</groupId>
1247         <artifactId>slf4j-simple</artifactId>
1248         <version>${slf4j.version}</version>
1249       </dependency>
1250       <dependency>
1251         <groupId>org.opendaylight.controller</groupId>
1252         <artifactId>commons.logback_settings</artifactId>
1253         <version>0.2.0-SNAPSHOT</version>
1254         <scope>test</scope>
1255       </dependency>
1256       <dependency>
1257         <groupId>org.opendaylight.controller</groupId>
1258         <artifactId>features-protocol-framework</artifactId>
1259         <version>${protocol-framework.version}</version>
1260         <classifier>features</classifier>
1261         <type>xml</type>
1262         <scope>runtime</scope>
1263       </dependency>
1264       <dependency>
1265         <groupId>org.opendaylight.controller</groupId>
1266         <artifactId>features-base</artifactId>
1267         <version>${commons.opendaylight.version}</version>
1268         <classifier>features</classifier>
1269         <type>xml</type>
1270         <scope>runtime</scope>
1271       </dependency>
1272       <dependency>
1273         <groupId>org.opendaylight.controller</groupId>
1274         <artifactId>features-adsal</artifactId>
1275         <version>${sal.version}</version>
1276         <classifier>features</classifier>
1277         <type>xml</type>
1278         <scope>runtime</scope>
1279       </dependency>
1280       <dependency>
1281         <groupId>org.opendaylight.controller</groupId>
1282         <artifactId>features-nsf</artifactId>
1283         <version>${nsf.version}</version>
1284         <classifier>features</classifier>
1285         <type>xml</type>
1286         <scope>runtime</scope>
1287       </dependency>
1288
1289       <!-- JMH Benchmark dependencies -->
1290       <dependency>
1291         <groupId>org.openjdk.jmh</groupId>
1292         <artifactId>jmh-core</artifactId>
1293         <version>${jmh.version}</version>
1294       </dependency>
1295       <dependency>
1296         <groupId>org.openjdk.jmh</groupId>
1297         <artifactId>jmh-generator-annprocess</artifactId>
1298         <version>${jmh.version}</version>
1299       </dependency>
1300     </dependencies>
1301   </dependencyManagement>
1302
1303   <dependencies>
1304     <!-- Sonar -->
1305     <dependency>
1306       <groupId>org.codehaus.sonar-plugins.java</groupId>
1307       <artifactId>sonar-jacoco-listeners</artifactId>
1308       <version>${sonar-jacoco-listeners.version}</version>
1309       <scope>test</scope>
1310     </dependency>
1311   </dependencies>
1312
1313   <build>
1314     <pluginManagement>
1315       <plugins>
1316         <plugin>
1317           <groupId>org.apache.felix</groupId>
1318           <artifactId>maven-bundle-plugin</artifactId>
1319           <version>${bundle.plugin.version}</version>
1320           <extensions>true</extensions>
1321         </plugin>
1322         <plugin>
1323           <artifactId>maven-clean-plugin</artifactId>
1324           <configuration>
1325             <filesets>
1326               <fileset>
1327                 <directory>${jmxGeneratorPath}</directory>
1328                 <includes>
1329                   <include>**</include>
1330                 </includes>
1331               </fileset>
1332               <fileset>
1333                 <directory>${salGeneratorPath}</directory>
1334                 <includes>
1335                   <include>**</include>
1336                 </includes>
1337               </fileset>
1338             </filesets>
1339           </configuration>
1340         </plugin>
1341         <plugin>
1342           <groupId>org.apache.maven.plugins</groupId>
1343           <artifactId>maven-compiler-plugin</artifactId>
1344           <version>${maven.compile.plugin.version}</version>
1345           <configuration>
1346             <source>${java.version.source}</source>
1347             <target>${java.version.target}</target>
1348             <testSource>${java.version.source}</testSource>
1349             <testTarget>${java.version.target}</testTarget>
1350           </configuration>
1351         </plugin>
1352         <plugin>
1353           <groupId>org.apache.maven.plugins</groupId>
1354           <artifactId>maven-jar-plugin</artifactId>
1355           <version>${jar.plugin.version}</version>
1356         </plugin>
1357         <plugin>
1358           <groupId>org.apache.maven.plugins</groupId>
1359           <artifactId>maven-javadoc-plugin</artifactId>
1360           <version>2.8.1</version>
1361           <configuration>
1362             <doclet>org.jboss.apiviz.APIviz</doclet>
1363             <docletArtifact>
1364               <groupId>org.jboss.apiviz</groupId>
1365               <artifactId>apiviz</artifactId>
1366               <version>1.3.2.GA</version>
1367             </docletArtifact>
1368             <finalName>${project.artifactId}-${build.suffix}</finalName>
1369             <useStandardDocletOptions>true</useStandardDocletOptions>
1370             <charset>UTF-8</charset>
1371             <encoding>UTF-8</encoding>
1372             <docencoding>UTF-8</docencoding>
1373             <breakiterator>true</breakiterator>
1374             <version>true</version>
1375             <author>true</author>
1376             <keywords>true</keywords>
1377             <excludePackageNames>net.sf.jnetlib.*:cern.*:corejava:*.internal:edu.uci.*</excludePackageNames>
1378             <failOnError>false</failOnError>
1379           </configuration>
1380         </plugin>
1381         <plugin>
1382           <groupId>org.apache.maven.plugins</groupId>
1383           <artifactId>maven-jxr-plugin</artifactId>
1384           <version>2.3</version>
1385           <configuration>
1386             <aggregate>true</aggregate>
1387             <linkJavadoc>true</linkJavadoc>
1388             <javadocDir>target/apidocs</javadocDir>
1389           </configuration>
1390         </plugin>
1391         <plugin>
1392           <groupId>org.apache.maven.plugins</groupId>
1393           <artifactId>maven-release-plugin</artifactId>
1394           <version>${releaseplugin.version}</version>
1395         </plugin>
1396         <plugin>
1397           <groupId>org.codehaus.enunciate</groupId>
1398           <artifactId>maven-enunciate-plugin</artifactId>
1399           <version>${enunciate.version}</version>
1400           <configuration>
1401             <configFile>enunciate.xml</configFile>
1402           </configuration>
1403           <dependencies>
1404             <dependency>
1405               <groupId>org.codehaus.enunciate</groupId>
1406               <artifactId>enunciate-swagger</artifactId>
1407               <version>${enunciate.version}</version>
1408             </dependency>
1409             <dependency>
1410               <groupId>org.opendaylight.controller</groupId>
1411               <artifactId>commons.logback_settings</artifactId>
1412               <version>0.2.0-SNAPSHOT</version>
1413             </dependency>
1414           </dependencies>
1415           <executions>
1416             <execution>
1417               <goals>
1418                 <goal>docs</goal>
1419               </goals>
1420             </execution>
1421           </executions>
1422         </plugin>
1423         <plugin>
1424           <groupId>org.codehaus.mojo</groupId>
1425           <artifactId>build-helper-maven-plugin</artifactId>
1426           <version>1.8</version>
1427           <executions>
1428             <execution>
1429               <id>add-source</id>
1430               <goals>
1431                 <goal>add-source</goal>
1432               </goals>
1433               <phase>generate-sources</phase>
1434               <configuration>
1435                 <sources>
1436                   <source>src/main/yang</source>
1437                   <source>${jmxGeneratorPath}</source>
1438                   <source>${salGeneratorPath}</source>
1439                 </sources>
1440               </configuration>
1441             </execution>
1442           </executions>
1443         </plugin>
1444
1445         <!-- Ignore/Execute plugin execution -->
1446         <plugin>
1447           <groupId>org.eclipse.m2e</groupId>
1448           <artifactId>lifecycle-mapping</artifactId>
1449           <version>${lifecycle.mapping.version}</version>
1450           <configuration>
1451             <lifecycleMappingMetadata>
1452               <pluginExecutions>
1453                 <pluginExecution>
1454                   <pluginExecutionFilter>
1455                     <groupId>org.codehaus.mojo</groupId>
1456                     <artifactId>properties-maven-plugin</artifactId>
1457                     <versionRange>[0.0,)</versionRange>
1458                     <goals>
1459                       <goal>set-system-properties</goal>
1460                     </goals>
1461                   </pluginExecutionFilter>
1462                   <action>
1463                     <ignore></ignore>
1464                   </action>
1465                 </pluginExecution>
1466                 <pluginExecution>
1467                   <pluginExecutionFilter>
1468                     <groupId>org.codehaus.enunciate</groupId>
1469                     <artifactId>maven-enunciate-plugin</artifactId>
1470                     <versionRange>[0.0,)</versionRange>
1471                     <goals>
1472                       <goal>docs</goal>
1473                     </goals>
1474                   </pluginExecutionFilter>
1475                   <action>
1476                     <ignore></ignore>
1477                   </action>
1478                 </pluginExecution>
1479                 <pluginExecution>
1480                   <pluginExecutionFilter>
1481                     <groupId>org.jacoco</groupId>
1482                     <artifactId>jacoco-maven-plugin</artifactId>
1483                     <versionRange>[0.0,)</versionRange>
1484                     <goals>
1485                       <goal>prepare-agent</goal>
1486                       <goal>pre-test</goal>
1487                       <goal>post-test</goal>
1488                     </goals>
1489                   </pluginExecutionFilter>
1490                   <action>
1491                     <ignore></ignore>
1492                   </action>
1493                 </pluginExecution>
1494                 <pluginExecution>
1495                   <pluginExecutionFilter>
1496                     <groupId>org.ops4j.pax.exam</groupId>
1497                     <artifactId>maven-paxexam-plugin</artifactId>
1498                     <versionRange>[1.2.4,)</versionRange>
1499                     <goals>
1500                       <goal>generate-depends-file</goal>
1501                     </goals>
1502                   </pluginExecutionFilter>
1503                   <action>
1504                     <execute>
1505                       <runOnIncremental>false</runOnIncremental>
1506                     </execute>
1507                   </action>
1508                 </pluginExecution>
1509                 <pluginExecution>
1510                   <pluginExecutionFilter>
1511                     <groupId>org.apache.maven.plugins</groupId>
1512                     <artifactId>maven-checkstyle-plugin</artifactId>
1513                     <versionRange>[2.0,)</versionRange>
1514                     <goals>
1515                       <goal>check</goal>
1516                     </goals>
1517                   </pluginExecutionFilter>
1518                   <action>
1519                     <ignore></ignore>
1520                   </action>
1521                 </pluginExecution>
1522                 <pluginExecution>
1523                   <pluginExecutionFilter>
1524                     <groupId>org.opendaylight.yangtools</groupId>
1525                     <artifactId>yang-maven-plugin</artifactId>
1526                     <versionRange>[0.5,)</versionRange>
1527                     <goals>
1528                       <goal>generate-sources</goal>
1529                     </goals>
1530                   </pluginExecutionFilter>
1531                   <action>
1532                     <execute></execute>
1533                   </action>
1534                 </pluginExecution>
1535                 <pluginExecution>
1536                   <pluginExecutionFilter>
1537                     <groupId>org.codehaus.groovy.maven</groupId>
1538                     <artifactId>gmaven-plugin</artifactId>
1539                     <versionRange>1.0</versionRange>
1540                     <goals>
1541                       <goal>execute</goal>
1542                     </goals>
1543                   </pluginExecutionFilter>
1544                   <action>
1545                     <ignore></ignore>
1546                   </action>
1547                 </pluginExecution>
1548                 <pluginExecution>
1549                   <pluginExecutionFilter>
1550                     <groupId>org.apache.maven.plugins</groupId>
1551                     <artifactId>maven-enforcer-plugin</artifactId>
1552                     <versionRange>${enforcer.version}</versionRange>
1553                     <goals>
1554                       <goal>enforce</goal>
1555                     </goals>
1556                   </pluginExecutionFilter>
1557                   <action>
1558                     <ignore></ignore>
1559                   </action>
1560                 </pluginExecution>
1561                 <pluginExecution>
1562                   <pluginExecutionFilter>
1563                     <groupId>org.codehaus.mojo</groupId>
1564                     <artifactId>javacc-maven-plugin</artifactId>
1565                     <versionRange>[0.0,)</versionRange>
1566                     <goals>
1567                       <goal>javacc</goal>
1568                     </goals>
1569                   </pluginExecutionFilter>
1570                   <action>
1571                     <execute>
1572                       <runOnIncremental>false</runOnIncremental>
1573                     </execute>
1574                   </action>
1575                 </pluginExecution>
1576               </pluginExecutions>
1577             </lifecycleMappingMetadata>
1578           </configuration>
1579         </plugin>
1580         <plugin>
1581           <groupId>org.jacoco</groupId>
1582           <artifactId>jacoco-maven-plugin</artifactId>
1583           <version>${jacoco.version}</version>
1584           <executions>
1585             <execution>
1586               <id>prepare-ut-agent</id>
1587               <phase>process-test-classes</phase>
1588               <goals>
1589                 <goal>prepare-agent</goal>
1590               </goals>
1591               <configuration>
1592                 <destFile>${sonar.jacoco.reportPath}</destFile>
1593                 <propertyName>jacoco.agent.ut.arg</propertyName>
1594               </configuration>
1595             </execution>
1596             <execution>
1597               <id>prepare-it-agent</id>
1598               <phase>pre-integration-test</phase>
1599               <goals>
1600                 <goal>prepare-agent</goal>
1601               </goals>
1602               <configuration>
1603                 <destFile>${sonar.jacoco.itReportPath}</destFile>
1604                 <propertyName>jacoco.agent.it.arg</propertyName>
1605               </configuration>
1606             </execution>
1607           </executions>
1608         </plugin>
1609         <plugin>
1610           <groupId>org.opendaylight.yangtools</groupId>
1611           <artifactId>yang-maven-plugin</artifactId>
1612           <version>${yangtools.version}</version>
1613           <dependencies>
1614             <dependency>
1615               <groupId>org.opendaylight.yangtools</groupId>
1616               <artifactId>maven-sal-api-gen-plugin</artifactId>
1617               <version>${yangtools.version}</version>
1618               <type>jar</type>
1619             </dependency>
1620             <dependency>
1621               <groupId>org.osgi</groupId>
1622               <artifactId>org.osgi.core</artifactId>
1623               <version>${osgi.core.version}</version>
1624             </dependency>
1625           </dependencies>
1626         </plugin>
1627       </plugins>
1628     </pluginManagement>
1629     <plugins>
1630       <plugin>
1631         <groupId>org.apache.maven.plugins</groupId>
1632         <artifactId>maven-checkstyle-plugin</artifactId>
1633         <configuration>
1634           <failsOnError>true</failsOnError>
1635           <configLocation>controller/checkstyle.xml</configLocation>
1636           <consoleOutput>true</consoleOutput>
1637           <includeTestSourceDirectory>true</includeTestSourceDirectory>
1638           <sourceDirectory>${project.basedir}</sourceDirectory>
1639           <includes>**\/*.java,**\/*.xml,**\/*.ini,**\/*.sh,**\/*.bat</includes>
1640           <excludes>**\/target\/,**\/bin\/,**\/target-ide\/,**\/${jmxGeneratorPath}\/,**\/${salGeneratorPath}\/,**\/protobuff\/,**\/src\/main\/resources\/archetype-resources\/**\/*.java</excludes>
1641         </configuration>
1642         <dependencies>
1643           <dependency>
1644             <groupId>org.opendaylight.controller</groupId>
1645             <artifactId>checkstyle</artifactId>
1646             <version>0.2.0-SNAPSHOT</version>
1647           </dependency>
1648         </dependencies>
1649         <executions>
1650           <execution>
1651             <goals>
1652               <goal>check</goal>
1653             </goals>
1654             <phase>process-sources</phase>
1655           </execution>
1656         </executions>
1657       </plugin>
1658       <plugin>
1659         <groupId>org.apache.maven.plugins</groupId>
1660         <artifactId>maven-enforcer-plugin</artifactId>
1661         <version>${enforcer.version}</version>
1662         <executions>
1663           <execution>
1664             <id>enforce-requirements</id>
1665             <goals>
1666               <goal>enforce</goal>
1667             </goals>
1668             <configuration>
1669               <rules>
1670                 <requireJavaVersion>
1671                   <version>1.7.0</version>
1672                 </requireJavaVersion>
1673                 <requireMavenVersion>
1674                   <version>3.1.1</version>
1675                 </requireMavenVersion>
1676               </rules>
1677             </configuration>
1678           </execution>
1679         </executions>
1680       </plugin>
1681       <plugin>
1682         <groupId>org.apache.maven.plugins</groupId>
1683         <artifactId>maven-failsafe-plugin</artifactId>
1684         <version>${failsafe.version}</version>
1685         <configuration>
1686           <argLine>${testvm.argLine} ${jacoco.agent.it.arg}</argLine>
1687           <systemProperties>
1688             <property>
1689               <name>logback.configurationFile</name>
1690               <value>logback.xml</value>
1691             </property>
1692           </systemProperties>
1693           <!-- Specific to generate mapping between tests and covered code -->
1694           <properties>
1695             <property>
1696                 <name>listener</name>
1697                 <value>org.sonar.java.jacoco.JUnitListener</value>
1698             </property>
1699           </properties>
1700         </configuration>
1701         <executions>
1702           <execution>
1703             <id>failsafe-integration-tests</id>
1704             <goals>
1705               <goal>integration-test</goal>
1706             </goals>
1707             <phase>integration-test</phase>
1708           </execution>
1709           <execution>
1710             <id>failsafe-verify</id>
1711             <goals>
1712               <goal>verify</goal>
1713             </goals>
1714             <phase>verify</phase>
1715           </execution>
1716         </executions>
1717       </plugin>
1718       <plugin>
1719         <groupId>org.apache.maven.plugins</groupId>
1720         <artifactId>maven-surefire-plugin</artifactId>
1721         <configuration>
1722           <argLine>${testvm.argLine} ${jacoco.agent.ut.arg}</argLine>
1723           <systemProperties>
1724             <property>
1725               <name>logback.configurationFile</name>
1726               <value>logback.xml</value>
1727             </property>
1728           </systemProperties>
1729           <!-- Specific to generate mapping between tests and covered code -->
1730           <properties>
1731             <property>
1732                 <name>listener</name>
1733                 <value>org.sonar.java.jacoco.JUnitListener</value>
1734             </property>
1735           </properties>
1736         </configuration>
1737       </plugin>
1738       <plugin>
1739         <groupId>org.codehaus.mojo</groupId>
1740         <artifactId>build-helper-maven-plugin</artifactId>
1741       </plugin>
1742       <plugin>
1743         <groupId>org.jacoco</groupId>
1744         <artifactId>jacoco-maven-plugin</artifactId>
1745       </plugin>
1746     </plugins>
1747   </build>
1748
1749   <reporting>
1750     <outputDirectory>${project.build.directory}/site</outputDirectory>
1751     <excludeDefaults>true</excludeDefaults>
1752     <plugins>
1753       <plugin>
1754         <groupId>org.apache.maven.plugins</groupId>
1755         <artifactId>maven-checkstyle-plugin</artifactId>
1756         <version>${checkstyle.version}</version>
1757       </plugin>
1758       <plugin>
1759         <groupId>org.apache.maven.plugins</groupId>
1760         <artifactId>maven-javadoc-plugin</artifactId>
1761         <version>2.8.1</version>
1762         <configuration>
1763           <doclet>org.jboss.apiviz.APIviz</doclet>
1764           <docletArtifact>
1765             <groupId>org.jboss.apiviz</groupId>
1766             <artifactId>apiviz</artifactId>
1767             <version>1.3.2.GA</version>
1768           </docletArtifact>
1769           <finalName>${project.artifactId}-${build.suffix}</finalName>
1770           <useStandardDocletOptions>true</useStandardDocletOptions>
1771           <charset>UTF-8</charset>
1772           <encoding>UTF-8</encoding>
1773           <docencoding>UTF-8</docencoding>
1774           <breakiterator>true</breakiterator>
1775           <version>true</version>
1776           <author>true</author>
1777           <keywords>true</keywords>
1778           <excludePackageNames>*.internal:edu.uci.*</excludePackageNames>
1779         </configuration>
1780       </plugin>
1781       <plugin>
1782         <groupId>org.apache.maven.plugins</groupId>
1783         <artifactId>maven-jxr-plugin</artifactId>
1784         <version>2.3</version>
1785         <configuration>
1786           <aggregate>true</aggregate>
1787           <linkJavadoc>true</linkJavadoc>
1788         </configuration>
1789       </plugin>
1790       <plugin>
1791         <groupId>org.apache.maven.plugins</groupId>
1792         <artifactId>maven-project-info-reports-plugin</artifactId>
1793         <version>${projectinfo}</version>
1794         <configuration>
1795           <dependencyDetailsEnabled>false</dependencyDetailsEnabled>
1796           <dependencyLocationsEnabled>false</dependencyLocationsEnabled>
1797         </configuration>
1798         <reportSets>
1799           <reportSet>
1800             <reports>
1801               <report>index</report>
1802               <report>project-team</report>
1803               <report>license</report>
1804               <report>mailing-list</report>
1805               <report>plugin-management</report>
1806               <report>cim</report>
1807               <report>issue-tracking</report>
1808               <report>scm</report>
1809               <report>summary</report>
1810             </reports>
1811           </reportSet>
1812         </reportSets>
1813       </plugin>
1814     </plugins>
1815   </reporting>
1816   <scm>
1817     <connection>scm:git:http://git.opendaylight.org/gerrit/controller.git</connection>
1818     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
1819     <tag>HEAD</tag>
1820     <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main</url>
1821   </scm>
1822
1823   <repositories>
1824
1825     <!-- OpenDayLight Repo Mirror -->
1826     <!-- NOTE: URLs need to be hardcoded in the repository section because we have
1827          parent poms that do NOT exist in this project and thus need to be pulled
1828          down from the repository. To override these URLs you should use the
1829          mirror section in your local settings.xml file. -->
1830     <repository>
1831       <releases>
1832         <enabled>true</enabled>
1833         <updatePolicy>never</updatePolicy>
1834       </releases>
1835       <snapshots>
1836         <enabled>false</enabled>
1837       </snapshots>
1838       <id>opendaylight-mirror</id>
1839       <name>opendaylight-mirror</name>
1840       <url>http://nexus.opendaylight.org/content/groups/public/</url>
1841     </repository>
1842     <!-- OpenDayLight Snapshot artifact -->
1843     <repository>
1844       <releases>
1845         <enabled>false</enabled>
1846       </releases>
1847       <snapshots>
1848         <enabled>true</enabled>
1849       </snapshots>
1850       <id>opendaylight-snapshot</id>
1851       <name>opendaylight-snapshot</name>
1852       <url>http://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/</url>
1853     </repository>
1854   </repositories>
1855
1856   <pluginRepositories>
1857     <!-- OpenDayLight Repo Mirror -->
1858     <pluginRepository>
1859       <releases>
1860         <enabled>true</enabled>
1861         <updatePolicy>never</updatePolicy>
1862       </releases>
1863       <snapshots>
1864         <enabled>false</enabled>
1865       </snapshots>
1866       <id>opendaylight-mirror</id>
1867       <name>opendaylight-mirror</name>
1868       <url>http://nexus.opendaylight.org/content/groups/public/</url>
1869     </pluginRepository>
1870     <!-- OpenDayLight Snapshot artifact -->
1871     <pluginRepository>
1872       <releases>
1873         <enabled>false</enabled>
1874       </releases>
1875       <snapshots>
1876         <enabled>true</enabled>
1877       </snapshots>
1878       <id>opendaylight-snapshot</id>
1879       <name>opendaylight-snapshot</name>
1880       <url>http://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/</url>
1881     </pluginRepository>
1882   </pluginRepositories>
1883
1884   <!-- distribution management only runs when you run mvn deploy
1885        which is if you are deploying compiled artifacts to a
1886        maven repository. In that case logic dictacts that you already
1887        compiled and thus already have the necessary parent pom files
1888        that do not exist in this project pulled down to your local
1889        .m2. That way the variables can be resolved and artifacts can
1890        be uploaded when running mvn deploy. -->
1891   <distributionManagement>
1892     <!-- OpenDayLight Released artifact -->
1893     <repository>
1894       <id>opendaylight-release</id>
1895       <url>${nexusproxy}/repositories/opendaylight.release/</url>
1896     </repository>
1897     <!-- OpenDayLight Snapshot artifact -->
1898     <snapshotRepository>
1899       <id>opendaylight-snapshot</id>
1900       <url>${nexusproxy}/repositories/opendaylight.snapshot/</url>
1901     </snapshotRepository>
1902     <!-- Site deployment -->
1903     <site>
1904       <id>website</id>
1905       <url>${sitedeploy}</url>
1906     </site>
1907   </distributionManagement>
1908
1909   <profiles>
1910     <profile>
1911       <id>IDE</id>
1912       <activation>
1913         <property>
1914           <name>m2e.version</name>
1915         </property>
1916       </activation>
1917       <build>
1918         <!-- Put the IDE's build output in a folder other than target, so that IDE builds don't interact with Maven builds -->
1919         <directory>target-ide</directory>
1920       </build>
1921     </profile>
1922     <profile>
1923       <id>viewbuild</id>
1924       <activation>
1925         <activeByDefault>true</activeByDefault>
1926       </activation>
1927       <properties>
1928         <build.suffix>${project.version}</build.suffix>
1929       </properties>
1930     </profile>
1931     <profile>
1932       <id>jenkins</id>
1933       <activation>
1934         <property>
1935           <name>BUILDSUFFIX</name>
1936         </property>
1937       </activation>
1938       <properties>
1939         <build.suffix>${BUILDSUFFIX}</build.suffix>
1940       </properties>
1941     </profile>
1942     <profile>
1943       <id>fastreassembly</id>
1944       <build>
1945         <plugins>
1946           <plugin>
1947             <groupId>org.apache.maven.plugins</groupId>
1948             <artifactId>maven-dependency-plugin</artifactId>
1949             <version>2.4</version>
1950             <executions>
1951               <execution>
1952                 <id>copyfastreassembly</id>
1953                 <goals>
1954                   <goal>copy</goal>
1955                 </goals>
1956                 <phase>install</phase>
1957                 <configuration>
1958                   <artifactItems>
1959                     <artifactItem>
1960                       <groupId>${project.groupId}</groupId>
1961                       <artifactId>${project.artifactId}</artifactId>
1962                       <version>${project.version}</version>
1963                       <destFileName>${project.groupId}.${project.artifactId}-${project.version}.jar</destFileName>
1964                     </artifactItem>
1965                   </artifactItems>
1966                   <outputDirectory>${fastreassembly.directory}</outputDirectory>
1967                 </configuration>
1968               </execution>
1969             </executions>
1970           </plugin>
1971         </plugins>
1972       </build>
1973     </profile>
1974   </profiles>
1975 </project>