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