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