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