]> git.argeo.org Git - lgpl/argeo-commons.git/blob - org.argeo.eclipse.ui/pom.xml
26a46c8674df5ca83951c1c0631e45d251858b2c
[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> <plugins> <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId>
15 <configuration> <instructions> <Bundle-SymbolicName>${project.artifactId};singleton:=true</Bundle-SymbolicName>
16 </instructions> </configuration> </plugin> </plugins> </build> -->
17 <dependencies>
18 <!-- We build against RAP -->
19 <dependency>
20 <groupId>org.argeo.commons</groupId>
21 <artifactId>org.argeo.eclipse.dep.rap</artifactId>
22 <type>pom</type>
23 <version>2.1.12-SNAPSHOT</version>
24 <scope>provided</scope>
25 </dependency>
26
27 <!-- Commons -->
28 <dependency>
29 <groupId>org.argeo.commons</groupId>
30 <artifactId>org.argeo.util</artifactId>
31 <version>2.1.12-SNAPSHOT</version>
32 </dependency>
33
34 <!-- JCR -->
35 <dependency>
36 <groupId>org.argeo.commons</groupId>
37 <artifactId>org.argeo.server.jcr</artifactId>
38 <version>2.1.12-SNAPSHOT</version>
39 </dependency>
40
41 <!-- Bridge Spring and OSGi -->
42 <dependency>
43 <groupId>org.argeo.tp</groupId>
44 <artifactId>org.springframework.osgi.extender</artifactId>
45 </dependency>
46
47 <!-- Spring -->
48 <dependency>
49 <groupId>org.argeo.tp</groupId>
50 <artifactId>org.springframework.context</artifactId>
51 </dependency>
52
53 <!-- Others -->
54 <dependency>
55 <groupId>org.argeo.tp</groupId>
56 <artifactId>slf4j.org.apache.commons.logging</artifactId>
57 </dependency>
58 </dependencies>
59 </project>