1 <?xml version="1.0" encoding="UTF-8"?>
3 <modelVersion>4.0.0</modelVersion>
5 <groupId>org.opendaylight.controller</groupId>
6 <artifactId>commons.opendaylight</artifactId>
7 <version>1.5.0-SNAPSHOT</version>
8 <relativePath>../../opendaylight/commons/opendaylight</relativePath>
10 <artifactId>features-base</artifactId>
11 <packaging>jar</packaging>
12 <name>${project.artifactId}</name>
13 <description>Base Features POM</description>
15 <features.file>features.xml</features.file>
19 <groupId>ch.qos.logback</groupId>
20 <artifactId>logback-classic</artifactId>
23 <groupId>ch.qos.logback</groupId>
24 <artifactId>logback-core</artifactId>
27 <groupId>org.opendaylight.controller</groupId>
28 <artifactId>dummy-console</artifactId>
31 <groupId>org.opendaylight.controller</groupId>
32 <artifactId>karaf-tomcat-security</artifactId>
35 <groupId>org.opendaylight.controller.thirdparty</groupId>
36 <artifactId>ganymed</artifactId>
39 <groupId>com.fasterxml.jackson.core</groupId>
40 <artifactId>jackson-annotations</artifactId>
43 <groupId>com.fasterxml.jackson.core</groupId>
44 <artifactId>jackson-core</artifactId>
47 <groupId>com.fasterxml.jackson.core</groupId>
48 <artifactId>jackson-databind</artifactId>
51 <groupId>com.fasterxml.jackson.datatype</groupId>
52 <artifactId>jackson-datatype-json-org</artifactId>
55 <groupId>com.fasterxml.jackson.jaxrs</groupId>
56 <artifactId>jackson-jaxrs-base</artifactId>
59 <groupId>com.fasterxml.jackson.jaxrs</groupId>
60 <artifactId>jackson-jaxrs-json-provider</artifactId>
63 <groupId>com.fasterxml.jackson.module</groupId>
64 <artifactId>jackson-module-jaxb-annotations</artifactId>
67 <groupId>com.google.code.gson</groupId>
68 <artifactId>gson</artifactId>
71 <groupId>com.google.guava</groupId>
72 <artifactId>guava</artifactId>
75 <groupId>com.sun.jersey</groupId>
76 <artifactId>jersey-client</artifactId>
78 <!-- Jersey for JAXRS -->
80 <groupId>com.sun.jersey</groupId>
81 <artifactId>jersey-core</artifactId>
84 <groupId>com.sun.jersey</groupId>
85 <artifactId>jersey-server</artifactId>
88 <groupId>commons-codec</groupId>
89 <artifactId>commons-codec</artifactId>
92 <groupId>commons-fileupload</groupId>
93 <artifactId>commons-fileupload</artifactId>
96 <groupId>commons-io</groupId>
97 <artifactId>commons-io</artifactId>
100 <groupId>commons-net</groupId>
101 <artifactId>commons-net</artifactId>
104 <groupId>eclipselink</groupId>
105 <artifactId>javax.persistence</artifactId>
108 <groupId>eclipselink</groupId>
109 <artifactId>javax.resource</artifactId>
112 <groupId>equinoxSDK381</groupId>
113 <artifactId>javax.servlet</artifactId>
116 <groupId>equinoxSDK381</groupId>
117 <artifactId>javax.servlet.jsp</artifactId>
120 <groupId>equinoxSDK381</groupId>
121 <artifactId>org.apache.felix.gogo.command</artifactId>
124 <groupId>equinoxSDK381</groupId>
125 <artifactId>org.apache.felix.gogo.runtime</artifactId>
128 <groupId>equinoxSDK381</groupId>
129 <artifactId>org.apache.felix.gogo.shell</artifactId>
132 <groupId>equinoxSDK381</groupId>
133 <artifactId>org.eclipse.equinox.cm</artifactId>
136 <groupId>equinoxSDK381</groupId>
137 <artifactId>org.eclipse.equinox.console</artifactId>
140 <groupId>equinoxSDK381</groupId>
141 <artifactId>org.eclipse.equinox.ds</artifactId>
144 <groupId>equinoxSDK381</groupId>
145 <artifactId>org.eclipse.equinox.launcher</artifactId>
148 <groupId>equinoxSDK381</groupId>
149 <artifactId>org.eclipse.equinox.util</artifactId>
152 <groupId>equinoxSDK381</groupId>
153 <artifactId>org.eclipse.osgi</artifactId>
156 <groupId>equinoxSDK381</groupId>
157 <artifactId>org.eclipse.osgi.services</artifactId>
161 <groupId>geminiweb</groupId>
162 <artifactId>org.eclipse.gemini.web.core</artifactId>
165 <groupId>geminiweb</groupId>
166 <artifactId>org.eclipse.gemini.web.extender</artifactId>
169 <groupId>geminiweb</groupId>
170 <artifactId>org.eclipse.gemini.web.tomcat</artifactId>
173 <groupId>geminiweb</groupId>
174 <artifactId>org.eclipse.virgo.kernel.equinox.extensions</artifactId>
177 <groupId>geminiweb</groupId>
178 <artifactId>org.eclipse.virgo.util.common</artifactId>
181 <groupId>geminiweb</groupId>
182 <artifactId>org.eclipse.virgo.util.io</artifactId>
185 <groupId>geminiweb</groupId>
186 <artifactId>org.eclipse.virgo.util.math</artifactId>
189 <groupId>geminiweb</groupId>
190 <artifactId>org.eclipse.virgo.util.osgi</artifactId>
193 <groupId>geminiweb</groupId>
194 <artifactId>org.eclipse.virgo.util.osgi.manifest</artifactId>
197 <groupId>geminiweb</groupId>
198 <artifactId>org.eclipse.virgo.util.parser.manifest</artifactId>
201 <groupId>io.netty</groupId>
202 <artifactId>netty-buffer</artifactId>
205 <groupId>io.netty</groupId>
206 <artifactId>netty-codec</artifactId>
209 <groupId>io.netty</groupId>
210 <artifactId>netty-codec-http</artifactId>
213 <groupId>io.netty</groupId>
214 <artifactId>netty-common</artifactId>
219 <groupId>io.netty</groupId>
220 <artifactId>netty-handler</artifactId>
223 <groupId>io.netty</groupId>
224 <artifactId>netty-transport</artifactId>
227 <groupId>orbit</groupId>
228 <artifactId>javax.activation</artifactId>
231 <groupId>orbit</groupId>
232 <artifactId>javax.annotation</artifactId>
235 <groupId>orbit</groupId>
236 <artifactId>javax.ejb</artifactId>
239 <groupId>orbit</groupId>
240 <artifactId>javax.el</artifactId>
243 <groupId>orbit</groupId>
244 <artifactId>javax.mail.glassfish</artifactId>
247 <groupId>orbit</groupId>
248 <artifactId>javax.servlet.jsp.jstl</artifactId>
251 <groupId>orbit</groupId>
252 <artifactId>javax.servlet.jsp.jstl.impl</artifactId>
255 <groupId>orbit</groupId>
256 <artifactId>javax.xml.rpc</artifactId>
259 <groupId>orbit</groupId>
260 <artifactId>org.apache.catalina</artifactId>
263 <groupId>orbit</groupId>
264 <artifactId>org.apache.catalina.ha</artifactId>
267 <groupId>orbit</groupId>
268 <artifactId>org.apache.catalina.tribes</artifactId>
271 <groupId>orbit</groupId>
272 <artifactId>org.apache.coyote</artifactId>
275 <groupId>orbit</groupId>
276 <artifactId>org.apache.el</artifactId>
279 <groupId>orbit</groupId>
280 <artifactId>org.apache.jasper</artifactId>
283 <groupId>orbit</groupId>
284 <artifactId>org.apache.juli.extras</artifactId>
287 <groupId>orbit</groupId>
288 <artifactId>org.apache.tomcat.api</artifactId>
291 <groupId>orbit</groupId>
292 <artifactId>org.apache.tomcat.util</artifactId>
295 <groupId>org.aopalliance</groupId>
296 <artifactId>com.springsource.org.aopalliance</artifactId>
299 <groupId>org.apache.commons</groupId>
300 <artifactId>commons-lang3</artifactId>
303 <groupId>org.apache.felix</groupId>
304 <artifactId>org.apache.felix.dependencymanager</artifactId>
307 <groupId>org.apache.felix</groupId>
308 <artifactId>org.apache.felix.dependencymanager.shell</artifactId>
311 <groupId>org.apache.felix</groupId>
312 <artifactId>org.apache.felix.fileinstall</artifactId>
314 <!-- felix webconsole -->
316 <groupId>org.apache.felix</groupId>
317 <artifactId>org.apache.felix.webconsole</artifactId>
318 <classifier>all</classifier>
322 <groupId>org.codehaus.jettison</groupId>
323 <artifactId>jettison</artifactId>
327 <groupId>org.eclipse.equinox.http</groupId>
328 <artifactId>servlet</artifactId>
331 <groupId>org.eclipse.persistence</groupId>
332 <artifactId>org.eclipse.persistence.antlr</artifactId>
335 <groupId>org.eclipse.persistence</groupId>
336 <artifactId>org.eclipse.persistence.core</artifactId>
339 <groupId>org.eclipse.persistence</groupId>
340 <artifactId>org.eclipse.persistence.moxy</artifactId>
343 <groupId>org.javassist</groupId>
344 <artifactId>javassist</artifactId>
347 <groupId>org.jboss.spec.javax.transaction</groupId>
348 <artifactId>jboss-transaction-api_1.1_spec</artifactId>
351 <groupId>org.jolokia</groupId>
352 <artifactId>jolokia-osgi</artifactId>
356 <groupId>org.json</groupId>
357 <artifactId>json</artifactId>
361 <groupId>org.ow2.asm</groupId>
362 <artifactId>asm-all</artifactId>
364 <!-- Visual VM hook -->
366 <groupId>org.ow2.chameleon.management</groupId>
367 <artifactId>chameleon-mbeans</artifactId>
370 <!-- Third party depedencies -->
372 <groupId>org.slf4j</groupId>
373 <artifactId>jcl-over-slf4j</artifactId>
376 <groupId>org.slf4j</groupId>
377 <artifactId>log4j-over-slf4j</artifactId>
380 <groupId>org.slf4j</groupId>
381 <artifactId>slf4j-api</artifactId>
384 <groupId>org.springframework</groupId>
385 <artifactId>org.springframework.aop</artifactId>
387 <!-- Add Pax Exam -->
389 <groupId>org.springframework</groupId>
390 <artifactId>org.springframework.asm</artifactId>
393 <groupId>org.springframework</groupId>
394 <artifactId>org.springframework.beans</artifactId>
397 <groupId>org.springframework</groupId>
398 <artifactId>org.springframework.context</artifactId>
401 <groupId>org.springframework</groupId>
402 <artifactId>org.springframework.context.support</artifactId>
405 <groupId>org.springframework</groupId>
406 <artifactId>org.springframework.core</artifactId>
409 <groupId>org.springframework</groupId>
410 <artifactId>org.springframework.expression</artifactId>
413 <groupId>org.springframework</groupId>
414 <artifactId>org.springframework.transaction</artifactId>
417 <groupId>org.springframework</groupId>
418 <artifactId>org.springframework.web</artifactId>
421 <groupId>org.springframework</groupId>
422 <artifactId>org.springframework.web.servlet</artifactId>
424 <!-- Spring security -->
426 <groupId>org.springframework.security</groupId>
427 <artifactId>spring-security-config</artifactId>
430 <groupId>org.springframework.security</groupId>
431 <artifactId>spring-security-core</artifactId>
434 <groupId>org.springframework.security</groupId>
435 <artifactId>spring-security-taglibs</artifactId>
438 <groupId>org.springframework.security</groupId>
439 <artifactId>spring-security-web</artifactId>
442 <groupId>virgomirror</groupId>
443 <artifactId>org.eclipse.jdt.core.compiler.batch</artifactId>
446 <!-- test to validate features.xml -->
448 <groupId>org.opendaylight.yangtools</groupId>
449 <artifactId>features-test</artifactId>
450 <version>0.7.0-SNAPSHOT</version>
452 <!-- dependency for opendaylight-karaf-empty for use by testing -->
454 <groupId>org.opendaylight.controller</groupId>
455 <artifactId>opendaylight-karaf-empty</artifactId>
456 <version>1.5.0-SNAPSHOT</version>
463 <filtering>true</filtering>
464 <directory>src/main/resources</directory>
469 <groupId>org.apache.karaf.tooling</groupId>
470 <artifactId>karaf-maven-plugin</artifactId>
471 <version>${karaf.version}</version>
472 <extensions>true</extensions>
475 <id>features-create-kar</id>
477 <goal>features-create-kar</goal>
480 <featuresFile>${project.build.directory}/classes/${features.file}</featuresFile>
484 <!-- There is no useful configuration for the kar mojo. The features-generate-descriptor mojo configuration may be useful -->
487 <groupId>org.apache.maven.plugins</groupId>
488 <artifactId>maven-resources-plugin</artifactId>
493 <goal>resources</goal>
495 <phase>generate-resources</phase>
500 <groupId>org.codehaus.mojo</groupId>
501 <artifactId>build-helper-maven-plugin</artifactId>
504 <id>attach-artifacts</id>
506 <goal>attach-artifact</goal>
508 <phase>package</phase>
512 <file>${project.build.directory}/classes/${features.file}</file>
514 <classifier>features</classifier>
522 <groupId>org.apache.maven.plugins</groupId>
523 <artifactId>maven-surefire-plugin</artifactId>
525 <systemPropertyVariables>
526 <karaf.distro.groupId>org.opendaylight.controller</karaf.distro.groupId>
527 <karaf.distro.artifactId>opendaylight-karaf-empty</karaf.distro.artifactId>
528 <karaf.distro.version>${commons.opendaylight.version}</karaf.distro.version>
529 </systemPropertyVariables>
531 <dependency>org.opendaylight.yangtools:features-test</dependency>
532 </dependenciesToScan>