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