]> git.argeo.org Git - gpl/argeo-suite.git/blob - pom.xml
3e78d86b1982a8cd4095053ac508700599df9e4d
[gpl/argeo-suite.git] / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
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.suite</groupId>
7 <artifactId>argeo-suite</artifactId>
8 <version>0.1.13-SNAPSHOT</version>
9 <relativePath>..</relativePath>
10 </parent>
11 <artifactId>org.argeo.suite.e4</artifactId>
12 <name>Eclipse 4</name>
13 <packaging>jar</packaging>
14 <dependencies>
15 <dependency>
16 <groupId>org.argeo.connect</groupId>
17 <artifactId>org.argeo.connect.e4</artifactId>
18 <version>${version.argeo-connect}</version>
19 </dependency>
20
21 <!-- Eclipse E4 -->
22 <dependency>
23 <groupId>org.argeo.tp</groupId>
24 <artifactId>argeo-tp-rap-e4</artifactId>
25 <version>${version.argeo-tp}</version>
26 <type>pom</type>
27 <scope>provided</scope>
28 </dependency>
29 </dependencies>
30 </project>