]> git.argeo.org Git - gpl/argeo-slc.git/blob - runtime/org.argeo.slc.support.osgi/pom.xml
change indexer order.
[gpl/argeo-slc.git] / runtime / org.argeo.slc.support.osgi / pom.xml
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <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">
3 <modelVersion>4.0.0</modelVersion>
4 <parent>
5 <groupId>org.argeo.slc</groupId>
6 <artifactId>runtime</artifactId>
7 <version>1.1.19-SNAPSHOT</version>
8 <relativePath>..</relativePath>
9 </parent>
10 <artifactId>org.argeo.slc.support.osgi</artifactId>
11 <name>SLC Support OSGi</name>
12 <packaging>jar</packaging>
13 <properties />
14 <build>
15 <plugins>
16 <plugin>
17 <groupId>org.apache.felix</groupId>
18 <artifactId>maven-bundle-plugin</artifactId>
19
20 <configuration>
21 <instructions>
22 <Export-Package>
23 org.argeo.slc.*
24 </Export-Package>
25 </instructions>
26 </configuration>
27 </plugin>
28 </plugins>
29 </build>
30 <dependencies>
31 <dependency>
32 <groupId>org.argeo.slc</groupId>
33 <artifactId>org.argeo.slc.core</artifactId>
34 <version>1.1.19-SNAPSHOT</version>
35 </dependency>
36
37 <dependency>
38 <groupId>org.argeo.tp</groupId>
39 <artifactId>biz.aQute.bndlib</artifactId>
40 <optional>true</optional>
41 </dependency>
42
43 <dependency>
44 <groupId>org.argeo.tp</groupId>
45 <artifactId>org.eclipse.osgi</artifactId>
46 <scope>provided</scope>
47 </dependency>
48
49 <dependency>
50 <groupId>org.argeo.tp</groupId>
51 <artifactId>org.springframework.osgi.core</artifactId>
52 </dependency>
53
54 <dependency>
55 <groupId>org.argeo.tp</groupId>
56 <artifactId>org.springframework.osgi.extender</artifactId>
57 </dependency>
58
59 <dependency>
60 <groupId>org.argeo.tp</groupId>
61 <artifactId>net.sf.cglib</artifactId>
62 </dependency>
63 <dependency>
64 <groupId>org.argeo.tp</groupId>
65 <artifactId>org.objectweb.asm.attrs</artifactId>
66 </dependency>
67
68 <!-- Xalan and Xerces are implicitly required since the JDK provided implementations
69 are overridden in the execution modules manager -->
70 <!-- <dependency> -->
71 <!-- <groupId>org.argeo.tp</groupId> -->
72 <!-- <artifactId>org.apache.xalan</artifactId> -->
73 <!-- </dependency> -->
74
75 </dependencies>
76 </project>