]> git.argeo.org Git - lgpl/argeo-commons.git/blob - pom.xml
cbd8e4adaa4f8ab1e9487d9378aa519a36d64c11
[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.13</version>
7 <artifactId>argeo-commons</artifactId>
8 <relativePath>..</relativePath>
9 </parent>
10 <artifactId>org.argeo.eclipse.ui.rap</artifactId>
11 <name>Commons Eclipse UI RAP</name>
12 <description>Provide rap specific classes and behaviour in order to provide single sourcing abilities</description>
13 <packaging>jar</packaging>
14 <dependencies>
15 <!-- Generic base UI classes. -->
16 <dependency>
17 <groupId>org.argeo.commons</groupId>
18 <artifactId>org.argeo.eclipse.ui</artifactId>
19 <version>2.1.13</version>
20 </dependency>
21
22 <!-- Base distribution for RAP projects -->
23 <!-- <dependency>
24 <groupId>org.argeo.commons</groupId>
25 <artifactId>org.argeo.eclipse.dep.rap</artifactId>
26 <type>pom</type>
27 <version>2.1.12-SNAPSHOT</version>
28 </dependency> -->
29
30 <!-- Utils and logging -->
31 <dependency>
32 <groupId>org.argeo.commons</groupId>
33 <artifactId>org.argeo.util</artifactId>
34 <version>2.1.13</version>
35 </dependency>
36 <!-- <dependency> -->
37 <!-- <groupId>org.argeo.tp</groupId> -->
38 <!-- <artifactId>slf4j.org.apache.commons.logging</artifactId> -->
39 <!-- </dependency> -->
40 </dependencies>
41 </project>