]> git.argeo.org Git - lgpl/argeo-commons.git/blob - server/runtime/org.argeo.server.webextender/pom.xml
Connect later to remote repository in JCR explorer
[lgpl/argeo-commons.git] / server / runtime / org.argeo.server.webextender / pom.xml
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2 <modelVersion>4.0.0</modelVersion>
3 <parent>
4 <groupId>org.argeo.commons.server</groupId>
5 <artifactId>runtime</artifactId>
6 <version>1.1.5-SNAPSHOT</version>
7 <relativePath>..</relativePath>
8 </parent>
9 <artifactId>org.argeo.server.webextender</artifactId>
10 <name>Commons Server Web Extender (Spring DM)</name>
11 <description>Configure / hack Spring DM web extender</description>
12 <build>
13 <plugins>
14 <plugin>
15 <groupId>org.apache.maven.plugins</groupId>
16 <artifactId>maven-compiler-plugin</artifactId>
17 </plugin>
18 <plugin>
19 <groupId>org.apache.maven.plugins</groupId>
20 <artifactId>maven-source-plugin</artifactId>
21 </plugin>
22 <plugin>
23 <groupId>org.apache.maven.plugins</groupId>
24 <artifactId>maven-jar-plugin</artifactId>
25 </plugin>
26 <plugin>
27 <groupId>org.apache.felix</groupId>
28 <artifactId>maven-bundle-plugin</artifactId>
29
30 <configuration>
31 <instructions>
32 <Fragment-Host>org.springframework.osgi.web.extender</Fragment-Host>
33 <Export-Package>org.argeo.server.webextender.*</Export-Package>
34 <Import-Package>org.springframework.beans.factory,*</Import-Package>
35 </instructions>
36 </configuration>
37 </plugin>
38 </plugins>
39 </build>
40 <dependencies>
41 <!-- Spring -->
42 <dependency>
43 <groupId>org.argeo.tp</groupId>
44 <artifactId>org.springframework.osgi.web</artifactId>
45 </dependency>
46 <dependency>
47 <groupId>org.argeo.tp</groupId>
48 <artifactId>org.springframework.osgi.web.extender</artifactId>
49 </dependency>
50 <dependency>
51 <groupId>org.argeo.tp</groupId>
52 <artifactId>org.apache.catalina</artifactId>
53 </dependency>
54 <dependency>
55 <groupId>org.argeo.tp</groupId>
56 <artifactId>org.springframework.beans</artifactId>
57 </dependency>
58 <dependency>
59 <groupId>org.argeo.tp</groupId>
60 <artifactId>org.eclipse.osgi</artifactId>
61 </dependency>
62 <dependency>
63 <groupId>org.argeo.tp</groupId>
64 <artifactId>javax.servlet</artifactId>
65 </dependency>
66 <dependency>
67 <groupId>org.argeo.tp</groupId>
68 <artifactId>slf4j.org.apache.commons.logging</artifactId>
69 </dependency>
70 </dependencies>
71 </project>