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