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