Added method for getting non-cached flow statistics
[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"
3   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4   <modelVersion>4.0.0</modelVersion>
5   <prerequisites>
6     <maven>3.0</maven>
7   </prerequisites>
8   <groupId>org.opendaylight.controller</groupId>
9   <artifactId>commons.opendaylight</artifactId>
10   <version>1.4.1-SNAPSHOT</version>
11   <packaging>pom</packaging>
12   <parent>
13     <groupId>org.opendaylight.controller</groupId>
14     <artifactId>commons.parent</artifactId>
15     <version>1.0.1-SNAPSHOT</version>
16     <relativePath>../parent</relativePath>
17   </parent>
18   <scm>
19     <connection>scm:git:ssh://git.opendaylight.org:29418/controller.git</connection>
20     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
21     <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main</url>
22     <tag>HEAD</tag>
23   </scm>
24
25   <properties>
26
27     <!-- Java Versions -->
28     <maven.compiler.source>1.7</maven.compiler.source>
29     <maven.compiler.target>1.7</maven.compiler.target>
30
31     <propertymavenplugin.version>1.0-alpha-2</propertymavenplugin.version>
32     <sonar.host.url>https://sonar.opendaylight.org/</sonar.host.url>
33     <sitedeploy>dav:http://nexus.opendaylight.org/content/sites/site</sitedeploy>
34     <siteplugin>3.2</siteplugin>
35     <projectinfo>2.6</projectinfo>
36     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
37     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
38     <compiler.version>2.3.2</compiler.version>
39     <surefire.version>2.15</surefire.version>
40     <failsafe.version>2.15</failsafe.version>
41     <exam.version>3.0.0</exam.version>
42     <url.version>1.5.0</url.version>
43     <enunciate.version>1.26.2</enunciate.version>
44     <sonar.branch>${user.name}-private-view</sonar.branch>
45     <sonar.skippedModules>org.openflow.openflowj,net.sf.jung2</sonar.skippedModules>
46     <logback.version>1.0.9</logback.version>
47     <slf4j.version>1.7.2</slf4j.version>
48     <jackson.version>1.9.8</jackson.version>
49     <spring.version>3.1.3.RELEASE</spring.version>
50     <spring-security.version>3.1.3.RELEASE</spring-security.version>
51     <spring-osgi.version>1.2.1</spring-osgi.version>
52     <jersey.version>1.17</jersey.version>
53     <virgo.version>3.6.0.RELEASE</virgo.version>
54     <geminiweb.version>2.2.0.RELEASE</geminiweb.version>
55     <jolokia.version>1.1.4</jolokia.version>
56     <checkstyle.version>2.10</checkstyle.version>
57     <testvm.argLine>-Xmx1024m -XX:MaxPermSize=256m</testvm.argLine>
58     <yang.version>0.5.9-SNAPSHOT</yang.version>
59     <guava.version>14.0.1</guava.version>
60     <osgi.core.version>5.0.0</osgi.core.version>
61     <ietf-inet-types.version>2010.09.24.1</ietf-inet-types.version>
62     <ietf-yang-types.version>2010.09.24.1</ietf-yang-types.version>
63     <opendaylight-l2-types.version>2013.08.27.1</opendaylight-l2-types.version>
64     <yang-ext.version>2013.09.07.1</yang-ext.version>
65     <javassist.version>3.17.1-GA</javassist.version>
66     <sample-toaster.version>1.0-SNAPSHOT</sample-toaster.version>
67     <releaseplugin.version>2.3.2</releaseplugin.version>
68     <commons.lang.version>3.1</commons.lang.version>
69     <jacoco.version>0.5.3.201107060350</jacoco.version>
70     <enforcer.version>1.3.1</enforcer.version>
71     <bundle.plugin.version>2.3.7</bundle.plugin.version>
72     <junit.version>4.8.1</junit.version>
73     <bgpcep.version>0.3.0-SNAPSHOT</bgpcep.version>
74     <yangtools.version>0.5.9-SNAPSHOT</yangtools.version>
75     <yangtools.binding.version>0.6.0-SNAPSHOT</yangtools.binding.version>
76     <!--versions for bits of the controller -->
77     <controller.version>0.4.1-SNAPSHOT</controller.version>
78     <config.version>0.2.1-SNAPSHOT</config.version>
79     <netconf.version>0.2.2-SNAPSHOT</netconf.version>
80     <config.yangstore.version>0.2.2-SNAPSHOT</config.yangstore.version>
81     <mdsal.version>1.0-SNAPSHOT</mdsal.version>
82     <containermanager.version>0.5.1-SNAPSHOT</containermanager.version>
83     <switchmanager.api.version>0.5.1-SNAPSHOT</switchmanager.api.version>
84     <connectionmanager.version>0.1.1-SNAPSHOT</connectionmanager.version>
85     <sal.version>0.5.1-SNAPSHOT</sal.version>
86     <sal.networkconfiguration.version>0.0.2-SNAPSHOT</sal.networkconfiguration.version>
87     <sal.connection.version>0.1.1-SNAPSHOT</sal.connection.version>
88     <networkconfig.bridgedomain.northbound.version>0.0.2-SNAPSHOT</networkconfig.bridgedomain.northbound.version>
89     <commons.httpclient.version>0.1.1-SNAPSHOT</commons.httpclient.version>
90     <concepts.version>0.5.1-SNAPSHOT</concepts.version>
91     <jolokia.bridge.version>0.0.1-SNAPSHOT</jolokia.bridge.version>
92     <netty.version>4.0.10.Final</netty.version>
93     <commons.io.version>2.4</commons.io.version>
94     <!-- Sonar properties using jacoco to retrieve integration test results -->
95     <sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
96     <sonar.language>java</sonar.language>
97     <forwardingrulesmanager.version>0.5.0-SNAPSHOT</forwardingrulesmanager.version>
98     <statisticsmanager.version>0.5.0-SNAPSHOT</statisticsmanager.version>
99   </properties>
100
101   <dependencyManagement>
102     <dependencies>
103       <dependency>
104         <groupId>junit</groupId>
105         <artifactId>junit</artifactId>
106         <version>${junit.version}</version>
107         <scope>test</scope>
108       </dependency>
109       <dependency>
110         <groupId>org.slf4j</groupId>
111         <artifactId>jcl-over-slf4j</artifactId>
112         <version>${slf4j.version}</version>
113       </dependency>
114       <dependency>
115         <groupId>org.osgi</groupId>
116         <artifactId>org.osgi.core</artifactId>
117         <version>${osgi.core.version}</version>
118         <scope>provided</scope>
119       </dependency>
120       <dependency>
121         <groupId>org.slf4j</groupId>
122         <artifactId>slf4j-api</artifactId>
123         <version>${slf4j.version}</version>
124         <scope>compile</scope>
125       </dependency>
126       <dependency>
127         <groupId>org.slf4j</groupId>
128         <artifactId>log4j-over-slf4j</artifactId>
129         <version>${slf4j.version}</version>
130       </dependency>
131       <dependency>
132         <groupId>ch.qos.logback</groupId>
133         <artifactId>logback-core</artifactId>
134         <version>${logback.version}</version>
135       </dependency>
136       <dependency>
137         <groupId>ch.qos.logback</groupId>
138         <artifactId>logback-classic</artifactId>
139         <version>${logback.version}</version>
140       </dependency>
141       <dependency>
142         <groupId>org.codehaus.jackson</groupId>
143         <artifactId>jackson-mapper-asl</artifactId>
144         <version>${jackson.version}</version>
145       </dependency>
146       <dependency>
147         <groupId>org.codehaus.jackson</groupId>
148         <artifactId>jackson-core-asl</artifactId>
149         <version>${jackson.version}</version>
150       </dependency>
151       <dependency>
152         <groupId>org.codehaus.jackson</groupId>
153         <artifactId>jackson-jaxrs</artifactId>
154         <version>${jackson.version}</version>
155       </dependency>
156       <dependency>
157         <groupId>org.codehaus.jackson</groupId>
158         <artifactId>jackson-xc</artifactId>
159         <version>${jackson.version}</version>
160       </dependency>
161       <dependency>
162         <groupId>org.codehaus.jettison</groupId>
163         <artifactId>jettison</artifactId>
164         <version>1.3.3</version>
165       </dependency>
166       <dependency>
167         <groupId>com.google.guava</groupId>
168         <artifactId>guava</artifactId>
169         <version>${guava.version}</version>
170       </dependency>
171       <dependency>
172         <groupId>org.javassist</groupId>
173         <artifactId>javassist</artifactId>
174         <version>${javassist.version}</version>
175       </dependency>
176       <dependency>
177         <groupId>commons-io</groupId>
178         <artifactId>commons-io</artifactId>
179         <version>${commons.io.version}</version>
180       </dependency>
181       <dependency>
182         <groupId>commons-codec</groupId>
183         <artifactId>commons-codec</artifactId>
184         <version>1.7</version>
185       </dependency>
186       <dependency>
187         <groupId>org.apache.commons</groupId>
188         <artifactId>commons-lang3</artifactId>
189         <version>${commons.lang.version}</version>
190       </dependency>
191       <dependency>
192         <groupId>commons-fileupload</groupId>
193         <artifactId>commons-fileupload</artifactId>
194         <version>1.2.2</version>
195       </dependency>
196       <dependency>
197         <groupId>commons-net</groupId>
198         <artifactId>commons-net</artifactId>
199         <version>3.0.1</version>
200       </dependency>
201       <dependency>
202         <groupId>equinoxSDK381</groupId>
203         <artifactId>javax.servlet</artifactId>
204         <version>3.0.0.v201112011016</version>
205       </dependency>
206       <dependency>
207         <groupId>equinoxSDK381</groupId>
208         <artifactId>javax.servlet.jsp</artifactId>
209         <version>2.2.0.v201112011158</version>
210       </dependency>
211       <dependency>
212         <groupId>equinoxSDK381</groupId>
213         <artifactId>org.eclipse.equinox.ds</artifactId>
214         <version>1.4.0.v20120522-1841</version>
215       </dependency>
216       <dependency>
217         <groupId>equinoxSDK381</groupId>
218         <artifactId>org.eclipse.equinox.util</artifactId>
219         <version>1.0.400.v20120522-2049</version>
220       </dependency>
221       <dependency>
222         <groupId>equinoxSDK381</groupId>
223         <artifactId>org.eclipse.osgi.services</artifactId>
224         <version>3.3.100.v20120522-1822</version>
225       </dependency>
226       <dependency>
227         <groupId>equinoxSDK381</groupId>
228         <artifactId>org.eclipse.osgi</artifactId>
229         <version>3.8.1.v20120830-144521</version>
230       </dependency>
231       <dependency>
232         <groupId>equinoxSDK381</groupId>
233         <artifactId>org.apache.felix.gogo.command</artifactId>
234         <version>0.8.0.v201108120515</version>
235       </dependency>
236       <dependency>
237         <groupId>equinoxSDK381</groupId>
238         <artifactId>org.apache.felix.gogo.runtime</artifactId>
239         <version>0.8.0.v201108120515</version>
240       </dependency>
241       <dependency>
242         <groupId>equinoxSDK381</groupId>
243         <artifactId>org.apache.felix.gogo.shell</artifactId>
244         <version>0.8.0.v201110170705</version>
245       </dependency>
246       <dependency>
247         <groupId>equinoxSDK381</groupId>
248         <artifactId>org.eclipse.equinox.cm</artifactId>
249         <version>1.0.400.v20120522-1841</version>
250       </dependency>
251       <dependency>
252         <groupId>equinoxSDK381</groupId>
253         <artifactId>org.eclipse.equinox.console</artifactId>
254         <version>1.0.0.v20120522-1841</version>
255       </dependency>
256       <dependency>
257         <groupId>equinoxSDK381</groupId>
258         <artifactId>org.eclipse.equinox.launcher</artifactId>
259         <version>1.3.0.v20120522-1813</version>
260       </dependency>
261       <!-- Gemini Web -->
262       <dependency>
263         <groupId>geminiweb</groupId>
264         <artifactId>org.eclipse.gemini.web.core</artifactId>
265         <version>${geminiweb.version}</version>
266       </dependency>
267       <dependency>
268         <groupId>geminiweb</groupId>
269         <artifactId>org.eclipse.gemini.web.extender</artifactId>
270         <version>${geminiweb.version}</version>
271       </dependency>
272       <dependency>
273         <groupId>geminiweb</groupId>
274         <artifactId>org.eclipse.gemini.web.tomcat</artifactId>
275         <version>${geminiweb.version}</version>
276       </dependency>
277       <dependency>
278         <groupId>geminiweb</groupId>
279         <artifactId>org.eclipse.virgo.kernel.equinox.extensions</artifactId>
280         <version>${virgo.version}</version>
281       </dependency>
282       <dependency>
283         <groupId>geminiweb</groupId>
284         <artifactId>org.eclipse.virgo.util.common</artifactId>
285         <version>${virgo.version}</version>
286       </dependency>
287       <dependency>
288         <groupId>geminiweb</groupId>
289         <artifactId>org.eclipse.virgo.util.io</artifactId>
290         <version>${virgo.version}</version>
291       </dependency>
292       <dependency>
293         <groupId>geminiweb</groupId>
294         <artifactId>org.eclipse.virgo.util.math</artifactId>
295         <version>${virgo.version}</version>
296       </dependency>
297       <dependency>
298         <groupId>geminiweb</groupId>
299         <artifactId>org.eclipse.virgo.util.osgi</artifactId>
300         <version>${virgo.version}</version>
301       </dependency>
302       <dependency>
303         <groupId>geminiweb</groupId>
304         <artifactId>org.eclipse.virgo.util.osgi.manifest</artifactId>
305         <version>${virgo.version}</version>
306       </dependency>
307       <dependency>
308         <groupId>geminiweb</groupId>
309         <artifactId>org.eclipse.virgo.util.parser.manifest</artifactId>
310         <version>${virgo.version}</version>
311       </dependency>
312       <dependency>
313         <groupId>org.apache.felix</groupId>
314         <artifactId>org.apache.felix.dependencymanager</artifactId>
315         <version>3.1.0</version>
316       </dependency>
317       <dependency>
318         <groupId>org.apache.felix</groupId>
319         <artifactId>org.apache.felix.dependencymanager.shell</artifactId>
320         <version>3.0.1</version>
321       </dependency>
322       <dependency>
323         <groupId>com.google.code.gson</groupId>
324         <artifactId>gson</artifactId>
325         <version>2.1</version>
326         <scope>compile</scope>
327       </dependency>
328       <dependency>
329         <groupId>org.jboss.spec.javax.transaction</groupId>
330         <artifactId>jboss-transaction-api_1.1_spec</artifactId>
331         <version>1.0.1.Final</version>
332       </dependency>
333       <dependency>
334         <groupId>org.apache.felix</groupId>
335         <artifactId>org.apache.felix.fileinstall</artifactId>
336         <version>3.1.6</version>
337       </dependency>
338       <dependency>
339         <groupId>virgomirror</groupId>
340         <artifactId>org.eclipse.jdt.core.compiler.batch</artifactId>
341         <version>3.8.0.I20120518-2145</version>
342       </dependency>
343       <dependency>
344         <groupId>eclipselink</groupId>
345         <artifactId>javax.persistence</artifactId>
346         <version>2.0.4.v201112161009</version>
347       </dependency>
348       <dependency>
349         <groupId>orbit</groupId>
350         <artifactId>javax.activation</artifactId>
351         <version>1.1.0.v201211130549</version>
352       </dependency>
353       <dependency>
354         <groupId>orbit</groupId>
355         <artifactId>javax.annotation</artifactId>
356         <version>1.1.0.v201209060031</version>
357       </dependency>
358       <dependency>
359         <groupId>orbit</groupId>
360         <artifactId>javax.ejb</artifactId>
361         <version>3.1.1.v201204261316</version>
362       </dependency>
363       <dependency>
364         <groupId>orbit</groupId>
365         <artifactId>javax.el</artifactId>
366         <version>2.2.0.v201108011116</version>
367       </dependency>
368       <dependency>
369         <groupId>orbit</groupId>
370         <artifactId>javax.mail.glassfish</artifactId>
371         <version>1.4.1.v201108011116</version>
372       </dependency>
373       <dependency>
374         <groupId>orbit</groupId>
375         <artifactId>javax.xml.rpc</artifactId>
376         <version>1.1.0.v201005080400</version>
377       </dependency>
378       <dependency>
379         <groupId>orbit</groupId>
380         <artifactId>org.apache.catalina</artifactId>
381         <version>7.0.32.v201211201336</version>
382       </dependency>
383       <dependency>
384         <groupId>orbit</groupId>
385         <artifactId>org.apache.catalina.ha</artifactId>
386         <version>7.0.32.v201211201952</version>
387       </dependency>
388       <dependency>
389         <groupId>orbit</groupId>
390         <artifactId>org.apache.catalina.tribes</artifactId>
391         <version>7.0.32.v201211201952</version>
392       </dependency>
393       <dependency>
394         <groupId>orbit</groupId>
395         <artifactId>org.apache.coyote</artifactId>
396         <version>7.0.32.v201211201952</version>
397       </dependency>
398       <dependency>
399         <groupId>orbit</groupId>
400         <artifactId>org.apache.el</artifactId>
401         <version>7.0.32.v201211081135</version>
402       </dependency>
403       <dependency>
404         <groupId>orbit</groupId>
405         <artifactId>org.apache.jasper</artifactId>
406         <version>7.0.32.v201211201952</version>
407       </dependency>
408       <dependency>
409         <groupId>orbit</groupId>
410         <artifactId>org.apache.juli.extras</artifactId>
411         <version>7.0.32.v201211081135</version>
412       </dependency>
413       <dependency>
414         <groupId>orbit</groupId>
415         <artifactId>org.apache.tomcat.api</artifactId>
416         <version>7.0.32.v201211081135</version>
417       </dependency>
418       <dependency>
419         <groupId>orbit</groupId>
420         <artifactId>org.apache.tomcat.util</artifactId>
421         <version>7.0.32.v201211201952</version>
422       </dependency>
423       <dependency>
424         <groupId>orbit</groupId>
425         <artifactId>javax.servlet.jsp.jstl</artifactId>
426         <version>1.2.0.v201105211821</version>
427       </dependency>
428       <dependency>
429         <groupId>orbit</groupId>
430         <artifactId>javax.servlet.jsp.jstl.impl</artifactId>
431         <version>1.2.0.v201210211230</version>
432       </dependency>
433       <dependency>
434         <groupId>eclipselink</groupId>
435         <artifactId>javax.resource</artifactId>
436         <version>1.5.0.v200906010428</version>
437       </dependency>
438       <!-- Add Pax Exam -->
439       <dependency>
440         <groupId>org.ops4j.pax.exam</groupId>
441         <artifactId>pax-exam-container-native</artifactId>
442         <version>${exam.version}</version>
443         <scope>test</scope>
444       </dependency>
445       <dependency>
446         <groupId>org.ops4j.pax.exam</groupId>
447         <artifactId>pax-exam-junit4</artifactId>
448         <version>${exam.version}</version>
449         <scope>test</scope>
450       </dependency>
451       <dependency>
452         <groupId>org.ops4j.pax.exam</groupId>
453         <artifactId>pax-exam-link-mvn</artifactId>
454         <version>${exam.version}</version>
455         <scope>test</scope>
456       </dependency>
457       <dependency>
458         <groupId>org.ops4j.pax.url</groupId>
459         <artifactId>pax-url-aether</artifactId>
460         <version>${url.version}</version>
461         <scope>test</scope>
462       </dependency>
463       <dependency>
464         <groupId>org.springframework</groupId>
465         <artifactId>org.springframework.asm</artifactId>
466         <version>${spring.version}</version>
467       </dependency>
468       <dependency>
469         <groupId>org.springframework</groupId>
470         <artifactId>org.springframework.aop</artifactId>
471         <version>${spring.version}</version>
472       </dependency>
473       <dependency>
474         <groupId>org.springframework</groupId>
475         <artifactId>org.springframework.context</artifactId>
476         <version>${spring.version}</version>
477       </dependency>
478       <dependency>
479         <groupId>org.springframework</groupId>
480         <artifactId>org.springframework.context.support</artifactId>
481         <version>${spring.version}</version>
482       </dependency>
483       <dependency>
484         <groupId>org.springframework</groupId>
485         <artifactId>org.springframework.core</artifactId>
486         <version>${spring.version}</version>
487       </dependency>
488       <dependency>
489         <groupId>org.springframework</groupId>
490         <artifactId>org.springframework.beans</artifactId>
491         <version>${spring.version}</version>
492       </dependency>
493       <dependency>
494         <groupId>org.springframework</groupId>
495         <artifactId>org.springframework.expression</artifactId>
496         <version>${spring.version}</version>
497       </dependency>
498       <dependency>
499         <groupId>org.springframework</groupId>
500         <artifactId>org.springframework.web</artifactId>
501         <version>${spring.version}</version>
502       </dependency>
503       <dependency>
504         <groupId>org.aopalliance</groupId>
505         <artifactId>com.springsource.org.aopalliance</artifactId>
506         <version>1.0.0</version>
507       </dependency>
508       <dependency>
509         <groupId>org.springframework</groupId>
510         <artifactId>org.springframework.web.servlet</artifactId>
511         <version>${spring.version}</version>
512       </dependency>
513
514       <dependency>
515         <groupId>org.springframework.osgi</groupId>
516         <artifactId>spring-osgi-mock</artifactId>
517         <version>${spring-osgi.version}</version>
518         <scope>test</scope>
519       </dependency>
520
521       <!-- Spring security -->
522       <dependency>
523         <groupId>org.springframework.security</groupId>
524         <artifactId>spring-security-config</artifactId>
525         <version>${spring-security.version}</version>
526       </dependency>
527       <dependency>
528         <groupId>org.springframework.security</groupId>
529         <artifactId>spring-security-core</artifactId>
530         <version>${spring-security.version}</version>
531       </dependency>
532       <dependency>
533         <groupId>org.springframework.security</groupId>
534         <artifactId>spring-security-web</artifactId>
535         <version>${spring-security.version}</version>
536       </dependency>
537       <dependency>
538         <groupId>org.springframework.security</groupId>
539         <artifactId>spring-security-taglibs</artifactId>
540         <version>${spring-security.version}</version>
541       </dependency>
542       <dependency>
543         <groupId>org.springframework</groupId>
544         <artifactId>org.springframework.transaction</artifactId>
545         <version>${spring-security.version}</version>
546       </dependency>
547       <!-- Visual VM hook -->
548       <dependency>
549         <groupId>org.ow2.chameleon.management</groupId>
550         <artifactId>chameleon-mbeans</artifactId>
551         <version>1.0.0</version>
552       </dependency>
553       <!-- Jersey for JAXRS -->
554       <dependency>
555         <groupId>com.sun.jersey</groupId>
556         <artifactId>jersey-core</artifactId>
557         <version>${jersey.version}</version>
558       </dependency>
559       <dependency>
560         <groupId>com.sun.jersey</groupId>
561         <artifactId>jersey-server</artifactId>
562         <version>${jersey.version}</version>
563       </dependency>
564       <dependency>
565         <groupId>com.sun.jersey</groupId>
566         <artifactId>jersey-client</artifactId>
567         <version>${jersey.version}</version>
568       </dependency>
569       <dependency>
570         <groupId>com.sun.jersey</groupId>
571         <artifactId>jersey-json</artifactId>
572         <version>${jersey.version}</version>
573       </dependency>
574       <dependency>
575         <groupId>org.ow2.asm</groupId>
576         <artifactId>asm-all</artifactId>
577         <version>4.1</version>
578       </dependency>
579       <dependency>
580         <groupId>org.eclipse.persistence</groupId>
581         <artifactId>org.eclipse.persistence.moxy</artifactId>
582         <version>2.5.0</version>
583       </dependency>
584       <dependency>
585         <groupId>org.eclipse.persistence</groupId>
586         <artifactId>org.eclipse.persistence.core</artifactId>
587         <version>2.5.0</version>
588       </dependency>
589       <dependency>
590         <groupId>org.eclipse.persistence</groupId>
591         <artifactId>org.eclipse.persistence.antlr</artifactId>
592         <version>2.5.0</version>
593       </dependency>
594       <!-- Third parties from opendaylight released -->
595       <dependency>
596         <groupId>org.opendaylight.controller.thirdparty</groupId>
597         <artifactId>net.sf.jung2</artifactId>
598         <version>2.0.1</version>
599       </dependency>
600       <dependency>
601         <groupId>org.opendaylight.controller.thirdparty</groupId>
602         <artifactId>org.openflow.openflowj</artifactId>
603         <version>1.0.2</version>
604       </dependency>
605       <dependency>
606         <groupId>org.opendaylight.controller.thirdparty</groupId>
607         <artifactId>com.sun.jersey.jersey-servlet</artifactId>
608         <version>1.17</version>
609       </dependency>
610       <dependency>
611         <groupId>org.opendaylight.controller.thirdparty</groupId>
612         <artifactId>org.apache.catalina.filters.CorsFilter</artifactId>
613         <version>7.0.42</version>
614       </dependency>
615       <!-- yang model dependencies -->
616       <dependency>
617        <groupId>org.opendaylight.yangtools.model</groupId>
618        <artifactId>ietf-inet-types</artifactId>
619        <version>${ietf-inet-types.version}</version>
620       </dependency>
621       <dependency>
622        <groupId>org.opendaylight.yangtools.model</groupId>
623        <artifactId>ietf-yang-types</artifactId>
624        <version>${ietf-yang-types.version}</version>
625       </dependency>
626       <dependency>
627        <groupId>org.opendaylight.yangtools.model</groupId>
628        <artifactId>opendaylight-l2-types</artifactId>
629        <version>${opendaylight-l2-types.version}</version>
630       </dependency>
631       <dependency>
632        <groupId>org.opendaylight.yangtools.model</groupId>
633        <artifactId>yang-ext</artifactId>
634        <version>${yang-ext.version}</version>
635       </dependency>
636
637       <!-- bgppcep dependencies -->
638       <dependency>
639        <groupId>org.opendaylight.bgpcep</groupId>
640        <artifactId>concepts</artifactId>
641        <version>${bgpcep.version}</version>
642       </dependency>
643       <dependency>
644        <groupId>org.opendaylight.bgpcep</groupId>
645        <artifactId>util</artifactId>
646        <version>${bgpcep.version}</version>
647       </dependency>
648
649         <dependency>
650             <groupId>org.opendaylight.bgpcep</groupId>
651             <artifactId>framework</artifactId>
652             <version>${bgpcep.version}</version>
653         </dependency>
654
655         <!--Netty-->
656         <dependency>
657             <groupId>io.netty</groupId>
658             <artifactId>netty-handler</artifactId>
659             <version>${netty.version}</version>
660         </dependency>
661         <dependency>
662             <groupId>io.netty</groupId>
663             <artifactId>netty-codec</artifactId>
664             <version>${netty.version}</version>
665         </dependency>
666         <dependency>
667             <groupId>io.netty</groupId>
668             <artifactId>netty-buffer</artifactId>
669             <version>${netty.version}</version>
670         </dependency>
671         <dependency>
672             <groupId>io.netty</groupId>
673             <artifactId>netty-transport</artifactId>
674             <version>${netty.version}</version>
675         </dependency>
676         <dependency>
677             <groupId>io.netty</groupId>
678             <artifactId>netty-common</artifactId>
679             <version>${netty.version}</version>
680         </dependency>
681
682       <!-- yangtools dependencies -->
683       <dependency>
684        <groupId>org.opendaylight.yangtools</groupId>
685        <artifactId>yang-binding</artifactId>
686        <version>${yangtools.binding.version}</version>
687       </dependency>
688       <dependency>
689        <groupId>org.opendaylight.yangtools</groupId>
690        <artifactId>yang-common</artifactId>
691        <version>${yangtools.version}</version>
692       </dependency>
693       <dependency>
694        <groupId>org.opendaylight.yangtools</groupId>
695        <artifactId>yang-data-api</artifactId>
696        <version>${yangtools.version}</version>
697       </dependency>
698       <dependency>
699        <groupId>org.opendaylight.yangtools</groupId>
700        <artifactId>yang-data-util</artifactId>
701        <version>${yangtools.version}</version>
702       </dependency>
703       <dependency>
704        <groupId>org.opendaylight.yangtools</groupId>
705        <artifactId>yang-model-api</artifactId>
706        <version>${yangtools.version}</version>
707       </dependency>
708       <dependency>
709         <groupId>org.opendaylight.controller</groupId>
710         <artifactId>switchmanager</artifactId>
711         <version>0.5.1-SNAPSHOT</version>
712       </dependency>
713
714       <!-- equinox http service bridge -->
715       <dependency>
716         <groupId>org.eclipse.equinox.http</groupId>
717         <artifactId>servlet</artifactId>
718         <version>1.0.0-v20070606</version>
719       </dependency>
720       <!-- felix webconsole -->
721       <dependency>
722         <groupId>org.apache.felix</groupId>
723         <artifactId>org.apache.felix.webconsole</artifactId>
724         <version>4.2.0</version>
725         <!-- the all bundle includes all the necessary plugins -->
726         <classifier>all</classifier>
727       </dependency>
728       <dependency>
729         <groupId>org.jolokia</groupId>
730         <artifactId>jolokia-osgi</artifactId>
731         <version>${jolokia.version}</version>
732       </dependency>
733     </dependencies>
734   </dependencyManagement>
735
736   <pluginRepositories>
737     <pluginRepository>
738       <id>central</id>
739       <name>maven repo1</name>
740       <url>http://repo1.maven.org/maven2</url>
741     </pluginRepository>
742     <pluginRepository>
743       <id>opendaylight-release</id>
744       <name>opendaylight-release</name>
745       <url>${nexusproxy}/repositories/opendaylight.release/</url>
746     </pluginRepository>
747     <pluginRepository>
748       <id>opendaylight-snapshot</id>
749       <name>opendaylight-snapshot</name>
750       <url>${nexusproxy}/repositories/opendaylight.snapshot/</url>
751     </pluginRepository>
752   </pluginRepositories>
753
754   <profiles>
755     <profile>
756       <id>viewbuild</id>
757       <activation>
758         <activeByDefault>true</activeByDefault>
759       </activation>
760       <properties>
761         <build.suffix>${project.version}</build.suffix>
762       </properties>
763     </profile>
764     <profile>
765       <id>jenkins</id>
766       <activation>
767         <property>
768           <name>BUILDSUFFIX</name>
769         </property>
770       </activation>
771       <properties>
772         <build.suffix>${BUILDSUFFIX}</build.suffix>
773       </properties>
774     </profile>
775     <profile>
776       <id>fastreassembly</id>
777       <build>
778         <plugins>
779           <plugin>
780             <groupId>org.apache.maven.plugins</groupId>
781             <artifactId>maven-dependency-plugin</artifactId>
782             <version>2.4</version>
783             <executions>
784               <execution>
785                 <id>copyfastreassembly</id>
786                 <phase>install</phase>
787                 <goals>
788                   <goal>copy</goal>
789                 </goals>
790                 <configuration>
791                   <artifactItems>
792                     <artifactItem>
793                       <groupId>${project.groupId}</groupId>
794                       <artifactId>${project.artifactId}</artifactId>
795                       <version>${project.version}</version>
796                       <destFileName>${project.groupId}.${project.artifactId}-${project.version}.jar</destFileName>
797                     </artifactItem>
798                   </artifactItems>
799                   <outputDirectory>${fastreassembly.directory}</outputDirectory>
800                 </configuration>
801               </execution>
802             </executions>
803           </plugin>
804         </plugins>
805       </build>
806     </profile>
807   </profiles>
808
809   <repositories>
810     <!-- EBR release -->
811     <!-- http://repository.springsource.com/maven/bundles/release -->
812     <repository>
813       <id>ebr-bundles-release</id>
814       <name>ebr-bundles-release</name>
815       <url>${nexusproxy}/repositories/ebr-bundles-release/</url>
816     </repository>
817     <!-- EBR external -->
818     <!-- http://repository.springsource.com/maven/bundles/external -->
819     <repository>
820       <id>ebr-bundles-external</id>
821       <name>ebr-bundles-external</name>
822       <url>${nexusproxy}/repositories/ebr-bundles-external/</url>
823     </repository>
824     <repository>
825       <id>central</id>
826       <name>central</name>
827       <url>http://repo1.maven.org/maven2</url>
828       <snapshots>
829         <enabled>false</enabled>
830       </snapshots>
831       <releases>
832         <enabled>true</enabled>
833       </releases>
834     </repository>
835     <!-- Pax mirror -->
836     <!-- https://oss.sonatype.org/content/repositories/ops4j-releases -->
837     <repository>
838       <id>ops4j-releases</id>
839       <name>ops4j-releases</name>
840       <url>${nexusproxy}/repositories/ops4j-releases/</url>
841     </repository>
842     <!-- Third Packages hosted in local maven because not available in other
843       places -->
844     <repository>
845       <id>thirdparty</id>
846       <name>thirdparty</name>
847       <url>${nexusproxy}/repositories/thirdparty/</url>
848     </repository>
849     <!-- Jboss mirror -->
850     <!-- https://repository.jboss.org/nexus/content/repositories/releases -->
851     <repository>
852       <id>jboss.releases</id>
853       <name>jboss.releases</name>
854       <url>${nexusproxy}/repositories/jboss.releases/</url>
855       <snapshots>
856         <enabled>false</enabled>
857       </snapshots>
858       <releases>
859         <enabled>true</enabled>
860       </releases>
861     </repository>
862     <!-- OpenDayLight Released artifact -->
863     <repository>
864       <id>opendaylight-release</id>
865       <name>opendaylight-release</name>
866       <url>${nexusproxy}/repositories/opendaylight.release/</url>
867     </repository>
868     <!-- OpenDayLight Snapshot artifact -->
869     <repository>
870       <id>opendaylight-snapshot</id>
871       <name>opendaylight-snapshot</name>
872       <url>${nexusproxy}/repositories/opendaylight.snapshot/</url>
873     </repository>
874   </repositories>
875   <distributionManagement>
876     <!-- OpenDayLight Released artifact -->
877     <repository>
878       <id>opendaylight-release</id>
879       <url>${nexusproxy}/repositories/opendaylight.release/</url>
880     </repository>
881     <!-- OpenDayLight Snapshot artifact -->
882     <snapshotRepository>
883       <id>opendaylight-snapshot</id>
884       <url>${nexusproxy}/repositories/opendaylight.snapshot/</url>
885     </snapshotRepository>
886     <!-- Site deployment -->
887     <site>
888       <id>website</id>
889       <url>${sitedeploy}</url>
890     </site>
891   </distributionManagement>
892
893   <reporting>
894     <excludeDefaults>true</excludeDefaults>
895     <outputDirectory>${project.build.directory}/site</outputDirectory>
896     <plugins>
897       <plugin>
898         <groupId>org.apache.maven.plugins</groupId>
899         <artifactId>maven-project-info-reports-plugin</artifactId>
900         <version>${projectinfo}</version>
901         <configuration>
902           <dependencyDetailsEnabled>false</dependencyDetailsEnabled>
903           <dependencyLocationsEnabled>false</dependencyLocationsEnabled>
904         </configuration>
905         <reportSets>
906           <reportSet>
907             <reports>
908               <report>index</report>
909               <report>project-team</report>
910               <report>license</report>
911               <report>mailing-list</report>
912               <report>plugin-management</report>
913               <report>cim</report>
914               <report>issue-tracking</report>
915               <report>scm</report>
916               <report>summary</report>
917             </reports>
918           </reportSet>
919         </reportSets>
920       </plugin>
921       <plugin>
922         <groupId>org.apache.maven.plugins</groupId>
923         <artifactId>maven-jxr-plugin</artifactId>
924         <version>2.3</version>
925         <configuration>
926           <aggregate>true</aggregate>
927           <linkJavadoc>true</linkJavadoc>
928         </configuration>
929       </plugin>
930       <plugin>
931         <groupId>org.apache.maven.plugins</groupId>
932         <artifactId>maven-checkstyle-plugin</artifactId>
933         <version>${checkstyle.version}</version>
934       </plugin>
935       <plugin>
936         <groupId>org.apache.maven.plugins</groupId>
937         <artifactId>maven-javadoc-plugin</artifactId>
938         <version>2.8.1</version>
939         <configuration>
940           <doclet>org.jboss.apiviz.APIviz</doclet>
941           <docletArtifact>
942             <groupId>org.jboss.apiviz</groupId>
943             <artifactId>apiviz</artifactId>
944             <version>1.3.2.GA</version>
945           </docletArtifact>
946           <finalName>${project.artifactId}-${build.suffix}</finalName>
947           <useStandardDocletOptions>true</useStandardDocletOptions>
948           <charset>UTF-8</charset>
949           <encoding>UTF-8</encoding>
950           <docencoding>UTF-8</docencoding>
951           <breakiterator>true</breakiterator>
952           <version>true</version>
953           <author>true</author>
954           <keywords>true</keywords>
955           <excludePackageNames>*.internal:edu.uci.*</excludePackageNames>
956         </configuration>
957       </plugin>
958     </plugins>
959   </reporting>
960
961   <build>
962     <plugins>
963       <plugin>
964         <groupId>org.codehaus.mojo</groupId>
965         <artifactId>properties-maven-plugin</artifactId>
966         <version>${propertymavenplugin.version}</version>
967         <executions>
968           <execution>
969             <goals>
970               <goal>set-system-properties</goal>
971             </goals>
972             <configuration>
973               <properties>
974                 <property>
975                   <name>logback.configurationFile</name>
976                   <value>${project.parent.basedir}/logback.xml</value>
977                 </property>
978               </properties>
979             </configuration>
980           </execution>
981         </executions>
982       </plugin>
983       <plugin>
984         <groupId>com.googlecode.maven-java-formatter-plugin</groupId>
985         <artifactId>maven-java-formatter-plugin</artifactId>
986         <version>0.3.1</version>
987         <configuration>
988           <compilerSource>1.6</compilerSource>
989           <compilerCompliance>1.6</compilerCompliance>
990           <compilerTargetPlatform>1.6</compilerTargetPlatform>
991           <configFile>${project.parent.basedir}/sun_coding_style.xml</configFile>
992         </configuration>
993       </plugin>
994       <plugin>
995         <groupId>org.apache.maven.plugins</groupId>
996         <artifactId>maven-checkstyle-plugin</artifactId>
997         <version>${checkstyle.version}</version>
998         <dependencies>
999           <dependency>
1000             <groupId>org.opendaylight.controller</groupId>
1001             <artifactId>checkstyle</artifactId>
1002             <version>0.0.2-SNAPSHOT</version>
1003           </dependency>
1004         </dependencies>
1005         <executions>
1006           <execution>
1007             <phase>process-sources</phase>
1008             <goals>
1009               <goal>check</goal>
1010             </goals>
1011           </execution>
1012         </executions>
1013         <configuration>
1014           <failsOnError>true</failsOnError>
1015           <configLocation>controller/space_and_tabs_checks.xml</configLocation>
1016           <consoleOutput>true</consoleOutput>
1017           <includeTestSourceDirectory>true</includeTestSourceDirectory>
1018           <sourceDirectory>${project.basedir}</sourceDirectory>
1019           <includes>**\/*.java,**\/*.xml,**\/*.ini,**\/*.sh,**\/*.bat</includes>
1020           <excludes>target\/,bin\/</excludes>
1021         </configuration>
1022       </plugin>
1023       <plugin>
1024         <groupId>org.apache.maven.plugins</groupId>
1025         <artifactId>maven-failsafe-plugin</artifactId>
1026         <version>${failsafe.version}</version>
1027         <configuration>
1028           <argLine>${testvm.argLine}</argLine>
1029         </configuration>
1030         <executions>
1031           <execution>
1032             <id>failsafe-integration-tests</id>
1033             <phase>integration-test</phase>
1034             <goals>
1035               <goal>integration-test</goal>
1036             </goals>
1037           </execution>
1038           <execution>
1039             <id>failsafe-verify</id>
1040             <phase>verify</phase>
1041             <goals>
1042               <goal>verify</goal>
1043             </goals>
1044           </execution>
1045         </executions>
1046       </plugin>
1047       <plugin>
1048         <groupId>org.apache.maven.plugins</groupId>
1049         <artifactId>maven-surefire-plugin</artifactId>
1050         <version>${surefire.version}</version>
1051       </plugin>
1052     </plugins>
1053     <pluginManagement>
1054       <plugins>
1055         <plugin>
1056           <groupId>org.apache.maven.plugins</groupId>
1057           <artifactId>maven-release-plugin</artifactId>
1058           <version>${releaseplugin.version}</version>
1059         </plugin>
1060         <!-- Ignore/Execute plugin execution -->
1061         <plugin>
1062           <groupId>org.eclipse.m2e</groupId>
1063           <artifactId>lifecycle-mapping</artifactId>
1064           <version>1.0.0</version>
1065           <configuration>
1066             <lifecycleMappingMetadata>
1067               <pluginExecutions>
1068                 <pluginExecution>
1069                   <pluginExecutionFilter>
1070                     <groupId>org.codehaus.mojo</groupId>
1071                     <artifactId>properties-maven-plugin</artifactId>
1072                     <versionRange>[0.0,)</versionRange>
1073                     <goals>
1074                       <goal>set-system-properties</goal>
1075                     </goals>
1076                   </pluginExecutionFilter>
1077                   <action>
1078                     <ignore />
1079                   </action>
1080                 </pluginExecution>
1081                 <pluginExecution>
1082                   <pluginExecutionFilter>
1083                     <groupId>org.codehaus.enunciate</groupId>
1084                     <artifactId>maven-enunciate-plugin</artifactId>
1085                     <versionRange>[0.0,)</versionRange>
1086                     <goals>
1087                       <goal>docs</goal>
1088                     </goals>
1089                   </pluginExecutionFilter>
1090                   <action>
1091                     <ignore />
1092                   </action>
1093                 </pluginExecution>
1094                 <pluginExecution>
1095                   <pluginExecutionFilter>
1096                     <groupId>org.jacoco</groupId>
1097                     <artifactId>jacoco-maven-plugin</artifactId>
1098                     <versionRange>[0.0,)</versionRange>
1099                     <goals>
1100                       <goal>prepare-agent</goal>
1101                       <goal>pre-test</goal>
1102                       <goal>post-test</goal>
1103                     </goals>
1104                   </pluginExecutionFilter>
1105                   <action>
1106                     <ignore />
1107                   </action>
1108                 </pluginExecution>
1109                 <pluginExecution>
1110                   <pluginExecutionFilter>
1111                     <groupId>org.ops4j.pax.exam</groupId>
1112                     <artifactId>maven-paxexam-plugin</artifactId>
1113                     <versionRange>[1.2.4,)</versionRange>
1114                     <goals>
1115                       <goal>generate-depends-file</goal>
1116                     </goals>
1117                   </pluginExecutionFilter>
1118                   <action>
1119                     <ignore />
1120                   </action>
1121                 </pluginExecution>
1122                 <pluginExecution>
1123                   <pluginExecutionFilter>
1124                     <groupId>org.apache.maven.plugins</groupId>
1125                     <artifactId>maven-checkstyle-plugin</artifactId>
1126                     <versionRange>[2.0,)</versionRange>
1127                     <goals>
1128                       <goal>check</goal>
1129                     </goals>
1130                   </pluginExecutionFilter>
1131                   <action>
1132                     <ignore />
1133                   </action>
1134                 </pluginExecution>
1135                 <pluginExecution>
1136                   <pluginExecutionFilter>
1137                     <groupId>org.opendaylight.yangtools</groupId>
1138                     <artifactId>yang-maven-plugin</artifactId>
1139                     <versionRange>[0.5,)</versionRange>
1140                     <goals>
1141                       <goal>generate-sources </goal>
1142                     </goals>
1143                   </pluginExecutionFilter>
1144                   <action>
1145                     <ignore></ignore>
1146                   </action>
1147                 </pluginExecution>
1148                 <pluginExecution>
1149                   <pluginExecutionFilter>
1150                     <groupId>org.codehaus.groovy.maven</groupId>
1151                     <artifactId>gmaven-plugin</artifactId>
1152                     <versionRange>1.0</versionRange>
1153                     <goals>
1154                       <goal>execute</goal>
1155                     </goals>
1156                   </pluginExecutionFilter>
1157                   <action>
1158                     <ignore></ignore>
1159                   </action>
1160                 </pluginExecution>
1161               </pluginExecutions>
1162             </lifecycleMappingMetadata>
1163           </configuration>
1164         </plugin>
1165         <plugin>
1166           <groupId>org.codehaus.enunciate</groupId>
1167           <artifactId>maven-enunciate-plugin</artifactId>
1168           <version>${enunciate.version}</version>
1169           <configuration>
1170             <configFile>enunciate.xml</configFile>
1171           </configuration>
1172           <executions>
1173             <execution>
1174               <goals>
1175                 <goal>docs</goal>
1176               </goals>
1177             </execution>
1178           </executions>
1179         </plugin>
1180         <plugin>
1181           <groupId>org.apache.maven.plugins</groupId>
1182           <artifactId>maven-javadoc-plugin</artifactId>
1183           <version>2.8.1</version>
1184           <configuration>
1185             <doclet>org.jboss.apiviz.APIviz</doclet>
1186             <docletArtifact>
1187               <groupId>org.jboss.apiviz</groupId>
1188               <artifactId>apiviz</artifactId>
1189               <version>1.3.2.GA</version>
1190             </docletArtifact>
1191             <finalName>${project.artifactId}-${build.suffix}</finalName>
1192             <useStandardDocletOptions>true</useStandardDocletOptions>
1193             <charset>UTF-8</charset>
1194             <encoding>UTF-8</encoding>
1195             <docencoding>UTF-8</docencoding>
1196             <breakiterator>true</breakiterator>
1197             <version>true</version>
1198             <author>true</author>
1199             <keywords>true</keywords>
1200             <excludePackageNames>net.sf.jnetlib.*:cern.*:corejava:*.internal:edu.uci.*</excludePackageNames>
1201             <failOnError>false</failOnError>
1202           </configuration>
1203         </plugin>
1204         <plugin>
1205           <groupId>org.apache.maven.plugins</groupId>
1206           <artifactId>maven-jxr-plugin</artifactId>
1207           <version>2.3</version>
1208           <configuration>
1209             <aggregate>true</aggregate>
1210             <linkJavadoc>true</linkJavadoc>
1211             <javadocDir>target/apidocs</javadocDir>
1212           </configuration>
1213         </plugin>
1214       </plugins>
1215     </pluginManagement>
1216   </build>
1217
1218   <dependencies>
1219   </dependencies>
1220 </project>