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