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