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