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