]> git.argeo.org Git - lgpl/argeo-commons.git/blob - pom.xml
eb344cb4be08882d81cd11eefc5a0b985d37bfd6
[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.12-SNAPSHOT</version>
7 <artifactId>dep</artifactId>
8 <relativePath>..</relativePath>
9 </parent>
10 <artifactId>org.argeo.dep.cms</artifactId>
11 <name>CMS Dependencies</name>
12 <dependencies>
13 <!-- Connect -->
14 <dependency>
15 <groupId>org.argeo.commons</groupId>
16 <artifactId>org.argeo.cms</artifactId>
17 <version>2.1.12-SNAPSHOT</version>
18 </dependency>
19
20 <!-- Commons -->
21 <dependency>
22 <groupId>org.argeo.commons</groupId>
23 <artifactId>org.argeo.util</artifactId>
24 <version>2.1.12-SNAPSHOT</version>
25 </dependency>
26
27 <!-- Node (without RAP) -->
28 <dependency>
29 <groupId>org.argeo.commons</groupId>
30 <artifactId>org.argeo.security.dep.node</artifactId>
31 <version>2.1.12-SNAPSHOT</version>
32 <exclusions>
33 <exclusion>
34 <groupId>org.argeo.tp</groupId>
35 <artifactId>org.eclipse.osgi</artifactId>
36 </exclusion>
37 <exclusion>
38 <groupId>org.argeo.tp</groupId>
39 <artifactId>org.apache.jasper</artifactId>
40 </exclusion>
41 </exclusions>
42 </dependency>
43
44 <!-- Minimal web target platform -->
45 <dependency>
46 <groupId>org.argeo.commons</groupId>
47 <artifactId>org.argeo.eclipse.dep.rap</artifactId>
48 <version>2.1.12-SNAPSHOT</version>
49 <exclusions>
50 <exclusion>
51 <groupId>org.argeo.tp.rap.platform</groupId>
52 <artifactId>org.junit</artifactId>
53 </exclusion>
54 <exclusion>
55 <groupId>org.argeo.tp.rap.platform</groupId>
56 <artifactId>org.eclipse.rap.junit</artifactId>
57 </exclusion>
58 <!-- Workbench -->
59 <exclusion>
60 <groupId>org.argeo.tp.rap.platform</groupId>
61 <artifactId>org.eclipse.rap.ui.workbench</artifactId>
62 </exclusion>
63 <exclusion>
64 <groupId>org.argeo.tp.rap.platform</groupId>
65 <artifactId>org.eclipse.rap.ui</artifactId>
66 </exclusion>
67 <exclusion>
68 <groupId>org.argeo.tp.rap.platform</groupId>
69 <artifactId>org.eclipse.rap.ui.cheatsheets</artifactId>
70 </exclusion>
71 <exclusion>
72 <groupId>org.argeo.tp.rap.platform</groupId>
73 <artifactId>org.eclipse.rap.ui.forms</artifactId>
74 </exclusion>
75 <exclusion>
76 <groupId>org.argeo.tp.rap.platform</groupId>
77 <artifactId>org.eclipse.rap.ui.views</artifactId>
78 </exclusion>
79 </exclusions>
80 </dependency>
81 </dependencies>
82 </project>