]> git.argeo.org Git - lgpl/argeo-commons.git/blob - org.argeo.eclipse.ui/pom.xml
b831bf204f0e4b004510da20c4211c62e24b0804
[lgpl/argeo-commons.git] / org.argeo.eclipse.ui / 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"
3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4 <modelVersion>4.0.0</modelVersion>
5 <parent>
6 <groupId>org.argeo.commons</groupId>
7 <version>2.1.12-SNAPSHOT</version>
8 <artifactId>argeo-commons</artifactId>
9 <relativePath>..</relativePath>
10 </parent>
11 <artifactId>org.argeo.eclipse.ui</artifactId>
12 <name>Commons Eclipse UI</name>
13 <packaging>jar</packaging>
14 <build>
15 <plugins>
16 <plugin>
17 <groupId>org.apache.felix</groupId>
18 <artifactId>maven-bundle-plugin</artifactId>
19 <configuration>
20 <instructions>
21 <Bundle-SymbolicName>${project.artifactId};singleton:=true</Bundle-SymbolicName>
22 </instructions>
23 </configuration>
24 </plugin>
25 </plugins>
26 </build>
27 <dependencies>
28 <!-- We build against RAP -->
29 <dependency>
30 <groupId>org.argeo.commons</groupId>
31 <artifactId>org.argeo.eclipse.dep.rap</artifactId>
32 <type>pom</type>
33 <version>2.1.12-SNAPSHOT</version>
34 <scope>provided</scope>
35 </dependency>
36
37 <!-- Commons -->
38 <dependency>
39 <groupId>org.argeo.commons</groupId>
40 <artifactId>org.argeo.util</artifactId>
41 <version>2.1.12-SNAPSHOT</version>
42 </dependency>
43
44 <!-- JCR -->
45 <dependency>
46 <groupId>org.argeo.commons</groupId>
47 <artifactId>org.argeo.server.jcr</artifactId>
48 <version>2.1.12-SNAPSHOT</version>
49 </dependency>
50
51 <!-- Bridge Spring and OSGi -->
52 <dependency>
53 <groupId>org.argeo.tp</groupId>
54 <artifactId>org.springframework.osgi.extender</artifactId>
55 </dependency>
56
57 <!-- Spring -->
58 <dependency>
59 <groupId>org.argeo.tp</groupId>
60 <artifactId>org.springframework.context</artifactId>
61 </dependency>
62
63 <!-- Others -->
64 <dependency>
65 <groupId>org.argeo.tp</groupId>
66 <artifactId>slf4j.org.apache.commons.logging</artifactId>
67 </dependency>
68 </dependencies>
69 </project>