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