]> git.argeo.org Git - lgpl/argeo-commons.git/blob - org.argeo.eclipse.ui/pom.xml
d2bc9b9d4cd70921f07f913639388b6dc0b9bcba
[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> <groupId>org.argeo.commons</groupId> <artifactId>org.argeo.eclipse.dep.rap</artifactId>
20 <type>pom</type> <version>2.1.12-SNAPSHOT</version> <scope>provided</scope>
21 </dependency> -->
22 <!-- Commons -->
23 <dependency>
24 <groupId>org.argeo.commons</groupId>
25 <artifactId>org.argeo.util</artifactId>
26 <version>2.1.12-SNAPSHOT</version>
27 </dependency>
28 <dependency>
29 <groupId>org.argeo.commons</groupId>
30 <artifactId>org.argeo.server.jcr</artifactId>
31 <version>2.1.12-SNAPSHOT</version>
32 </dependency>
33 <dependency>
34 <groupId>org.argeo.commons</groupId>
35 <artifactId>org.argeo.security.core</artifactId>
36 <version>2.1.12-SNAPSHOT</version>
37 </dependency>
38
39 <!-- Bridge Spring and OSGi -->
40 <!-- <dependency> -->
41 <!-- <groupId>org.argeo.tp</groupId> -->
42 <!-- <artifactId>org.springframework.osgi.extender</artifactId> -->
43 <!-- </dependency> -->
44
45 <!-- Spring -->
46 <!-- <dependency> -->
47 <!-- <groupId>org.argeo.tp</groupId> -->
48 <!-- <artifactId>org.springframework.context</artifactId> -->
49 <!-- </dependency> -->
50
51
52 <!-- Others -->
53 <!-- <dependency> -->
54 <!-- <groupId>org.argeo.tp</groupId> -->
55 <!-- <artifactId>slf4j.org.apache.commons.logging</artifactId> -->
56 <!-- </dependency> -->
57 </dependencies>
58 </project>