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