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