Initial implementation of the ClusteredDataStore
[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       <!-- yang model dependencies -->
621       <dependency>
622        <groupId>org.opendaylight.yangtools.model</groupId>
623        <artifactId>ietf-inet-types</artifactId>
624        <version>${ietf-inet-types.version}</version>
625       </dependency>
626       <dependency>
627        <groupId>org.opendaylight.yangtools.model</groupId>
628        <artifactId>ietf-yang-types</artifactId>
629        <version>${ietf-yang-types.version}</version>
630       </dependency>
631       <dependency>
632        <groupId>org.opendaylight.yangtools.model</groupId>
633        <artifactId>opendaylight-l2-types</artifactId>
634        <version>${opendaylight-l2-types.version}</version>
635       </dependency>
636       <dependency>
637        <groupId>org.opendaylight.yangtools.model</groupId>
638        <artifactId>yang-ext</artifactId>
639        <version>${yang-ext.version}</version>
640       </dependency>
641       <!-- bgppcep dependencies -->
642       <dependency>
643        <groupId>org.opendaylight.bgpcep</groupId>
644        <artifactId>concepts</artifactId>
645        <version>${bgpcep.version}</version>
646       </dependency>
647       <dependency>
648        <groupId>org.opendaylight.bgpcep</groupId>
649        <artifactId>util</artifactId>
650        <version>${bgpcep.version}</version>
651       </dependency>
652     <dependency>
653         <groupId>org.opendaylight.bgpcep</groupId>
654         <artifactId>framework</artifactId>
655         <version>${bgpcep.version}</version>
656      </dependency>
657         <!--Netty-->
658         <dependency>
659             <groupId>io.netty</groupId>
660             <artifactId>netty-handler</artifactId>
661             <version>${netty.version}</version>
662         </dependency>
663         <dependency>
664             <groupId>io.netty</groupId>
665             <artifactId>netty-codec</artifactId>
666             <version>${netty.version}</version>
667         </dependency>
668         <dependency>
669             <groupId>io.netty</groupId>
670             <artifactId>netty-buffer</artifactId>
671             <version>${netty.version}</version>
672         </dependency>
673         <dependency>
674             <groupId>io.netty</groupId>
675             <artifactId>netty-transport</artifactId>
676             <version>${netty.version}</version>
677         </dependency>
678         <dependency>
679             <groupId>io.netty</groupId>
680             <artifactId>netty-common</artifactId>
681             <version>${netty.version}</version>
682         </dependency>
683
684       <!-- yangtools dependencies -->
685       <dependency>
686        <groupId>org.opendaylight.yangtools</groupId>
687        <artifactId>yang-binding</artifactId>
688        <version>${yangtools.binding.version}</version>
689       </dependency>
690       <dependency>
691        <groupId>org.opendaylight.yangtools</groupId>
692        <artifactId>yang-common</artifactId>
693        <version>${yangtools.version}</version>
694       </dependency>
695       <dependency>
696        <groupId>org.opendaylight.yangtools</groupId>
697        <artifactId>yang-data-api</artifactId>
698        <version>${yangtools.version}</version>
699       </dependency>
700       <dependency>
701        <groupId>org.opendaylight.yangtools</groupId>
702        <artifactId>yang-data-util</artifactId>
703        <version>${yangtools.version}</version>
704       </dependency>
705       <dependency>
706        <groupId>org.opendaylight.yangtools</groupId>
707        <artifactId>yang-model-api</artifactId>
708        <version>${yangtools.version}</version>
709       </dependency>
710       <dependency>
711         <groupId>org.opendaylight.controller</groupId>
712         <artifactId>switchmanager</artifactId>
713         <version>0.5.1-SNAPSHOT</version>
714       </dependency>
715
716       <!-- equinox http service bridge -->
717       <dependency>
718         <groupId>org.eclipse.equinox.http</groupId>
719         <artifactId>servlet</artifactId>
720         <version>1.0.0-v20070606</version>
721       </dependency>
722       <!-- felix webconsole -->
723       <dependency>
724         <groupId>org.apache.felix</groupId>
725         <artifactId>org.apache.felix.webconsole</artifactId>
726         <version>4.2.0</version>
727         <!-- the all bundle includes all the necessary plugins -->
728         <classifier>all</classifier>
729       </dependency>
730       <dependency>
731         <groupId>org.jolokia</groupId>
732         <artifactId>jolokia-osgi</artifactId>
733         <version>${jolokia.version}</version>
734       </dependency>
735     </dependencies>
736   </dependencyManagement>
737
738   <pluginRepositories>
739     <!-- OpenDayLight Repo Mirror -->
740     <pluginRepository>
741       <id>opendaylight-mirror</id>
742       <name>opendaylight-mirror</name>
743       <url>${nexusproxy}/groups/public/</url>
744       <snapshots>
745           <enabled>false</enabled>
746       </snapshots>
747       <releases>
748           <enabled>true</enabled>
749           <updatePolicy>never</updatePolicy>
750       </releases>
751     </pluginRepository>
752     <!-- OpenDayLight Snapshot artifact -->
753     <pluginRepository>
754       <id>opendaylight-snapshot</id>
755       <name>opendaylight-snapshot</name>
756       <url>${nexusproxy}/repositories/opendaylight.snapshot/</url>
757       <snapshots>
758           <enabled>true</enabled>
759       </snapshots>
760       <releases>
761           <enabled>false</enabled>
762       </releases>
763     </pluginRepository>
764   </pluginRepositories>
765
766   <profiles>
767     <profile>
768       <id>viewbuild</id>
769       <activation>
770         <activeByDefault>true</activeByDefault>
771       </activation>
772       <properties>
773         <build.suffix>${project.version}</build.suffix>
774       </properties>
775     </profile>
776     <profile>
777       <id>jenkins</id>
778       <activation>
779         <property>
780           <name>BUILDSUFFIX</name>
781         </property>
782       </activation>
783       <properties>
784         <build.suffix>${BUILDSUFFIX}</build.suffix>
785       </properties>
786     </profile>
787     <profile>
788       <id>fastreassembly</id>
789       <build>
790         <plugins>
791           <plugin>
792             <groupId>org.apache.maven.plugins</groupId>
793             <artifactId>maven-dependency-plugin</artifactId>
794             <version>2.4</version>
795             <executions>
796               <execution>
797                 <id>copyfastreassembly</id>
798                 <phase>install</phase>
799                 <goals>
800                   <goal>copy</goal>
801                 </goals>
802                 <configuration>
803                   <artifactItems>
804                     <artifactItem>
805                       <groupId>${project.groupId}</groupId>
806                       <artifactId>${project.artifactId}</artifactId>
807                       <version>${project.version}</version>
808                       <destFileName>${project.groupId}.${project.artifactId}-${project.version}.jar</destFileName>
809                     </artifactItem>
810                   </artifactItems>
811                   <outputDirectory>${fastreassembly.directory}</outputDirectory>
812                 </configuration>
813               </execution>
814             </executions>
815           </plugin>
816         </plugins>
817       </build>
818     </profile>
819   </profiles>
820
821   <repositories>
822
823     <!-- OpenDayLight Repo Mirror -->
824     <repository>
825       <id>opendaylight-mirror</id>
826       <name>opendaylight-mirror</name>
827       <url>${nexusproxy}/groups/public/</url>
828       <snapshots>
829           <enabled>false</enabled>
830       </snapshots>
831       <releases>
832           <enabled>true</enabled>
833           <updatePolicy>never</updatePolicy>
834       </releases>
835     </repository>
836     <!-- OpenDayLight Snapshot artifact -->
837     <repository>
838       <id>opendaylight-snapshot</id>
839       <name>opendaylight-snapshot</name>
840       <url>${nexusproxy}/repositories/opendaylight.snapshot/</url>
841       <snapshots>
842           <enabled>true</enabled>
843       </snapshots>
844       <releases>
845           <enabled>false</enabled>
846       </releases>
847     </repository>
848   </repositories>
849   <distributionManagement>
850     <!-- OpenDayLight Released artifact -->
851     <repository>
852       <id>opendaylight-release</id>
853       <url>${nexusproxy}/repositories/opendaylight.release/</url>
854     </repository>
855     <!-- OpenDayLight Snapshot artifact -->
856     <snapshotRepository>
857       <id>opendaylight-snapshot</id>
858       <url>${nexusproxy}/repositories/opendaylight.snapshot/</url>
859     </snapshotRepository>
860     <!-- Site deployment -->
861     <site>
862       <id>website</id>
863       <url>${sitedeploy}</url>
864     </site>
865   </distributionManagement>
866
867   <reporting>
868     <excludeDefaults>true</excludeDefaults>
869     <outputDirectory>${project.build.directory}/site</outputDirectory>
870     <plugins>
871       <plugin>
872         <groupId>org.apache.maven.plugins</groupId>
873         <artifactId>maven-project-info-reports-plugin</artifactId>
874         <version>${projectinfo}</version>
875         <configuration>
876           <dependencyDetailsEnabled>false</dependencyDetailsEnabled>
877           <dependencyLocationsEnabled>false</dependencyLocationsEnabled>
878         </configuration>
879         <reportSets>
880           <reportSet>
881             <reports>
882               <report>index</report>
883               <report>project-team</report>
884               <report>license</report>
885               <report>mailing-list</report>
886               <report>plugin-management</report>
887               <report>cim</report>
888               <report>issue-tracking</report>
889               <report>scm</report>
890               <report>summary</report>
891             </reports>
892           </reportSet>
893         </reportSets>
894       </plugin>
895       <plugin>
896         <groupId>org.apache.maven.plugins</groupId>
897         <artifactId>maven-jxr-plugin</artifactId>
898         <version>2.3</version>
899         <configuration>
900           <aggregate>true</aggregate>
901           <linkJavadoc>true</linkJavadoc>
902         </configuration>
903       </plugin>
904       <plugin>
905         <groupId>org.apache.maven.plugins</groupId>
906         <artifactId>maven-checkstyle-plugin</artifactId>
907         <version>${checkstyle.version}</version>
908       </plugin>
909       <plugin>
910         <groupId>org.apache.maven.plugins</groupId>
911         <artifactId>maven-javadoc-plugin</artifactId>
912         <version>2.8.1</version>
913         <configuration>
914           <doclet>org.jboss.apiviz.APIviz</doclet>
915           <docletArtifact>
916             <groupId>org.jboss.apiviz</groupId>
917             <artifactId>apiviz</artifactId>
918             <version>1.3.2.GA</version>
919           </docletArtifact>
920           <finalName>${project.artifactId}-${build.suffix}</finalName>
921           <useStandardDocletOptions>true</useStandardDocletOptions>
922           <charset>UTF-8</charset>
923           <encoding>UTF-8</encoding>
924           <docencoding>UTF-8</docencoding>
925           <breakiterator>true</breakiterator>
926           <version>true</version>
927           <author>true</author>
928           <keywords>true</keywords>
929           <excludePackageNames>*.internal:edu.uci.*</excludePackageNames>
930         </configuration>
931       </plugin>
932     </plugins>
933   </reporting>
934
935   <build>
936     <plugins>
937       <plugin>
938         <groupId>org.codehaus.mojo</groupId>
939         <artifactId>properties-maven-plugin</artifactId>
940         <version>${propertymavenplugin.version}</version>
941         <executions>
942           <execution>
943             <goals>
944               <goal>set-system-properties</goal>
945             </goals>
946             <configuration>
947               <properties>
948                 <property>
949                   <name>logback.configurationFile</name>
950                   <value>${project.parent.basedir}/logback.xml</value>
951                 </property>
952               </properties>
953             </configuration>
954           </execution>
955         </executions>
956       </plugin>
957       <plugin>
958         <groupId>com.googlecode.maven-java-formatter-plugin</groupId>
959         <artifactId>maven-java-formatter-plugin</artifactId>
960         <version>0.3.1</version>
961         <configuration>
962           <compilerSource>1.6</compilerSource>
963           <compilerCompliance>1.6</compilerCompliance>
964           <compilerTargetPlatform>1.6</compilerTargetPlatform>
965           <configFile>${project.parent.basedir}/sun_coding_style.xml</configFile>
966         </configuration>
967       </plugin>
968       <plugin>
969         <groupId>org.apache.maven.plugins</groupId>
970         <artifactId>maven-checkstyle-plugin</artifactId>
971         <version>${checkstyle.version}</version>
972         <dependencies>
973           <dependency>
974             <groupId>org.opendaylight.controller</groupId>
975             <artifactId>checkstyle</artifactId>
976             <version>0.0.2-SNAPSHOT</version>
977           </dependency>
978         </dependencies>
979         <executions>
980           <execution>
981             <phase>process-sources</phase>
982             <goals>
983               <goal>check</goal>
984             </goals>
985           </execution>
986         </executions>
987         <configuration>
988           <failsOnError>true</failsOnError>
989           <configLocation>controller/checkstyle.xml</configLocation>
990           <consoleOutput>true</consoleOutput>
991           <includeTestSourceDirectory>true</includeTestSourceDirectory>
992           <sourceDirectory>${project.basedir}</sourceDirectory>
993           <includes>**\/*.java,**\/*.xml,**\/*.ini,**\/*.sh,**\/*.bat</includes>
994           <excludes>**\/target\/,**\/bin\/</excludes>
995         </configuration>
996       </plugin>
997       <plugin>
998         <groupId>org.apache.maven.plugins</groupId>
999         <artifactId>maven-failsafe-plugin</artifactId>
1000         <version>${failsafe.version}</version>
1001         <configuration>
1002           <argLine>${testvm.argLine}</argLine>
1003         </configuration>
1004         <executions>
1005           <execution>
1006             <id>failsafe-integration-tests</id>
1007             <phase>integration-test</phase>
1008             <goals>
1009               <goal>integration-test</goal>
1010             </goals>
1011           </execution>
1012           <execution>
1013             <id>failsafe-verify</id>
1014             <phase>verify</phase>
1015             <goals>
1016               <goal>verify</goal>
1017             </goals>
1018           </execution>
1019         </executions>
1020       </plugin>
1021       <plugin>
1022         <groupId>org.apache.maven.plugins</groupId>
1023         <artifactId>maven-surefire-plugin</artifactId>
1024         <version>${surefire.version}</version>
1025       </plugin>
1026       <plugin>
1027         <groupId>org.apache.maven.plugins</groupId>
1028         <artifactId>maven-enforcer-plugin</artifactId>
1029         <version>${enforcer.version}</version>
1030         <executions>
1031           <execution>
1032             <id>enforce-java</id>
1033             <goals>
1034               <goal>enforce</goal>
1035             </goals>
1036             <configuration>
1037               <rules>
1038                 <requireJavaVersion>
1039                   <version>1.7.0</version>
1040                 </requireJavaVersion>
1041               </rules>
1042             </configuration>
1043           </execution>
1044         </executions>
1045       </plugin>
1046     </plugins>
1047     <pluginManagement>
1048       <plugins>
1049         <plugin>
1050           <groupId>org.apache.maven.plugins</groupId>
1051           <artifactId>maven-release-plugin</artifactId>
1052           <version>${releaseplugin.version}</version>
1053         </plugin>
1054         <!-- Ignore/Execute plugin execution -->
1055         <plugin>
1056           <groupId>org.eclipse.m2e</groupId>
1057           <artifactId>lifecycle-mapping</artifactId>
1058           <version>1.0.0</version>
1059           <configuration>
1060             <lifecycleMappingMetadata>
1061               <pluginExecutions>
1062                 <pluginExecution>
1063                   <pluginExecutionFilter>
1064                     <groupId>org.codehaus.mojo</groupId>
1065                     <artifactId>properties-maven-plugin</artifactId>
1066                     <versionRange>[0.0,)</versionRange>
1067                     <goals>
1068                       <goal>set-system-properties</goal>
1069                     </goals>
1070                   </pluginExecutionFilter>
1071                   <action>
1072                     <ignore />
1073                   </action>
1074                 </pluginExecution>
1075                 <pluginExecution>
1076                   <pluginExecutionFilter>
1077                     <groupId>org.codehaus.enunciate</groupId>
1078                     <artifactId>maven-enunciate-plugin</artifactId>
1079                     <versionRange>[0.0,)</versionRange>
1080                     <goals>
1081                       <goal>docs</goal>
1082                     </goals>
1083                   </pluginExecutionFilter>
1084                   <action>
1085                     <ignore />
1086                   </action>
1087                 </pluginExecution>
1088                 <pluginExecution>
1089                   <pluginExecutionFilter>
1090                     <groupId>org.jacoco</groupId>
1091                     <artifactId>jacoco-maven-plugin</artifactId>
1092                     <versionRange>[0.0,)</versionRange>
1093                     <goals>
1094                       <goal>prepare-agent</goal>
1095                       <goal>pre-test</goal>
1096                       <goal>post-test</goal>
1097                     </goals>
1098                   </pluginExecutionFilter>
1099                   <action>
1100                     <ignore />
1101                   </action>
1102                 </pluginExecution>
1103                 <pluginExecution>
1104                   <pluginExecutionFilter>
1105                     <groupId>org.ops4j.pax.exam</groupId>
1106                     <artifactId>maven-paxexam-plugin</artifactId>
1107                     <versionRange>[1.2.4,)</versionRange>
1108                     <goals>
1109                       <goal>generate-depends-file</goal>
1110                     </goals>
1111                   </pluginExecutionFilter>
1112                   <action>
1113                     <ignore />
1114                   </action>
1115                 </pluginExecution>
1116                 <pluginExecution>
1117                   <pluginExecutionFilter>
1118                     <groupId>org.apache.maven.plugins</groupId>
1119                     <artifactId>maven-checkstyle-plugin</artifactId>
1120                     <versionRange>[2.0,)</versionRange>
1121                     <goals>
1122                       <goal>check</goal>
1123                     </goals>
1124                   </pluginExecutionFilter>
1125                   <action>
1126                     <ignore />
1127                   </action>
1128                 </pluginExecution>
1129                 <pluginExecution>
1130                   <pluginExecutionFilter>
1131                     <groupId>org.opendaylight.yangtools</groupId>
1132                     <artifactId>yang-maven-plugin</artifactId>
1133                     <versionRange>[0.5,)</versionRange>
1134                     <goals>
1135                       <goal>generate-sources </goal>
1136                     </goals>
1137                   </pluginExecutionFilter>
1138                   <action>
1139                     <ignore></ignore>
1140                   </action>
1141                 </pluginExecution>
1142                 <pluginExecution>
1143                   <pluginExecutionFilter>
1144                     <groupId>org.codehaus.groovy.maven</groupId>
1145                     <artifactId>gmaven-plugin</artifactId>
1146                     <versionRange>1.0</versionRange>
1147                     <goals>
1148                       <goal>execute</goal>
1149                     </goals>
1150                   </pluginExecutionFilter>
1151                   <action>
1152                     <ignore></ignore>
1153                   </action>
1154                 </pluginExecution>
1155               </pluginExecutions>
1156             </lifecycleMappingMetadata>
1157           </configuration>
1158         </plugin>
1159         <plugin>
1160           <groupId>org.codehaus.enunciate</groupId>
1161           <artifactId>maven-enunciate-plugin</artifactId>
1162           <version>${enunciate.version}</version>
1163           <configuration>
1164             <configFile>enunciate.xml</configFile>
1165           </configuration>
1166           <executions>
1167             <execution>
1168               <goals>
1169                 <goal>docs</goal>
1170               </goals>
1171             </execution>
1172           </executions>
1173         </plugin>
1174         <plugin>
1175           <groupId>org.apache.maven.plugins</groupId>
1176           <artifactId>maven-javadoc-plugin</artifactId>
1177           <version>2.8.1</version>
1178           <configuration>
1179             <doclet>org.jboss.apiviz.APIviz</doclet>
1180             <docletArtifact>
1181               <groupId>org.jboss.apiviz</groupId>
1182               <artifactId>apiviz</artifactId>
1183               <version>1.3.2.GA</version>
1184             </docletArtifact>
1185             <finalName>${project.artifactId}-${build.suffix}</finalName>
1186             <useStandardDocletOptions>true</useStandardDocletOptions>
1187             <charset>UTF-8</charset>
1188             <encoding>UTF-8</encoding>
1189             <docencoding>UTF-8</docencoding>
1190             <breakiterator>true</breakiterator>
1191             <version>true</version>
1192             <author>true</author>
1193             <keywords>true</keywords>
1194             <excludePackageNames>net.sf.jnetlib.*:cern.*:corejava:*.internal:edu.uci.*</excludePackageNames>
1195             <failOnError>false</failOnError>
1196           </configuration>
1197         </plugin>
1198         <plugin>
1199           <groupId>org.apache.maven.plugins</groupId>
1200           <artifactId>maven-jxr-plugin</artifactId>
1201           <version>2.3</version>
1202           <configuration>
1203             <aggregate>true</aggregate>
1204             <linkJavadoc>true</linkJavadoc>
1205             <javadocDir>target/apidocs</javadocDir>
1206           </configuration>
1207         </plugin>
1208         <plugin>
1209           <groupId>org.apache.maven.plugins</groupId>
1210           <artifactId>maven-compiler-plugin</artifactId>
1211           <version>${maven.compile.plugin.version}</version>
1212           <configuration>
1213             <source>${java.version.source}</source>
1214             <target>${java.version.target}</target>
1215             <testSource>${java.version.source}</testSource>
1216             <testTarget>${java.version.target}</testTarget>
1217           </configuration>
1218        </plugin>
1219       </plugins>
1220     </pluginManagement>
1221   </build>
1222
1223   <dependencies>
1224   </dependencies>
1225 </project>