Fix issue seen with enunciate plugin when importing in eclipse the
[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     </plugins>
283     <pluginManagement>
284       <plugins>
285         <!-- Ignore/Execute plugin execution -->
286         <plugin>
287           <groupId>org.eclipse.m2e</groupId>
288           <artifactId>lifecycle-mapping</artifactId>
289           <version>1.0.0</version>
290           <configuration>
291             <lifecycleMappingMetadata>
292               <pluginExecutions>
293                 <pluginExecution>
294                   <pluginExecutionFilter>
295                     <groupId>org.codehaus.mojo</groupId>
296                     <artifactId>properties-maven-plugin</artifactId>
297                     <versionRange>[0.0,)</versionRange>
298                     <goals>
299                       <goal>set-system-properties</goal>
300                     </goals>
301                   </pluginExecutionFilter>
302                   <action>
303                     <ignore/>
304                   </action>
305                 </pluginExecution>
306                 <pluginExecution>
307                   <pluginExecutionFilter>
308                     <groupId>org.codehaus.enunciate</groupId>
309                     <artifactId>maven-enunciate-plugin</artifactId>
310                     <versionRange>[0.0,)</versionRange>
311                     <goals>
312                       <goal>docs</goal>
313                     </goals>
314                   </pluginExecutionFilter>
315                   <action>
316                     <ignore/>
317                   </action>
318                 </pluginExecution>
319               </pluginExecutions>
320             </lifecycleMappingMetadata>
321           </configuration>
322         </plugin>
323         <plugin>
324           <groupId>org.codehaus.enunciate</groupId>
325           <artifactId>maven-enunciate-plugin</artifactId>
326           <version>${enunciate.version}</version>
327           <configuration>
328             <configFile>enunciate.xml</configFile>
329           </configuration>
330           <executions>
331             <execution>
332               <goals>
333                 <goal>docs</goal>
334               </goals>
335             </execution>
336           </executions>
337         </plugin>
338         <plugin>
339           <groupId>org.apache.maven.plugins</groupId>
340           <artifactId>maven-compiler-plugin</artifactId>
341           <version>${compiler.version}</version>
342           <configuration>
343             <source>1.6</source>
344             <target>1.6</target>
345           </configuration>
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>net.sf.jnetlib.*:cern.*:corejava:*.internal:edu.uci.*</excludePackageNames>
368           </configuration>
369         </plugin>
370         <plugin>
371           <groupId>org.apache.maven.plugins</groupId>
372           <artifactId>maven-jxr-plugin</artifactId>
373           <version>2.3</version>
374           <configuration>
375             <aggregate>true</aggregate>
376             <linkJavadoc>true</linkJavadoc>
377             <javadocDir>target/apidocs</javadocDir>
378           </configuration>
379         </plugin>
380       </plugins>
381     </pluginManagement>
382   </build>
383
384   <dependencies>
385     <dependency>
386       <groupId>org.slf4j</groupId>
387       <artifactId>jcl-over-slf4j</artifactId>
388       <version>${slf4j.version}</version>
389     </dependency>
390     <dependency>
391       <groupId>org.slf4j</groupId>
392       <artifactId>slf4j-api</artifactId>
393       <version>${slf4j.version}</version>
394     </dependency>
395     <dependency>
396       <groupId>org.slf4j</groupId>
397       <artifactId>log4j-over-slf4j</artifactId>
398       <version>${slf4j.version}</version>
399     </dependency>
400     <dependency>
401       <groupId>ch.qos.logback</groupId>
402       <artifactId>logback-core</artifactId>
403       <version>${logback.version}</version>
404     </dependency>
405     <dependency>
406       <groupId>ch.qos.logback</groupId>
407       <artifactId>logback-classic</artifactId>
408       <version>${logback.version}</version>
409     </dependency>
410     <dependency>
411       <groupId>org.codehaus.jackson</groupId>
412       <artifactId>jackson-mapper-asl</artifactId>
413       <version>${jackson.version}</version>
414     </dependency>
415     <dependency>
416       <groupId>org.codehaus.jackson</groupId>
417       <artifactId>jackson-core-asl</artifactId>
418       <version>${jackson.version}</version>
419     </dependency>
420     <dependency>
421       <groupId>org.codehaus.jackson</groupId>
422       <artifactId>jackson-jaxrs</artifactId>
423       <version>${jackson.version}</version>
424     </dependency>
425     <dependency>
426       <groupId>org.codehaus.jettison</groupId>
427       <artifactId>jettison</artifactId>
428       <version>1.3.3</version>
429     </dependency>
430     <dependency>
431       <groupId>commons-io</groupId>
432       <artifactId>commons-io</artifactId>
433       <version>2.3</version>
434     </dependency>
435     <dependency>
436       <groupId>commons-fileupload</groupId>
437       <artifactId>commons-fileupload</artifactId>
438       <version>1.2.2</version>
439     </dependency>
440     <dependency>
441       <groupId>equinoxSDK381</groupId>
442       <artifactId>javax.servlet</artifactId>
443       <version>3.0.0.v201112011016</version>
444     </dependency>
445     <dependency>
446       <groupId>equinoxSDK381</groupId>
447       <artifactId>javax.servlet.jsp</artifactId>
448       <version>2.2.0.v201112011158</version>
449     </dependency>
450     <dependency>
451       <groupId>equinoxSDK381</groupId>
452       <artifactId>org.eclipse.equinox.ds</artifactId>
453       <version>1.4.0.v20120522-1841</version>
454     </dependency>
455     <dependency>
456       <groupId>equinoxSDK381</groupId>
457       <artifactId>org.eclipse.equinox.util</artifactId>
458       <version>1.0.400.v20120522-2049</version>
459     </dependency>
460     <dependency>
461       <groupId>equinoxSDK381</groupId>
462       <artifactId>org.eclipse.osgi.services</artifactId>
463       <version>3.3.100.v20120522-1822</version>
464     </dependency>
465     <dependency>
466       <groupId>equinoxSDK381</groupId>
467       <artifactId>org.eclipse.osgi</artifactId>
468       <version>3.8.1.v20120830-144521</version>
469     </dependency>
470     <dependency>
471       <groupId>equinoxSDK381</groupId>
472       <artifactId>org.apache.felix.gogo.command</artifactId>
473       <version>0.8.0.v201108120515</version>
474     </dependency>
475     <dependency>
476       <groupId>equinoxSDK381</groupId>
477       <artifactId>org.apache.felix.gogo.runtime</artifactId>
478       <version>0.8.0.v201108120515</version>
479     </dependency>
480     <dependency>
481       <groupId>equinoxSDK381</groupId>
482       <artifactId>org.apache.felix.gogo.shell</artifactId>
483       <version>0.8.0.v201110170705</version>
484     </dependency>
485     <dependency>
486       <groupId>equinoxSDK381</groupId>
487       <artifactId>org.eclipse.equinox.cm</artifactId>
488       <version>1.0.400.v20120522-1841</version>
489     </dependency>
490     <dependency>
491       <groupId>equinoxSDK381</groupId>
492       <artifactId>org.eclipse.equinox.console</artifactId>
493       <version>1.0.0.v20120522-1841</version>
494     </dependency>
495     <dependency>
496       <groupId>equinoxSDK381</groupId>
497       <artifactId>org.eclipse.equinox.launcher</artifactId>
498       <version>1.3.0.v20120522-1813</version>
499     </dependency>
500     <!-- Gemini Web -->
501     <dependency>
502       <groupId>geminiweb</groupId>
503       <artifactId>org.eclipse.gemini.web.core</artifactId>
504       <version>${geminiweb.version}</version>
505     </dependency>
506     <dependency>
507       <groupId>geminiweb</groupId>
508       <artifactId>org.eclipse.gemini.web.extender</artifactId>
509       <version>${geminiweb.version}</version>
510     </dependency>
511     <dependency>
512       <groupId>geminiweb</groupId>
513       <artifactId>org.eclipse.gemini.web.tomcat</artifactId>
514       <version>${geminiweb.version}</version>
515     </dependency>
516     <dependency>
517       <groupId>geminiweb</groupId>
518       <artifactId>org.eclipse.virgo.kernel.equinox.extensions</artifactId>
519       <version>${virgo.version}</version>
520     </dependency>
521     <dependency>
522       <groupId>geminiweb</groupId>
523       <artifactId>org.eclipse.virgo.util.common</artifactId>
524       <version>${virgo.version}</version>
525     </dependency>
526     <dependency>
527       <groupId>geminiweb</groupId>
528       <artifactId>org.eclipse.virgo.util.io</artifactId>
529       <version>${virgo.version}</version>
530     </dependency>
531     <dependency>
532       <groupId>geminiweb</groupId>
533       <artifactId>org.eclipse.virgo.util.math</artifactId>
534       <version>${virgo.version}</version>
535     </dependency>
536     <dependency>
537       <groupId>geminiweb</groupId>
538       <artifactId>org.eclipse.virgo.util.osgi</artifactId>
539       <version>${virgo.version}</version>
540     </dependency>
541     <dependency>
542       <groupId>geminiweb</groupId>
543       <artifactId>org.eclipse.virgo.util.osgi.manifest</artifactId>
544       <version>${virgo.version}</version>
545     </dependency>
546     <dependency>
547       <groupId>geminiweb</groupId>
548       <artifactId>org.eclipse.virgo.util.parser.manifest</artifactId>
549       <version>${virgo.version}</version>
550     </dependency>
551     <dependency>
552       <groupId>org.apache.felix</groupId>
553       <artifactId>org.apache.felix.dependencymanager</artifactId>
554       <version>3.1.0</version>
555     </dependency>
556     <dependency>
557       <groupId>org.apache.felix</groupId>
558       <artifactId>org.apache.felix.dependencymanager.shell</artifactId>
559       <version>3.0.1</version>
560     </dependency>
561     <dependency>
562       <groupId>com.google.code.gson</groupId>
563       <artifactId>gson</artifactId>
564       <version>2.1</version>
565       <scope>compile</scope>
566     </dependency>
567     <dependency>
568       <groupId>org.jboss.spec.javax.transaction</groupId>
569       <artifactId>jboss-transaction-api_1.1_spec</artifactId>
570       <version>1.0.1.Final</version>
571     </dependency>
572     <dependency>
573       <groupId>org.apache.felix</groupId>
574       <artifactId>org.apache.felix.fileinstall</artifactId>
575       <version>3.1.6</version>
576     </dependency>
577     <dependency>
578       <groupId>org.apache.commons</groupId>
579       <artifactId>commons-lang3</artifactId>
580       <version>3.1</version>
581     </dependency>
582     <dependency>
583       <groupId>virgomirror</groupId>
584       <artifactId>org.eclipse.jdt.core.compiler.batch</artifactId>
585       <version>3.8.0.I20120518-2145</version>
586     </dependency>
587     <dependency>
588       <groupId>eclipselink</groupId>
589       <artifactId>javax.persistence</artifactId>
590       <version>2.0.4.v201112161009</version>
591     </dependency>
592     <dependency>
593       <groupId>orbit</groupId>
594       <artifactId>javax.activation</artifactId>
595       <version>1.1.0.v201211130549</version>
596     </dependency>
597     <dependency>
598       <groupId>orbit</groupId>
599       <artifactId>javax.annotation</artifactId>
600       <version>1.1.0.v201209060031</version>
601     </dependency>
602     <dependency>
603       <groupId>orbit</groupId>
604       <artifactId>javax.ejb</artifactId>
605       <version>3.1.1.v201204261316</version>
606     </dependency>
607     <dependency>
608       <groupId>orbit</groupId>
609       <artifactId>javax.el</artifactId>
610       <version>2.2.0.v201108011116</version>
611     </dependency>
612     <dependency>
613       <groupId>orbit</groupId>
614       <artifactId>javax.mail.glassfish</artifactId>
615       <version>1.4.1.v201108011116</version>
616     </dependency>
617     <dependency>
618       <groupId>orbit</groupId>
619       <artifactId>javax.xml.rpc</artifactId>
620       <version>1.1.0.v201005080400</version>
621     </dependency>
622     <dependency>
623       <groupId>orbit</groupId>
624       <artifactId>org.apache.catalina</artifactId>
625       <version>7.0.32.v201211201336</version>
626     </dependency>
627     <dependency>
628       <groupId>orbit</groupId>
629       <artifactId>org.apache.catalina.ha</artifactId>
630       <version>7.0.32.v201211201952</version>
631     </dependency>
632     <dependency>
633       <groupId>orbit</groupId>
634       <artifactId>org.apache.catalina.tribes</artifactId>
635       <version>7.0.32.v201211201952</version>
636     </dependency>
637     <dependency>
638       <groupId>orbit</groupId>
639       <artifactId>org.apache.coyote</artifactId>
640       <version>7.0.32.v201211201952</version>
641     </dependency>
642     <dependency>
643       <groupId>orbit</groupId>
644       <artifactId>org.apache.el</artifactId>
645       <version>7.0.32.v201211081135</version>
646     </dependency>
647     <dependency>
648       <groupId>orbit</groupId>
649       <artifactId>org.apache.jasper</artifactId>
650       <version>7.0.32.v201211201952</version>
651     </dependency>
652     <dependency>
653       <groupId>orbit</groupId>
654       <artifactId>org.apache.juli.extras</artifactId>
655       <version>7.0.32.v201211081135</version>
656     </dependency>
657     <dependency>
658       <groupId>orbit</groupId>
659       <artifactId>org.apache.tomcat.api</artifactId>
660       <version>7.0.32.v201211081135</version>
661     </dependency>
662     <dependency>
663       <groupId>orbit</groupId>
664       <artifactId>org.apache.tomcat.util</artifactId>
665       <version>7.0.32.v201211201952</version>
666     </dependency>
667     <dependency>
668       <groupId>orbit</groupId>
669       <artifactId>javax.servlet.jsp.jstl</artifactId>
670       <version>1.2.0.v201105211821</version>
671     </dependency>
672     <dependency>
673       <groupId>orbit</groupId>
674       <artifactId>javax.servlet.jsp.jstl.impl</artifactId>
675       <version>1.2.0.v201210211230</version>
676     </dependency>
677     <!-- Add Pax Exam -->
678     <dependency>
679       <groupId>org.ops4j.pax.exam</groupId>
680       <artifactId>pax-exam-container-native</artifactId>
681       <version>${exam.version}</version>
682       <scope>test</scope>
683     </dependency>
684     <dependency>
685       <groupId>org.ops4j.pax.exam</groupId>
686       <artifactId>pax-exam-junit4</artifactId>
687       <version>${exam.version}</version>
688       <scope>test</scope>
689     </dependency>
690     <dependency>
691       <groupId>org.ops4j.pax.exam</groupId>
692       <artifactId>pax-exam-link-mvn</artifactId>
693       <version>${exam.version}</version>
694       <scope>test</scope>
695     </dependency>
696     <dependency>
697       <groupId>org.ops4j.pax.url</groupId>
698       <artifactId>pax-url-aether</artifactId>
699       <version>${url.version}</version>
700       <scope>test</scope>
701     </dependency>
702     <dependency>
703       <groupId>org.springframework</groupId>
704       <artifactId>org.springframework.asm</artifactId>
705       <version>${spring.version}</version>
706     </dependency>
707     <dependency>
708       <groupId>org.springframework</groupId>
709       <artifactId>org.springframework.aop</artifactId>
710       <version>${spring.version}</version>
711     </dependency>
712     <dependency>
713       <groupId>org.springframework</groupId>
714       <artifactId>org.springframework.context</artifactId>
715       <version>${spring.version}</version>
716     </dependency>
717     <dependency>
718       <groupId>org.springframework</groupId>
719       <artifactId>org.springframework.context.support</artifactId>
720       <version>${spring.version}</version>
721     </dependency>
722     <dependency>
723       <groupId>org.springframework</groupId>
724       <artifactId>org.springframework.core</artifactId>
725       <version>${spring.version}</version>
726     </dependency>
727     <dependency>
728       <groupId>org.springframework</groupId>
729       <artifactId>org.springframework.beans</artifactId>
730       <version>${spring.version}</version>
731     </dependency>
732     <dependency>
733       <groupId>org.springframework</groupId>
734       <artifactId>org.springframework.expression</artifactId>
735       <version>${spring.version}</version>
736     </dependency>
737     <dependency>
738       <groupId>org.springframework</groupId>
739       <artifactId>org.springframework.web</artifactId>
740       <version>${spring.version}</version>
741     </dependency>
742     <dependency>
743       <groupId>org.aopalliance</groupId>
744       <artifactId>com.springsource.org.aopalliance</artifactId>
745       <version>1.0.0</version>
746     </dependency>
747     <dependency>
748       <groupId>org.springframework</groupId>
749       <artifactId>org.springframework.web.servlet</artifactId>
750       <version>${spring.version}</version>
751     </dependency>
752     <!-- Spring security -->
753     <dependency>
754       <groupId>org.springframework.security</groupId>
755       <artifactId>spring-security-config</artifactId>
756       <version>${spring-security.version}</version>
757     </dependency>
758     <dependency>
759       <groupId>org.springframework.security</groupId>
760       <artifactId>spring-security-core</artifactId>
761       <version>${spring-security.version}</version>
762     </dependency>
763     <dependency>
764       <groupId>org.springframework.security</groupId>
765       <artifactId>spring-security-web</artifactId>
766       <version>${spring-security.version}</version>
767     </dependency>
768     <dependency>
769       <groupId>org.springframework.security</groupId>
770       <artifactId>spring-security-taglibs</artifactId>
771       <version>${spring-security.version}</version>
772     </dependency>
773     <dependency>
774       <groupId>org.springframework</groupId>
775       <artifactId>org.springframework.transaction</artifactId>
776       <version>${spring-security.version}</version>
777     </dependency>
778     <!-- Visual VM hook -->
779     <dependency>
780       <groupId>org.ow2.chameleon.management</groupId>
781       <artifactId>chameleon-mbeans</artifactId>
782       <version>1.0.0</version>
783     </dependency>
784     <!-- Jersey for JAXRS -->
785     <dependency>
786       <groupId>com.sun.jersey</groupId>
787       <artifactId>jersey-core</artifactId>
788       <version>${jersey.version}</version>
789     </dependency>
790     <dependency>
791       <groupId>com.sun.jersey</groupId>
792       <artifactId>jersey-server</artifactId>
793       <version>${jersey.version}</version>
794     </dependency>
795     <dependency>
796       <groupId>com.sun.jersey</groupId>
797       <artifactId>jersey-client</artifactId>
798       <version>${jersey.version}</version>
799     </dependency>
800     <dependency>
801       <groupId>com.sun.jersey</groupId>
802       <artifactId>jersey-json</artifactId>
803       <version>${jersey.version}</version>
804     </dependency>
805   </dependencies>
806 </project>