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