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