Merge "Adding Set Next Hop action"
[controller.git] / opendaylight / commons / opendaylight / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
3          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
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.0-SNAPSHOT</version>
11   <packaging>pom</packaging>
12
13   <properties>
14     <sonar.host.url>https://sonar.opendaylight.org/</sonar.host.url>
15     <nexusproxy>http://nexus.opendaylight.org/content</nexusproxy>
16     <sitedeploy>dav:http://nexus.opendaylight.org/content/sites/site</sitedeploy>
17     <siteplugin>3.2</siteplugin>
18     <projectinfo>2.6</projectinfo>
19     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
20     <compiler.version>2.3.2</compiler.version>
21     <surefire.version>2.13</surefire.version>
22     <exam.version>3.0.0</exam.version>
23     <url.version>1.5.0</url.version>
24     <enunciate.version>1.26.2</enunciate.version>
25     <sonar.branch>${user.name}-private-view</sonar.branch>
26     <sonar.skippedModules>org.openflow.openflowj,net.sf.jung2</sonar.skippedModules>
27     <logback.version>1.0.9</logback.version>
28     <slf4j.version>1.7.2</slf4j.version>
29     <jackson.version>1.9.8</jackson.version>
30     <spring.version>3.1.3.RELEASE</spring.version>
31     <spring-security.version>3.1.3.RELEASE</spring-security.version>
32     <jersey.version>1.17</jersey.version>
33     <virgo.version>3.6.0.RELEASE</virgo.version>
34     <geminiweb.version>2.2.0.RELEASE</geminiweb.version>
35   </properties>
36
37   <pluginRepositories>
38     <pluginRepository>
39       <id>central2</id>
40       <name>central2</name>
41       <url>${nexusproxy}/repositories/central2/</url>
42     </pluginRepository>
43   </pluginRepositories>
44
45   <profiles>
46     <profile>
47       <id>viewbuild</id>
48       <activation>
49         <activeByDefault>true</activeByDefault>
50       </activation>
51       <properties>
52         <build.suffix>${project.version}</build.suffix>
53       </properties>
54     </profile>
55     <profile>
56       <id>jenkins</id>
57       <activation>
58         <property>
59           <name>BUILDSUFFIX</name>
60         </property>
61       </activation>
62       <properties>
63         <build.suffix>${BUILDSUFFIX}</build.suffix>
64       </properties>
65     </profile>
66     <profile>
67       <id>fastreassembly</id>
68       <build>
69         <plugins>
70           <plugin>
71             <groupId>org.apache.maven.plugins</groupId>
72             <artifactId>maven-dependency-plugin</artifactId>
73             <version>2.4</version>
74             <executions>
75               <execution>
76                 <id>copyfastreassembly</id>
77                 <phase>install</phase>
78                 <goals>
79                   <goal>copy</goal>
80                 </goals>
81                 <configuration>
82                   <artifactItems>
83                     <artifactItem>
84                       <groupId>${project.groupId}</groupId>
85                       <artifactId>${project.artifactId}</artifactId>
86                       <version>${project.version}</version>
87                       <destFileName>${project.groupId}.${project.artifactId}-${project.version}.jar</destFileName>
88                     </artifactItem>
89                   </artifactItems>
90                   <outputDirectory>${fastreassembly.directory}</outputDirectory>
91                 </configuration>
92               </execution>
93             </executions>
94           </plugin>
95         </plugins>
96       </build>
97     </profile>
98   </profiles>
99
100   <repositories>
101     <!-- EBR release -->
102     <!-- http://repository.springsource.com/maven/bundles/release -->
103     <repository>
104       <id>ebr-bundles-release</id>
105       <name>ebr-bundles-release</name>
106       <url>${nexusproxy}/repositories/ebr-bundles-release/</url>
107     </repository>
108     <!-- EBR external -->
109     <!-- http://repository.springsource.com/maven/bundles/external -->
110     <repository>
111       <id>ebr-bundles-external</id>
112       <name>ebr-bundles-external</name>
113       <url>${nexusproxy}/repositories/ebr-bundles-external/</url>
114     </repository>
115     <!-- Maven repo2 mirror -->
116     <!-- http://repo2.maven.org/maven2 -->
117     <repository>
118       <id>central2</id>
119       <name>central2</name>
120       <url>${nexusproxy}/repositories/central2/</url>
121     </repository>
122     <!-- Maven repo1 mirror -->
123     <!-- http://repo1.maven.org/maven2 -->
124     <repository>
125       <id>central</id>
126       <name>central</name>
127       <url>${nexusproxy}/repositories/central/</url>
128     </repository>
129     <!-- Pax mirror -->
130     <!-- https://oss.sonatype.org/content/repositories/ops4j-releases -->
131     <repository>
132       <id>ops4j-releases</id>
133       <name>ops4j-releases</name>
134       <url>${nexusproxy}/repositories/ops4j-releases/</url>
135     </repository>
136     <!-- Third Packages hosted in local maven because not available in
137          other places -->
138     <repository>
139       <id>thirdparty</id>
140       <name>thirdparty</name>
141       <url>${nexusproxy}/repositories/thirdparty/</url>
142     </repository>
143     <!-- Jboss mirror -->
144     <!-- https://repository.jboss.org/nexus/content/repositories/releases -->
145     <repository>
146       <id>jboss.releases</id>
147       <name>jboss.releases</name>
148       <url>${nexusproxy}/repositories/jboss.releases/</url>
149     </repository>
150     <!-- OpenDayLight Released artifact -->
151     <repository>
152       <id>opendaylight-release</id>
153       <name>opendaylight-release</name>
154       <url>${nexusproxy}/repositories/opendaylight.release/</url>
155     </repository>
156     <!-- OpenDayLight Snapshot artifact -->
157     <repository>
158       <id>opendaylight-snapshot</id>
159       <name>opendaylight-snapshot</name>
160       <url>${nexusproxy}/repositories/opendaylight.snapshot/</url>
161     </repository>
162   </repositories>
163   <distributionManagement>
164     <!-- OpenDayLight Released artifact -->
165     <repository>
166       <id>opendaylight-release</id>
167       <url>${nexusproxy}/repositories/opendaylight.release/</url>
168     </repository>
169     <!-- OpenDayLight Snapshot artifact -->
170     <snapshotRepository>
171       <id>opendaylight-snapshot</id>
172       <url>${nexusproxy}/repositories/opendaylight.snapshot/</url>
173     </snapshotRepository>
174     <!-- Site deployment -->
175     <site>
176       <id>website</id>
177       <url>${sitedeploy}</url>
178     </site>
179   </distributionManagement>
180
181   <reporting>
182     <excludeDefaults>true</excludeDefaults>
183     <outputDirectory>${project.build.directory}/site</outputDirectory>
184     <plugins>
185       <plugin>
186         <groupId>org.apache.maven.plugins</groupId>
187         <artifactId>maven-project-info-reports-plugin</artifactId>
188         <version>${projectinfo}</version>
189         <configuration>
190           <dependencyDetailsEnabled>false</dependencyDetailsEnabled>
191           <dependencyLocationsEnabled>false</dependencyLocationsEnabled>
192         </configuration>
193         <reportSets>
194           <reportSet>
195             <reports>
196               <report>index</report>
197               <report>project-team</report>
198               <report>license</report>
199               <report>mailing-list</report>
200               <report>plugin-management</report>
201               <report>cim</report>
202               <report>issue-tracking</report>
203               <report>scm</report>
204               <report>summary</report>
205             </reports>
206           </reportSet>
207         </reportSets>
208       </plugin>
209       <plugin>
210         <groupId>org.apache.maven.plugins</groupId>
211         <artifactId>maven-jxr-plugin</artifactId>
212         <version>2.3</version>
213         <configuration>
214           <aggregate>true</aggregate>
215           <linkJavadoc>true</linkJavadoc>
216         </configuration>
217       </plugin>
218       <plugin>
219         <groupId>org.apache.maven.plugins</groupId>
220         <artifactId>maven-checkstyle-plugin</artifactId>
221         <version>2.10</version>
222       </plugin>
223       <plugin>
224         <groupId>org.apache.maven.plugins</groupId>
225         <artifactId>maven-javadoc-plugin</artifactId>
226         <version>2.8.1</version>
227         <configuration>
228           <doclet>org.jboss.apiviz.APIviz</doclet>
229           <docletArtifact>
230             <groupId>org.jboss.apiviz</groupId>
231             <artifactId>apiviz</artifactId>
232             <version>1.3.2.GA</version>
233           </docletArtifact>
234           <finalName>${project.artifactId}-${build.suffix}</finalName>
235           <useStandardDocletOptions>true</useStandardDocletOptions>
236           <charset>UTF-8</charset>
237           <encoding>UTF-8</encoding>
238           <docencoding>UTF-8</docencoding>
239           <breakiterator>true</breakiterator>
240           <version>true</version>
241           <author>true</author>
242           <keywords>true</keywords>
243           <excludePackageNames>*.internal:edu.uci.*</excludePackageNames>
244         </configuration>
245       </plugin>
246     </plugins>
247   </reporting>
248
249   <build>
250     <plugins>
251       <plugin>
252         <groupId>org.codehaus.mojo</groupId>
253         <artifactId>properties-maven-plugin</artifactId>
254         <version>1.0-alpha-2</version>
255         <executions>
256           <execution>
257             <goals>
258               <goal>set-system-properties</goal>
259             </goals>
260             <configuration>
261               <properties>
262                 <property>
263                   <name>logback.configurationFile</name>
264                   <value>${project.parent.relativePath}/logback.xml</value>
265                 </property>
266               </properties>
267             </configuration>
268           </execution>
269         </executions>
270       </plugin>
271       <plugin>
272         <groupId>com.googlecode.maven-java-formatter-plugin</groupId>
273         <artifactId>maven-java-formatter-plugin</artifactId>
274         <version>0.3.1</version>
275         <configuration>
276           <compilerSource>1.6</compilerSource>
277           <compilerCompliance>1.6</compilerCompliance>
278           <compilerTargetPlatform>1.6</compilerTargetPlatform>
279           <configFile>${project.parent.relativePath}/sun_coding_style.xml</configFile>
280         </configuration>
281       </plugin>
282       <plugin>
283         <groupId>org.apache.maven.plugins</groupId>
284         <artifactId>maven-failsafe-plugin</artifactId>
285         <version>2.14.1</version>
286         <executions>
287           <execution>
288             <goals>
289               <goal>integration-test</goal>
290               <goal>verify</goal>
291             </goals>
292           </execution>
293         </executions>
294       </plugin>
295     </plugins>
296     <pluginManagement>
297       <plugins>
298         <!-- Ignore/Execute plugin execution -->
299         <plugin>
300           <groupId>org.eclipse.m2e</groupId>
301           <artifactId>lifecycle-mapping</artifactId>
302           <version>1.0.0</version>
303           <configuration>
304             <lifecycleMappingMetadata>
305               <pluginExecutions>
306                 <pluginExecution>
307                   <pluginExecutionFilter>
308                     <groupId>org.codehaus.mojo</groupId>
309                     <artifactId>properties-maven-plugin</artifactId>
310                     <versionRange>[0.0,)</versionRange>
311                     <goals>
312                       <goal>set-system-properties</goal>
313                     </goals>
314                   </pluginExecutionFilter>
315                   <action>
316                     <ignore/>
317                   </action>
318                 </pluginExecution>
319                 <pluginExecution>
320                   <pluginExecutionFilter>
321                     <groupId>org.codehaus.enunciate</groupId>
322                     <artifactId>maven-enunciate-plugin</artifactId>
323                     <versionRange>[0.0,)</versionRange>
324                     <goals>
325                       <goal>docs</goal>
326                     </goals>
327                   </pluginExecutionFilter>
328                   <action>
329                     <ignore/>
330                   </action>
331                 </pluginExecution>
332                 <pluginExecution>
333                   <pluginExecutionFilter>
334                     <groupId>org.jacoco</groupId>
335                     <artifactId>jacoco-maven-plugin</artifactId>
336                     <versionRange>[0.0,)</versionRange>
337                     <goals>
338                       <goal>prepare-agent</goal>
339                       <goal>pre-test</goal>
340                       <goal>post-test</goal>
341                     </goals>
342                   </pluginExecutionFilter>
343                   <action>
344                     <ignore/>
345                   </action>
346                 </pluginExecution>
347                 <pluginExecution>
348                         <pluginExecutionFilter>
349                                 <groupId>org.ops4j.pax.exam</groupId>
350                                 <artifactId>maven-paxexam-plugin</artifactId>
351                                 <versionRange>[1.2.4,)</versionRange>
352                                 <goals>
353                                         <goal>generate-depends-file</goal>
354                                 </goals>
355                         </pluginExecutionFilter>
356                         <action>
357                                 <ignore></ignore>
358                         </action>
359                 </pluginExecution>
360               </pluginExecutions>
361             </lifecycleMappingMetadata>
362           </configuration>
363         </plugin>
364         <plugin>
365           <groupId>org.codehaus.enunciate</groupId>
366           <artifactId>maven-enunciate-plugin</artifactId>
367           <version>${enunciate.version}</version>
368           <configuration>
369             <configFile>enunciate.xml</configFile>
370           </configuration>
371           <executions>
372             <execution>
373               <goals>
374                 <goal>docs</goal>
375               </goals>
376             </execution>
377           </executions>
378         </plugin>
379         <plugin>
380           <groupId>org.apache.maven.plugins</groupId>
381           <artifactId>maven-compiler-plugin</artifactId>
382           <version>${compiler.version}</version>
383           <configuration>
384             <source>1.6</source>
385             <target>1.6</target>
386           </configuration>
387         </plugin>
388         <plugin>
389           <groupId>org.apache.maven.plugins</groupId>
390           <artifactId>maven-javadoc-plugin</artifactId>
391           <version>2.8.1</version>
392           <configuration>
393             <doclet>org.jboss.apiviz.APIviz</doclet>
394             <docletArtifact>
395               <groupId>org.jboss.apiviz</groupId>
396               <artifactId>apiviz</artifactId>
397               <version>1.3.2.GA</version>
398             </docletArtifact>
399             <finalName>${project.artifactId}-${build.suffix}</finalName>
400             <useStandardDocletOptions>true</useStandardDocletOptions>
401             <charset>UTF-8</charset>
402             <encoding>UTF-8</encoding>
403             <docencoding>UTF-8</docencoding>
404             <breakiterator>true</breakiterator>
405             <version>true</version>
406             <author>true</author>
407             <keywords>true</keywords>
408             <excludePackageNames>net.sf.jnetlib.*:cern.*:corejava:*.internal:edu.uci.*</excludePackageNames>
409           </configuration>
410         </plugin>
411         <plugin>
412           <groupId>org.apache.maven.plugins</groupId>
413           <artifactId>maven-jxr-plugin</artifactId>
414           <version>2.3</version>
415           <configuration>
416             <aggregate>true</aggregate>
417             <linkJavadoc>true</linkJavadoc>
418             <javadocDir>target/apidocs</javadocDir>
419           </configuration>
420         </plugin>
421       </plugins>
422     </pluginManagement>
423   </build>
424
425   <dependencies>
426     <dependency>
427       <groupId>org.slf4j</groupId>
428       <artifactId>jcl-over-slf4j</artifactId>
429       <version>${slf4j.version}</version>
430     </dependency>
431     <dependency>
432       <groupId>org.slf4j</groupId>
433       <artifactId>slf4j-api</artifactId>
434       <version>${slf4j.version}</version>
435     </dependency>
436     <dependency>
437       <groupId>org.slf4j</groupId>
438       <artifactId>log4j-over-slf4j</artifactId>
439       <version>${slf4j.version}</version>
440     </dependency>
441     <dependency>
442       <groupId>ch.qos.logback</groupId>
443       <artifactId>logback-core</artifactId>
444       <version>${logback.version}</version>
445     </dependency>
446     <dependency>
447       <groupId>ch.qos.logback</groupId>
448       <artifactId>logback-classic</artifactId>
449       <version>${logback.version}</version>
450     </dependency>
451     <dependency>
452       <groupId>org.codehaus.jackson</groupId>
453       <artifactId>jackson-mapper-asl</artifactId>
454       <version>${jackson.version}</version>
455     </dependency>
456     <dependency>
457       <groupId>org.codehaus.jackson</groupId>
458       <artifactId>jackson-core-asl</artifactId>
459       <version>${jackson.version}</version>
460     </dependency>
461     <dependency>
462       <groupId>org.codehaus.jackson</groupId>
463       <artifactId>jackson-jaxrs</artifactId>
464       <version>${jackson.version}</version>
465     </dependency>
466     <dependency>
467       <groupId>org.codehaus.jettison</groupId>
468       <artifactId>jettison</artifactId>
469       <version>1.3.3</version>
470     </dependency>
471     <dependency>
472       <groupId>commons-io</groupId>
473       <artifactId>commons-io</artifactId>
474       <version>2.3</version>
475     </dependency>
476     <dependency>
477       <groupId>commons-fileupload</groupId>
478       <artifactId>commons-fileupload</artifactId>
479       <version>1.2.2</version>
480     </dependency>
481     <dependency>
482       <groupId>equinoxSDK381</groupId>
483       <artifactId>javax.servlet</artifactId>
484       <version>3.0.0.v201112011016</version>
485     </dependency>
486     <dependency>
487       <groupId>equinoxSDK381</groupId>
488       <artifactId>javax.servlet.jsp</artifactId>
489       <version>2.2.0.v201112011158</version>
490     </dependency>
491     <dependency>
492       <groupId>equinoxSDK381</groupId>
493       <artifactId>org.eclipse.equinox.ds</artifactId>
494       <version>1.4.0.v20120522-1841</version>
495     </dependency>
496     <dependency>
497       <groupId>equinoxSDK381</groupId>
498       <artifactId>org.eclipse.equinox.util</artifactId>
499       <version>1.0.400.v20120522-2049</version>
500     </dependency>
501     <dependency>
502       <groupId>equinoxSDK381</groupId>
503       <artifactId>org.eclipse.osgi.services</artifactId>
504       <version>3.3.100.v20120522-1822</version>
505     </dependency>
506     <dependency>
507       <groupId>equinoxSDK381</groupId>
508       <artifactId>org.eclipse.osgi</artifactId>
509       <version>3.8.1.v20120830-144521</version>
510     </dependency>
511     <dependency>
512       <groupId>equinoxSDK381</groupId>
513       <artifactId>org.apache.felix.gogo.command</artifactId>
514       <version>0.8.0.v201108120515</version>
515     </dependency>
516     <dependency>
517       <groupId>equinoxSDK381</groupId>
518       <artifactId>org.apache.felix.gogo.runtime</artifactId>
519       <version>0.8.0.v201108120515</version>
520     </dependency>
521     <dependency>
522       <groupId>equinoxSDK381</groupId>
523       <artifactId>org.apache.felix.gogo.shell</artifactId>
524       <version>0.8.0.v201110170705</version>
525     </dependency>
526     <dependency>
527       <groupId>equinoxSDK381</groupId>
528       <artifactId>org.eclipse.equinox.cm</artifactId>
529       <version>1.0.400.v20120522-1841</version>
530     </dependency>
531     <dependency>
532       <groupId>equinoxSDK381</groupId>
533       <artifactId>org.eclipse.equinox.console</artifactId>
534       <version>1.0.0.v20120522-1841</version>
535     </dependency>
536     <dependency>
537       <groupId>equinoxSDK381</groupId>
538       <artifactId>org.eclipse.equinox.launcher</artifactId>
539       <version>1.3.0.v20120522-1813</version>
540     </dependency>
541     <!-- Gemini Web -->
542     <dependency>
543       <groupId>geminiweb</groupId>
544       <artifactId>org.eclipse.gemini.web.core</artifactId>
545       <version>${geminiweb.version}</version>
546     </dependency>
547     <dependency>
548       <groupId>geminiweb</groupId>
549       <artifactId>org.eclipse.gemini.web.extender</artifactId>
550       <version>${geminiweb.version}</version>
551     </dependency>
552     <dependency>
553       <groupId>geminiweb</groupId>
554       <artifactId>org.eclipse.gemini.web.tomcat</artifactId>
555       <version>${geminiweb.version}</version>
556     </dependency>
557     <dependency>
558       <groupId>geminiweb</groupId>
559       <artifactId>org.eclipse.virgo.kernel.equinox.extensions</artifactId>
560       <version>${virgo.version}</version>
561     </dependency>
562     <dependency>
563       <groupId>geminiweb</groupId>
564       <artifactId>org.eclipse.virgo.util.common</artifactId>
565       <version>${virgo.version}</version>
566     </dependency>
567     <dependency>
568       <groupId>geminiweb</groupId>
569       <artifactId>org.eclipse.virgo.util.io</artifactId>
570       <version>${virgo.version}</version>
571     </dependency>
572     <dependency>
573       <groupId>geminiweb</groupId>
574       <artifactId>org.eclipse.virgo.util.math</artifactId>
575       <version>${virgo.version}</version>
576     </dependency>
577     <dependency>
578       <groupId>geminiweb</groupId>
579       <artifactId>org.eclipse.virgo.util.osgi</artifactId>
580       <version>${virgo.version}</version>
581     </dependency>
582     <dependency>
583       <groupId>geminiweb</groupId>
584       <artifactId>org.eclipse.virgo.util.osgi.manifest</artifactId>
585       <version>${virgo.version}</version>
586     </dependency>
587     <dependency>
588       <groupId>geminiweb</groupId>
589       <artifactId>org.eclipse.virgo.util.parser.manifest</artifactId>
590       <version>${virgo.version}</version>
591     </dependency>
592     <dependency>
593       <groupId>org.apache.felix</groupId>
594       <artifactId>org.apache.felix.dependencymanager</artifactId>
595       <version>3.1.0</version>
596     </dependency>
597     <dependency>
598       <groupId>org.apache.felix</groupId>
599       <artifactId>org.apache.felix.dependencymanager.shell</artifactId>
600       <version>3.0.1</version>
601     </dependency>
602     <dependency>
603       <groupId>com.google.code.gson</groupId>
604       <artifactId>gson</artifactId>
605       <version>2.1</version>
606       <scope>compile</scope>
607     </dependency>
608     <dependency>
609       <groupId>org.jboss.spec.javax.transaction</groupId>
610       <artifactId>jboss-transaction-api_1.1_spec</artifactId>
611       <version>1.0.1.Final</version>
612     </dependency>
613     <dependency>
614       <groupId>org.apache.felix</groupId>
615       <artifactId>org.apache.felix.fileinstall</artifactId>
616       <version>3.1.6</version>
617     </dependency>
618     <dependency>
619       <groupId>org.apache.commons</groupId>
620       <artifactId>commons-lang3</artifactId>
621       <version>3.1</version>
622     </dependency>
623     <dependency>
624       <groupId>virgomirror</groupId>
625       <artifactId>org.eclipse.jdt.core.compiler.batch</artifactId>
626       <version>3.8.0.I20120518-2145</version>
627     </dependency>
628     <dependency>
629       <groupId>eclipselink</groupId>
630       <artifactId>javax.persistence</artifactId>
631       <version>2.0.4.v201112161009</version>
632     </dependency>
633     <dependency>
634       <groupId>orbit</groupId>
635       <artifactId>javax.activation</artifactId>
636       <version>1.1.0.v201211130549</version>
637     </dependency>
638     <dependency>
639       <groupId>orbit</groupId>
640       <artifactId>javax.annotation</artifactId>
641       <version>1.1.0.v201209060031</version>
642     </dependency>
643     <dependency>
644       <groupId>orbit</groupId>
645       <artifactId>javax.ejb</artifactId>
646       <version>3.1.1.v201204261316</version>
647     </dependency>
648     <dependency>
649       <groupId>orbit</groupId>
650       <artifactId>javax.el</artifactId>
651       <version>2.2.0.v201108011116</version>
652     </dependency>
653     <dependency>
654       <groupId>orbit</groupId>
655       <artifactId>javax.mail.glassfish</artifactId>
656       <version>1.4.1.v201108011116</version>
657     </dependency>
658     <dependency>
659       <groupId>orbit</groupId>
660       <artifactId>javax.xml.rpc</artifactId>
661       <version>1.1.0.v201005080400</version>
662     </dependency>
663     <dependency>
664       <groupId>orbit</groupId>
665       <artifactId>org.apache.catalina</artifactId>
666       <version>7.0.32.v201211201336</version>
667     </dependency>
668     <dependency>
669       <groupId>orbit</groupId>
670       <artifactId>org.apache.catalina.ha</artifactId>
671       <version>7.0.32.v201211201952</version>
672     </dependency>
673     <dependency>
674       <groupId>orbit</groupId>
675       <artifactId>org.apache.catalina.tribes</artifactId>
676       <version>7.0.32.v201211201952</version>
677     </dependency>
678     <dependency>
679       <groupId>orbit</groupId>
680       <artifactId>org.apache.coyote</artifactId>
681       <version>7.0.32.v201211201952</version>
682     </dependency>
683     <dependency>
684       <groupId>orbit</groupId>
685       <artifactId>org.apache.el</artifactId>
686       <version>7.0.32.v201211081135</version>
687     </dependency>
688     <dependency>
689       <groupId>orbit</groupId>
690       <artifactId>org.apache.jasper</artifactId>
691       <version>7.0.32.v201211201952</version>
692     </dependency>
693     <dependency>
694       <groupId>orbit</groupId>
695       <artifactId>org.apache.juli.extras</artifactId>
696       <version>7.0.32.v201211081135</version>
697     </dependency>
698     <dependency>
699       <groupId>orbit</groupId>
700       <artifactId>org.apache.tomcat.api</artifactId>
701       <version>7.0.32.v201211081135</version>
702     </dependency>
703     <dependency>
704       <groupId>orbit</groupId>
705       <artifactId>org.apache.tomcat.util</artifactId>
706       <version>7.0.32.v201211201952</version>
707     </dependency>
708     <dependency>
709       <groupId>orbit</groupId>
710       <artifactId>javax.servlet.jsp.jstl</artifactId>
711       <version>1.2.0.v201105211821</version>
712     </dependency>
713     <dependency>
714       <groupId>orbit</groupId>
715       <artifactId>javax.servlet.jsp.jstl.impl</artifactId>
716       <version>1.2.0.v201210211230</version>
717     </dependency>
718     <!-- Add Pax Exam -->
719     <dependency>
720       <groupId>org.ops4j.pax.exam</groupId>
721       <artifactId>pax-exam-container-native</artifactId>
722       <version>${exam.version}</version>
723       <scope>test</scope>
724     </dependency>
725     <dependency>
726       <groupId>org.ops4j.pax.exam</groupId>
727       <artifactId>pax-exam-junit4</artifactId>
728       <version>${exam.version}</version>
729       <scope>test</scope>
730     </dependency>
731     <dependency>
732       <groupId>org.ops4j.pax.exam</groupId>
733       <artifactId>pax-exam-link-mvn</artifactId>
734       <version>${exam.version}</version>
735       <scope>test</scope>
736     </dependency>
737     <dependency>
738       <groupId>org.ops4j.pax.url</groupId>
739       <artifactId>pax-url-aether</artifactId>
740       <version>${url.version}</version>
741       <scope>test</scope>
742     </dependency>
743     <dependency>
744       <groupId>org.springframework</groupId>
745       <artifactId>org.springframework.asm</artifactId>
746       <version>${spring.version}</version>
747     </dependency>
748     <dependency>
749       <groupId>org.springframework</groupId>
750       <artifactId>org.springframework.aop</artifactId>
751       <version>${spring.version}</version>
752     </dependency>
753     <dependency>
754       <groupId>org.springframework</groupId>
755       <artifactId>org.springframework.context</artifactId>
756       <version>${spring.version}</version>
757     </dependency>
758     <dependency>
759       <groupId>org.springframework</groupId>
760       <artifactId>org.springframework.context.support</artifactId>
761       <version>${spring.version}</version>
762     </dependency>
763     <dependency>
764       <groupId>org.springframework</groupId>
765       <artifactId>org.springframework.core</artifactId>
766       <version>${spring.version}</version>
767     </dependency>
768     <dependency>
769       <groupId>org.springframework</groupId>
770       <artifactId>org.springframework.beans</artifactId>
771       <version>${spring.version}</version>
772     </dependency>
773     <dependency>
774       <groupId>org.springframework</groupId>
775       <artifactId>org.springframework.expression</artifactId>
776       <version>${spring.version}</version>
777     </dependency>
778     <dependency>
779       <groupId>org.springframework</groupId>
780       <artifactId>org.springframework.web</artifactId>
781       <version>${spring.version}</version>
782     </dependency>
783     <dependency>
784       <groupId>org.aopalliance</groupId>
785       <artifactId>com.springsource.org.aopalliance</artifactId>
786       <version>1.0.0</version>
787     </dependency>
788     <dependency>
789       <groupId>org.springframework</groupId>
790       <artifactId>org.springframework.web.servlet</artifactId>
791       <version>${spring.version}</version>
792     </dependency>
793     <!-- Spring security -->
794     <dependency>
795       <groupId>org.springframework.security</groupId>
796       <artifactId>spring-security-config</artifactId>
797       <version>${spring-security.version}</version>
798     </dependency>
799     <dependency>
800       <groupId>org.springframework.security</groupId>
801       <artifactId>spring-security-core</artifactId>
802       <version>${spring-security.version}</version>
803     </dependency>
804     <dependency>
805       <groupId>org.springframework.security</groupId>
806       <artifactId>spring-security-web</artifactId>
807       <version>${spring-security.version}</version>
808     </dependency>
809     <dependency>
810       <groupId>org.springframework.security</groupId>
811       <artifactId>spring-security-taglibs</artifactId>
812       <version>${spring-security.version}</version>
813     </dependency>
814     <dependency>
815       <groupId>org.springframework</groupId>
816       <artifactId>org.springframework.transaction</artifactId>
817       <version>${spring-security.version}</version>
818     </dependency>
819     <!-- Visual VM hook -->
820     <dependency>
821       <groupId>org.ow2.chameleon.management</groupId>
822       <artifactId>chameleon-mbeans</artifactId>
823       <version>1.0.0</version>
824     </dependency>
825     <!-- Jersey for JAXRS -->
826     <dependency>
827       <groupId>com.sun.jersey</groupId>
828       <artifactId>jersey-core</artifactId>
829       <version>${jersey.version}</version>
830     </dependency>
831     <dependency>
832       <groupId>com.sun.jersey</groupId>
833       <artifactId>jersey-server</artifactId>
834       <version>${jersey.version}</version>
835     </dependency>
836     <dependency>
837       <groupId>com.sun.jersey</groupId>
838       <artifactId>jersey-client</artifactId>
839       <version>${jersey.version}</version>
840     </dependency>
841     <dependency>
842       <groupId>com.sun.jersey</groupId>
843       <artifactId>jersey-json</artifactId>
844       <version>${jersey.version}</version>
845     </dependency>
846   </dependencies>
847 </project>