]> git.argeo.org Git - gpl/argeo-suite.git/blob - library/org.argeo.library.ui/pom.xml
Deal with URL-encoded form paths.
[gpl/argeo-suite.git] / library / org.argeo.library.ui / 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" 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.suite</groupId>
6 <artifactId>library</artifactId>
7 <version>2.3.1-SNAPSHOT</version>
8 <relativePath>..</relativePath>
9 </parent>
10 <artifactId>org.argeo.library.ui</artifactId>
11 <name>Documents UI</name>
12 <packaging>jar</packaging>
13 <dependencies>
14 <dependency>
15 <groupId>org.argeo.suite</groupId>
16 <artifactId>org.argeo.suite.ui</artifactId>
17 <version>2.3.1-SNAPSHOT</version>
18 </dependency>
19
20 <!-- Eclipse E4 -->
21 <dependency>
22 <groupId>org.argeo.tp</groupId>
23 <artifactId>argeo-tp-rap-e4</artifactId>
24 <version>${version.argeo-tp}</version>
25 <type>pom</type>
26 <scope>provided</scope>
27 </dependency>
28 <!-- Specific -->
29 <dependency>
30 <groupId>org.argeo.commons</groupId>
31 <artifactId>org.argeo.eclipse.ui.rap</artifactId>
32 <version>${version.argeo-commons}</version>
33 <scope>provided</scope>
34 </dependency>
35
36 </dependencies>
37 </project>