]> git.argeo.org Git - lgpl/argeo-commons.git/blob - server/runtime/org.argeo.server.catalina.start/pom.xml
7a405ebba23cd40be66e95db3a76586f3ac7721f
[lgpl/argeo-commons.git] / server / runtime / org.argeo.server.catalina.start / pom.xml
1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3 <modelVersion>4.0.0</modelVersion>
4 <parent>
5 <groupId>org.argeo.commons.server</groupId>
6 <version>1.1.9-SNAPSHOT</version>
7 <artifactId>modules</artifactId>
8 <relativePath>..</relativePath>
9 </parent>
10 <artifactId>org.argeo.server.catalina.start</artifactId>
11 <name>Commons Catalina starter</name>
12 <description>Catalina starter hacked from Spring DM sandbox</description>
13 <build>
14 <plugins>
15 <plugin>
16 <groupId>org.apache.felix</groupId>
17 <artifactId>maven-bundle-plugin</artifactId>
18 <configuration>
19 <instructions>
20 <Bundle-Activator>org.argeo.dep.osgi.catalina.start.CatalinaActivator</Bundle-Activator>
21 </instructions>
22 </configuration>
23 </plugin>
24 </plugins>
25 </build>
26 <dependencies>
27 <dependency>
28 <groupId>org.eclipse.osgi</groupId>
29 <artifactId>org.eclipse.osgi</artifactId>
30 </dependency>
31 <dependency>
32 <groupId>org.argeo.tp</groupId>
33 <artifactId>org.apache.catalina</artifactId>
34 </dependency>
35 <dependency>
36 <groupId>org.argeo.tp</groupId>
37 <artifactId>org.apache.commons.logging</artifactId>
38 </dependency>
39 <dependency>
40 <groupId>org.argeo.tp</groupId>
41 <artifactId>org.apache.commons.io</artifactId>
42 </dependency>
43 </dependencies>
44 </project>