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