f5fcdbd3d5c33dc56c4dfa13fc7dc4f851fbb985
[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           <dependencies>
296             <dependency>
297               <groupId>org.opendaylight.controller</groupId>
298               <artifactId>checkstyle</artifactId>
299               <version>0.0.1-SNAPSHOT</version>
300             </dependency>
301           </dependencies>
302         <executions>
303           <execution>
304             <phase>process-sources</phase>
305             <goals>
306               <goal>check</goal>
307             </goals>
308           </execution>
309         </executions>
310         <configuration>
311           <failsOnError>true</failsOnError>
312           <configLocation>controller/space_and_tabs_checks.xml</configLocation>
313           <consoleOutput>true</consoleOutput>
314           <includeTestSourceDirectory>true</includeTestSourceDirectory>
315           <sourceDirectory>${project.basedir}</sourceDirectory>
316           <includes>**\/*.java,**\/*.xml,**\/*.ini,**\/*.sh,**\/*.bat</includes>
317           <excludes>target\/</excludes>
318         </configuration>
319       </plugin>
320       <plugin>
321         <groupId>org.apache.maven.plugins</groupId>
322         <artifactId>maven-failsafe-plugin</artifactId>
323         <version>${failsafe.version}</version>
324         <configuration>
325           <argLine>${testvm.argLine}</argLine>
326         </configuration>
327         <executions>
328           <execution>
329             <goals>
330               <goal>integration-test</goal>
331             </goals>
332           </execution>
333         </executions>
334       </plugin>
335       <plugin>
336         <groupId>org.apache.maven.plugins</groupId>
337         <artifactId>maven-surefire-plugin</artifactId>
338         <version>${surefire.version}</version>
339         <configuration>
340           <argLine>${testvm.argLine}</argLine>
341         </configuration>
342       </plugin>
343     </plugins>
344     <pluginManagement>
345       <plugins>
346         <!-- Ignore/Execute plugin execution -->
347         <plugin>
348           <groupId>org.eclipse.m2e</groupId>
349           <artifactId>lifecycle-mapping</artifactId>
350           <version>1.0.0</version>
351           <configuration>
352             <lifecycleMappingMetadata>
353               <pluginExecutions>
354                 <pluginExecution>
355                   <pluginExecutionFilter>
356                     <groupId>org.codehaus.mojo</groupId>
357                     <artifactId>properties-maven-plugin</artifactId>
358                     <versionRange>[0.0,)</versionRange>
359                     <goals>
360                       <goal>set-system-properties</goal>
361                     </goals>
362                   </pluginExecutionFilter>
363                   <action>
364                     <ignore/>
365                   </action>
366                 </pluginExecution>
367                 <pluginExecution>
368                   <pluginExecutionFilter>
369                     <groupId>org.codehaus.enunciate</groupId>
370                     <artifactId>maven-enunciate-plugin</artifactId>
371                     <versionRange>[0.0,)</versionRange>
372                     <goals>
373                       <goal>docs</goal>
374                     </goals>
375                   </pluginExecutionFilter>
376                   <action>
377                     <ignore/>
378                   </action>
379                 </pluginExecution>
380                 <pluginExecution>
381                   <pluginExecutionFilter>
382                     <groupId>org.jacoco</groupId>
383                     <artifactId>jacoco-maven-plugin</artifactId>
384                     <versionRange>[0.0,)</versionRange>
385                     <goals>
386                       <goal>prepare-agent</goal>
387                       <goal>pre-test</goal>
388                       <goal>post-test</goal>
389                     </goals>
390                   </pluginExecutionFilter>
391                   <action>
392                     <ignore/>
393                   </action>
394                 </pluginExecution>
395                 <pluginExecution>
396                   <pluginExecutionFilter>
397                     <groupId>org.ops4j.pax.exam</groupId>
398                     <artifactId>maven-paxexam-plugin</artifactId>
399                     <versionRange>[1.2.4,)</versionRange>
400                     <goals>
401                       <goal>generate-depends-file</goal>
402                     </goals>
403                   </pluginExecutionFilter>
404                   <action>
405                     <ignore/>
406                   </action>
407                 </pluginExecution>
408                 <pluginExecution>
409                   <pluginExecutionFilter>
410                     <groupId>org.apache.maven.plugins</groupId>
411                     <artifactId>maven-checkstyle-plugin</artifactId>
412                     <versionRange>[2.0,)</versionRange>
413                     <goals>
414                       <goal>check</goal>
415                     </goals>
416                   </pluginExecutionFilter>
417                   <action>
418                     <ignore/>
419                   </action>
420                 </pluginExecution>
421               </pluginExecutions>
422             </lifecycleMappingMetadata>
423           </configuration>
424         </plugin>
425         <plugin>
426           <groupId>org.codehaus.enunciate</groupId>
427           <artifactId>maven-enunciate-plugin</artifactId>
428           <version>${enunciate.version}</version>
429           <configuration>
430             <configFile>enunciate.xml</configFile>
431           </configuration>
432           <executions>
433             <execution>
434               <goals>
435                 <goal>docs</goal>
436               </goals>
437             </execution>
438           </executions>
439         </plugin>
440         <plugin>
441           <groupId>org.apache.maven.plugins</groupId>
442           <artifactId>maven-compiler-plugin</artifactId>
443           <version>${compiler.version}</version>
444           <configuration>
445             <source>1.6</source>
446             <target>1.6</target>
447           </configuration>
448         </plugin>
449         <plugin>
450           <groupId>org.apache.maven.plugins</groupId>
451           <artifactId>maven-javadoc-plugin</artifactId>
452           <version>2.8.1</version>
453           <configuration>
454             <doclet>org.jboss.apiviz.APIviz</doclet>
455             <docletArtifact>
456               <groupId>org.jboss.apiviz</groupId>
457               <artifactId>apiviz</artifactId>
458               <version>1.3.2.GA</version>
459             </docletArtifact>
460             <finalName>${project.artifactId}-${build.suffix}</finalName>
461             <useStandardDocletOptions>true</useStandardDocletOptions>
462             <charset>UTF-8</charset>
463             <encoding>UTF-8</encoding>
464             <docencoding>UTF-8</docencoding>
465             <breakiterator>true</breakiterator>
466             <version>true</version>
467             <author>true</author>
468             <keywords>true</keywords>
469             <excludePackageNames>net.sf.jnetlib.*:cern.*:corejava:*.internal:edu.uci.*</excludePackageNames>
470           </configuration>
471         </plugin>
472         <plugin>
473           <groupId>org.apache.maven.plugins</groupId>
474           <artifactId>maven-jxr-plugin</artifactId>
475           <version>2.3</version>
476           <configuration>
477             <aggregate>true</aggregate>
478             <linkJavadoc>true</linkJavadoc>
479             <javadocDir>target/apidocs</javadocDir>
480           </configuration>
481         </plugin>
482       </plugins>
483     </pluginManagement>
484   </build>
485
486   <dependencies>
487     <dependency>
488       <groupId>org.slf4j</groupId>
489       <artifactId>jcl-over-slf4j</artifactId>
490       <version>${slf4j.version}</version>
491     </dependency>
492     <dependency>
493       <groupId>org.slf4j</groupId>
494       <artifactId>slf4j-api</artifactId>
495       <version>${slf4j.version}</version>
496     </dependency>
497     <dependency>
498       <groupId>org.slf4j</groupId>
499       <artifactId>log4j-over-slf4j</artifactId>
500       <version>${slf4j.version}</version>
501     </dependency>
502     <dependency>
503       <groupId>ch.qos.logback</groupId>
504       <artifactId>logback-core</artifactId>
505       <version>${logback.version}</version>
506     </dependency>
507     <dependency>
508       <groupId>ch.qos.logback</groupId>
509       <artifactId>logback-classic</artifactId>
510       <version>${logback.version}</version>
511     </dependency>
512     <dependency>
513       <groupId>org.codehaus.jackson</groupId>
514       <artifactId>jackson-mapper-asl</artifactId>
515       <version>${jackson.version}</version>
516     </dependency>
517     <dependency>
518       <groupId>org.codehaus.jackson</groupId>
519       <artifactId>jackson-core-asl</artifactId>
520       <version>${jackson.version}</version>
521     </dependency>
522     <dependency>
523       <groupId>org.codehaus.jackson</groupId>
524       <artifactId>jackson-jaxrs</artifactId>
525       <version>${jackson.version}</version>
526     </dependency>
527     <dependency>
528       <groupId>org.codehaus.jettison</groupId>
529       <artifactId>jettison</artifactId>
530       <version>1.3.3</version>
531     </dependency>
532     <dependency>
533       <groupId>commons-io</groupId>
534       <artifactId>commons-io</artifactId>
535       <version>2.3</version>
536     </dependency>
537     <dependency>
538       <groupId>commons-fileupload</groupId>
539       <artifactId>commons-fileupload</artifactId>
540       <version>1.2.2</version>
541     </dependency>
542     <dependency>
543       <groupId>equinoxSDK381</groupId>
544       <artifactId>javax.servlet</artifactId>
545       <version>3.0.0.v201112011016</version>
546     </dependency>
547     <dependency>
548       <groupId>equinoxSDK381</groupId>
549       <artifactId>javax.servlet.jsp</artifactId>
550       <version>2.2.0.v201112011158</version>
551     </dependency>
552     <dependency>
553       <groupId>equinoxSDK381</groupId>
554       <artifactId>org.eclipse.equinox.ds</artifactId>
555       <version>1.4.0.v20120522-1841</version>
556     </dependency>
557     <dependency>
558       <groupId>equinoxSDK381</groupId>
559       <artifactId>org.eclipse.equinox.util</artifactId>
560       <version>1.0.400.v20120522-2049</version>
561     </dependency>
562     <dependency>
563       <groupId>equinoxSDK381</groupId>
564       <artifactId>org.eclipse.osgi.services</artifactId>
565       <version>3.3.100.v20120522-1822</version>
566     </dependency>
567     <dependency>
568       <groupId>equinoxSDK381</groupId>
569       <artifactId>org.eclipse.osgi</artifactId>
570       <version>3.8.1.v20120830-144521</version>
571     </dependency>
572     <dependency>
573       <groupId>equinoxSDK381</groupId>
574       <artifactId>org.apache.felix.gogo.command</artifactId>
575       <version>0.8.0.v201108120515</version>
576     </dependency>
577     <dependency>
578       <groupId>equinoxSDK381</groupId>
579       <artifactId>org.apache.felix.gogo.runtime</artifactId>
580       <version>0.8.0.v201108120515</version>
581     </dependency>
582     <dependency>
583       <groupId>equinoxSDK381</groupId>
584       <artifactId>org.apache.felix.gogo.shell</artifactId>
585       <version>0.8.0.v201110170705</version>
586     </dependency>
587     <dependency>
588       <groupId>equinoxSDK381</groupId>
589       <artifactId>org.eclipse.equinox.cm</artifactId>
590       <version>1.0.400.v20120522-1841</version>
591     </dependency>
592     <dependency>
593       <groupId>equinoxSDK381</groupId>
594       <artifactId>org.eclipse.equinox.console</artifactId>
595       <version>1.0.0.v20120522-1841</version>
596     </dependency>
597     <dependency>
598       <groupId>equinoxSDK381</groupId>
599       <artifactId>org.eclipse.equinox.launcher</artifactId>
600       <version>1.3.0.v20120522-1813</version>
601     </dependency>
602     <!-- Gemini Web -->
603     <dependency>
604       <groupId>geminiweb</groupId>
605       <artifactId>org.eclipse.gemini.web.core</artifactId>
606       <version>${geminiweb.version}</version>
607     </dependency>
608     <dependency>
609       <groupId>geminiweb</groupId>
610       <artifactId>org.eclipse.gemini.web.extender</artifactId>
611       <version>${geminiweb.version}</version>
612     </dependency>
613     <dependency>
614       <groupId>geminiweb</groupId>
615       <artifactId>org.eclipse.gemini.web.tomcat</artifactId>
616       <version>${geminiweb.version}</version>
617     </dependency>
618     <dependency>
619       <groupId>geminiweb</groupId>
620       <artifactId>org.eclipse.virgo.kernel.equinox.extensions</artifactId>
621       <version>${virgo.version}</version>
622     </dependency>
623     <dependency>
624       <groupId>geminiweb</groupId>
625       <artifactId>org.eclipse.virgo.util.common</artifactId>
626       <version>${virgo.version}</version>
627     </dependency>
628     <dependency>
629       <groupId>geminiweb</groupId>
630       <artifactId>org.eclipse.virgo.util.io</artifactId>
631       <version>${virgo.version}</version>
632     </dependency>
633     <dependency>
634       <groupId>geminiweb</groupId>
635       <artifactId>org.eclipse.virgo.util.math</artifactId>
636       <version>${virgo.version}</version>
637     </dependency>
638     <dependency>
639       <groupId>geminiweb</groupId>
640       <artifactId>org.eclipse.virgo.util.osgi</artifactId>
641       <version>${virgo.version}</version>
642     </dependency>
643     <dependency>
644       <groupId>geminiweb</groupId>
645       <artifactId>org.eclipse.virgo.util.osgi.manifest</artifactId>
646       <version>${virgo.version}</version>
647     </dependency>
648     <dependency>
649       <groupId>geminiweb</groupId>
650       <artifactId>org.eclipse.virgo.util.parser.manifest</artifactId>
651       <version>${virgo.version}</version>
652     </dependency>
653     <dependency>
654       <groupId>org.apache.felix</groupId>
655       <artifactId>org.apache.felix.dependencymanager</artifactId>
656       <version>3.1.0</version>
657     </dependency>
658     <dependency>
659       <groupId>org.apache.felix</groupId>
660       <artifactId>org.apache.felix.dependencymanager.shell</artifactId>
661       <version>3.0.1</version>
662     </dependency>
663     <dependency>
664       <groupId>com.google.code.gson</groupId>
665       <artifactId>gson</artifactId>
666       <version>2.1</version>
667       <scope>compile</scope>
668     </dependency>
669     <dependency>
670       <groupId>org.jboss.spec.javax.transaction</groupId>
671       <artifactId>jboss-transaction-api_1.1_spec</artifactId>
672       <version>1.0.1.Final</version>
673     </dependency>
674     <dependency>
675       <groupId>org.apache.felix</groupId>
676       <artifactId>org.apache.felix.fileinstall</artifactId>
677       <version>3.1.6</version>
678     </dependency>
679     <dependency>
680       <groupId>org.apache.commons</groupId>
681       <artifactId>commons-lang3</artifactId>
682       <version>3.1</version>
683     </dependency>
684     <dependency>
685       <groupId>virgomirror</groupId>
686       <artifactId>org.eclipse.jdt.core.compiler.batch</artifactId>
687       <version>3.8.0.I20120518-2145</version>
688     </dependency>
689     <dependency>
690       <groupId>eclipselink</groupId>
691       <artifactId>javax.persistence</artifactId>
692       <version>2.0.4.v201112161009</version>
693     </dependency>
694     <dependency>
695       <groupId>orbit</groupId>
696       <artifactId>javax.activation</artifactId>
697       <version>1.1.0.v201211130549</version>
698     </dependency>
699     <dependency>
700       <groupId>orbit</groupId>
701       <artifactId>javax.annotation</artifactId>
702       <version>1.1.0.v201209060031</version>
703     </dependency>
704     <dependency>
705       <groupId>orbit</groupId>
706       <artifactId>javax.ejb</artifactId>
707       <version>3.1.1.v201204261316</version>
708     </dependency>
709     <dependency>
710       <groupId>orbit</groupId>
711       <artifactId>javax.el</artifactId>
712       <version>2.2.0.v201108011116</version>
713     </dependency>
714     <dependency>
715       <groupId>orbit</groupId>
716       <artifactId>javax.mail.glassfish</artifactId>
717       <version>1.4.1.v201108011116</version>
718     </dependency>
719     <dependency>
720       <groupId>orbit</groupId>
721       <artifactId>javax.xml.rpc</artifactId>
722       <version>1.1.0.v201005080400</version>
723     </dependency>
724     <dependency>
725       <groupId>orbit</groupId>
726       <artifactId>org.apache.catalina</artifactId>
727       <version>7.0.32.v201211201336</version>
728     </dependency>
729     <dependency>
730       <groupId>orbit</groupId>
731       <artifactId>org.apache.catalina.ha</artifactId>
732       <version>7.0.32.v201211201952</version>
733     </dependency>
734     <dependency>
735       <groupId>orbit</groupId>
736       <artifactId>org.apache.catalina.tribes</artifactId>
737       <version>7.0.32.v201211201952</version>
738     </dependency>
739     <dependency>
740       <groupId>orbit</groupId>
741       <artifactId>org.apache.coyote</artifactId>
742       <version>7.0.32.v201211201952</version>
743     </dependency>
744     <dependency>
745       <groupId>orbit</groupId>
746       <artifactId>org.apache.el</artifactId>
747       <version>7.0.32.v201211081135</version>
748     </dependency>
749     <dependency>
750       <groupId>orbit</groupId>
751       <artifactId>org.apache.jasper</artifactId>
752       <version>7.0.32.v201211201952</version>
753     </dependency>
754     <dependency>
755       <groupId>orbit</groupId>
756       <artifactId>org.apache.juli.extras</artifactId>
757       <version>7.0.32.v201211081135</version>
758     </dependency>
759     <dependency>
760       <groupId>orbit</groupId>
761       <artifactId>org.apache.tomcat.api</artifactId>
762       <version>7.0.32.v201211081135</version>
763     </dependency>
764     <dependency>
765       <groupId>orbit</groupId>
766       <artifactId>org.apache.tomcat.util</artifactId>
767       <version>7.0.32.v201211201952</version>
768     </dependency>
769     <dependency>
770       <groupId>orbit</groupId>
771       <artifactId>javax.servlet.jsp.jstl</artifactId>
772       <version>1.2.0.v201105211821</version>
773     </dependency>
774     <dependency>
775       <groupId>orbit</groupId>
776       <artifactId>javax.servlet.jsp.jstl.impl</artifactId>
777       <version>1.2.0.v201210211230</version>
778     </dependency>
779     <!-- Add Pax Exam -->
780     <dependency>
781       <groupId>org.ops4j.pax.exam</groupId>
782       <artifactId>pax-exam-container-native</artifactId>
783       <version>${exam.version}</version>
784       <scope>test</scope>
785     </dependency>
786     <dependency>
787       <groupId>org.ops4j.pax.exam</groupId>
788       <artifactId>pax-exam-junit4</artifactId>
789       <version>${exam.version}</version>
790       <scope>test</scope>
791     </dependency>
792     <dependency>
793       <groupId>org.ops4j.pax.exam</groupId>
794       <artifactId>pax-exam-link-mvn</artifactId>
795       <version>${exam.version}</version>
796       <scope>test</scope>
797     </dependency>
798     <dependency>
799       <groupId>org.ops4j.pax.url</groupId>
800       <artifactId>pax-url-aether</artifactId>
801       <version>${url.version}</version>
802       <scope>test</scope>
803     </dependency>
804     <dependency>
805       <groupId>org.springframework</groupId>
806       <artifactId>org.springframework.asm</artifactId>
807       <version>${spring.version}</version>
808     </dependency>
809     <dependency>
810       <groupId>org.springframework</groupId>
811       <artifactId>org.springframework.aop</artifactId>
812       <version>${spring.version}</version>
813     </dependency>
814     <dependency>
815       <groupId>org.springframework</groupId>
816       <artifactId>org.springframework.context</artifactId>
817       <version>${spring.version}</version>
818     </dependency>
819     <dependency>
820       <groupId>org.springframework</groupId>
821       <artifactId>org.springframework.context.support</artifactId>
822       <version>${spring.version}</version>
823     </dependency>
824     <dependency>
825       <groupId>org.springframework</groupId>
826       <artifactId>org.springframework.core</artifactId>
827       <version>${spring.version}</version>
828     </dependency>
829     <dependency>
830       <groupId>org.springframework</groupId>
831       <artifactId>org.springframework.beans</artifactId>
832       <version>${spring.version}</version>
833     </dependency>
834     <dependency>
835       <groupId>org.springframework</groupId>
836       <artifactId>org.springframework.expression</artifactId>
837       <version>${spring.version}</version>
838     </dependency>
839     <dependency>
840       <groupId>org.springframework</groupId>
841       <artifactId>org.springframework.web</artifactId>
842       <version>${spring.version}</version>
843     </dependency>
844     <dependency>
845       <groupId>org.aopalliance</groupId>
846       <artifactId>com.springsource.org.aopalliance</artifactId>
847       <version>1.0.0</version>
848     </dependency>
849     <dependency>
850       <groupId>org.springframework</groupId>
851       <artifactId>org.springframework.web.servlet</artifactId>
852       <version>${spring.version}</version>
853     </dependency>
854     <!-- Spring security -->
855     <dependency>
856       <groupId>org.springframework.security</groupId>
857       <artifactId>spring-security-config</artifactId>
858       <version>${spring-security.version}</version>
859     </dependency>
860     <dependency>
861       <groupId>org.springframework.security</groupId>
862       <artifactId>spring-security-core</artifactId>
863       <version>${spring-security.version}</version>
864     </dependency>
865     <dependency>
866       <groupId>org.springframework.security</groupId>
867       <artifactId>spring-security-web</artifactId>
868       <version>${spring-security.version}</version>
869     </dependency>
870     <dependency>
871       <groupId>org.springframework.security</groupId>
872       <artifactId>spring-security-taglibs</artifactId>
873       <version>${spring-security.version}</version>
874     </dependency>
875     <dependency>
876       <groupId>org.springframework</groupId>
877       <artifactId>org.springframework.transaction</artifactId>
878       <version>${spring-security.version}</version>
879     </dependency>
880     <!-- Visual VM hook -->
881     <dependency>
882       <groupId>org.ow2.chameleon.management</groupId>
883       <artifactId>chameleon-mbeans</artifactId>
884       <version>1.0.0</version>
885     </dependency>
886     <!-- Jersey for JAXRS -->
887     <dependency>
888       <groupId>com.sun.jersey</groupId>
889       <artifactId>jersey-core</artifactId>
890       <version>${jersey.version}</version>
891     </dependency>
892     <dependency>
893       <groupId>com.sun.jersey</groupId>
894       <artifactId>jersey-server</artifactId>
895       <version>${jersey.version}</version>
896     </dependency>
897     <dependency>
898       <groupId>com.sun.jersey</groupId>
899       <artifactId>jersey-client</artifactId>
900       <version>${jersey.version}</version>
901     </dependency>
902     <dependency>
903       <groupId>com.sun.jersey</groupId>
904       <artifactId>jersey-json</artifactId>
905       <version>${jersey.version}</version>
906     </dependency>
907   </dependencies>
908 </project>