]> git.argeo.org Git - gpl/argeo-slc.git/blob - runtime/org.argeo.slc.detached/pom.xml
Forgotten test value
[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 *
32 </Import-Package>
33 <!--
34 <Import-Package> org.w3c.dom;version="0.0.0",
35 javax.xml.*;version="0.0.0", org.apache.xerces.jaxp,
36 org.springframework.beans.factory;version="2.0",
37 org.springframework.beans.factory.support;version="2.0",
38 org.springframework.beans.factory.xml;version="2.0",
39 org.springframework.context;version="2.0",
40 org.springframework.context.support;version="2.0",
41 org.springframework.core.io;version="2.0", * </Import-Package>
42 <Spring-Context>*;create-asynchronously:=false</Spring-Context>
43 -->
44 </instructions>
45 </configuration>
46 </plugin>
47 <plugin>
48 <groupId>org.apache.maven.plugins</groupId>
49 <artifactId>maven-compiler-plugin</artifactId>
50 <configuration>
51 <source>1.4</source>
52 <target>1.4</target>
53 </configuration>
54 </plugin>
55 <plugin>
56 <groupId>org.apache.maven.plugins</groupId>
57 <artifactId>maven-source-plugin</artifactId>
58 </plugin>
59 </plugins>
60 </build>
61 <dependencies>
62 <dependency>
63 <groupId>org.eclipse.osgi</groupId>
64 <artifactId>org.eclipse.osgi</artifactId>
65 </dependency>
66
67 <dependency>
68 <groupId>org.springframework.osgi</groupId>
69 <artifactId>org.springframework.osgi.extender</artifactId>
70 </dependency>
71
72 <!-- Required under JDK 1.4 -->
73 <dependency>
74 <groupId>edu.emory.mathcs.backport</groupId>
75 <artifactId>com.springsource.edu.emory.mathcs.backport</artifactId>
76 </dependency>
77
78
79 <!--
80 <dependency> <groupId>org.apache.xerces</groupId>
81 <artifactId>com.springsource.org.apache.xerces</artifactId>
82 </dependency>
83 -->
84
85 <dependency>
86 <groupId>org.apache.xmlcommons</groupId>
87 <artifactId>com.springsource.org.apache.xmlcommons</artifactId>
88 <scope>provided</scope>
89 </dependency>
90 <!--
91 <dependency> <groupId>xml-apis</groupId>
92 <artifactId>xml-apis</artifactId> <version>1.3.04</version>
93 <scope>provided</scope> </dependency>
94 -->
95
96 <dependency>
97 <groupId>org.apache.commons</groupId>
98 <artifactId>
99 com.springsource.org.apache.commons.io
100 </artifactId>
101 </dependency>
102 <dependency>
103 <groupId>org.junit</groupId>
104 <artifactId>com.springsource.junit</artifactId>
105 <scope>test</scope>
106 </dependency>
107
108 <dependency>
109 <groupId>org.slf4j</groupId>
110 <artifactId>com.springsource.slf4j.org.apache.commons.logging</artifactId>
111 </dependency>
112 <dependency>
113 <groupId>org.slf4j</groupId>
114 <artifactId>com.springsource.slf4j.log4j</artifactId>
115 </dependency>
116
117 <!-- JRE 1.4 -->
118 <dependency>
119 <groupId>org.apache.xerces</groupId>
120 <artifactId>com.springsource.org.apache.xerces</artifactId>
121 </dependency>
122
123 </dependencies>
124 </project>