]> git.argeo.org Git - lgpl/argeo-commons.git/blob - legacy/org.argeo.cms.ui.workbench/pom.xml
Improve CMS UI utilities.
[lgpl/argeo-commons.git] / legacy / org.argeo.cms.ui.workbench / pom.xml
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
5 <modelVersion>4.0.0</modelVersion>
6 <parent>
7 <groupId>org.argeo.commons</groupId>
8 <artifactId>legacy</artifactId>
9 <version>2.1.81-SNAPSHOT</version>
10 <relativePath>..</relativePath>
11 </parent>
12 <artifactId>org.argeo.cms.ui.workbench</artifactId>
13 <name>CMS Workbench</name>
14 <packaging>jar</packaging>
15 <dependencies>
16 <dependency>
17 <groupId>org.argeo.commons</groupId>
18 <artifactId>org.argeo.cms.ui</artifactId>
19 <version>2.1.81-SNAPSHOT</version>
20 </dependency>
21
22 <dependency>
23 <groupId>org.argeo.commons</groupId>
24 <artifactId>org.argeo.eclipse.ui.rap</artifactId>
25 <version>2.1.81-SNAPSHOT</version>
26 <scope>provided</scope>
27 </dependency>
28
29 <!-- Spring -->
30 <dependency>
31 <groupId>org.argeo.tp.spring</groupId>
32 <artifactId>org.springframework.beans</artifactId>
33 </dependency>
34 <dependency>
35 <groupId>org.argeo.tp.spring</groupId>
36 <artifactId>org.springframework.core</artifactId>
37 </dependency>
38 <dependency>
39 <groupId>org.argeo.tp.spring</groupId>
40 <artifactId>org.springframework.context</artifactId>
41 </dependency>
42 <dependency>
43 <groupId>org.argeo.tp.gemini</groupId>
44 <artifactId>org.eclipse.gemini.blueprint.core</artifactId>
45 </dependency>
46
47 <!-- Eclipse 3 -->
48 <dependency>
49 <groupId>org.argeo.tp</groupId>
50 <artifactId>argeo-tp-rap-e3</artifactId>
51 <version>${version.argeo-tp}</version>
52 <type>pom</type>
53 <scope>provided</scope>
54 </dependency>
55
56 </dependencies>
57 </project>