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