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