]> git.argeo.org Git - gpl/argeo-slc.git/blob - runtime/org.argeo.slc.detached/pom.xml
Write a long expression to avoid regexp collision and full copy of qx folder...
[gpl/argeo-slc.git] / runtime / org.argeo.slc.detached / 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.slc</groupId>
6 <artifactId>runtime</artifactId>
7 <version>0.11.4-SNAPSHOT</version>
8 <relativePath>..</relativePath>
9 </parent>
10 <groupId>org.argeo.slc.runtime</groupId>
11 <artifactId>org.argeo.slc.detached</artifactId>
12 <name>Argeo SLC Detached</name>
13 <packaging>jar</packaging>
14 <build>
15 <plugins>
16 <plugin>
17 <artifactId>maven-jar-plugin</artifactId>
18 </plugin>
19 <plugin>
20 <groupId>org.apache.felix</groupId>
21 <artifactId>maven-bundle-plugin</artifactId>
22 <version>${version.maven-bundle-plugin}</version>
23 <configuration>
24 <instructions>
25 <Export-Package>
26 org.argeo.slc.detached.*
27 </Export-Package>
28 <Import-Package>
29 org.w3c.dom;version="0.0.0",
30 javax.xml.*;version="0.0.0",
31 org.springframework.beans.factory;version="2.0",
32 org.springframework.beans.factory.support;version="2.0",
33 org.springframework.beans.factory.xml;version="2.0",
34 org.springframework.context;version="2.0",
35 org.springframework.context.support;version="2.0",
36 org.springframework.core.io;version="2.0",
37 *
38 </Import-Package>
39 <Spring-Context>*;create-asynchronously:=false</Spring-Context>
40 </instructions>
41 </configuration>
42 </plugin>
43 <plugin>
44 <groupId>org.apache.maven.plugins</groupId>
45 <artifactId>maven-compiler-plugin</artifactId>
46 <configuration>
47 <source>1.4</source>
48 <target>1.4</target>
49 </configuration>
50 </plugin>
51 <plugin>
52 <groupId>org.apache.maven.plugins</groupId>
53 <artifactId>maven-source-plugin</artifactId>
54 </plugin>
55 </plugins>
56 </build>
57 <dependencies>
58 <dependency>
59 <groupId>org.eclipse.osgi</groupId>
60 <artifactId>org.eclipse.osgi</artifactId>
61 </dependency>
62
63 <dependency>
64 <groupId>org.springframework.osgi</groupId>
65 <artifactId>org.springframework.osgi.extender</artifactId>
66 </dependency>
67
68 <!-- Required under JDK 1.4 -->
69 <dependency>
70 <groupId>edu.emory.mathcs.backport</groupId>
71 <artifactId>com.springsource.edu.emory.mathcs.backport</artifactId>
72 </dependency>
73
74
75 <!--
76 <dependency> <groupId>org.apache.xerces</groupId>
77 <artifactId>com.springsource.org.apache.xerces</artifactId>
78 </dependency>
79 -->
80
81 <dependency>
82 <groupId>org.apache.xmlcommons</groupId>
83 <artifactId>com.springsource.org.apache.xmlcommons</artifactId>
84 <scope>provided</scope>
85 </dependency>
86 <!--
87 <dependency> <groupId>xml-apis</groupId>
88 <artifactId>xml-apis</artifactId> <version>1.3.04</version>
89 <scope>provided</scope> </dependency>
90 -->
91
92 <dependency>
93 <groupId>org.apache.commons</groupId>
94 <artifactId>
95 com.springsource.org.apache.commons.io
96 </artifactId>
97 </dependency>
98 <dependency>
99 <groupId>org.junit</groupId>
100 <artifactId>com.springsource.junit</artifactId>
101 <scope>test</scope>
102 </dependency>
103 <dependency>
104 <groupId>org.apache.log4j</groupId>
105 <artifactId>com.springsource.org.apache.log4j</artifactId>
106 </dependency>
107 </dependencies>
108 </project>