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