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