]> git.argeo.org Git - lgpl/argeo-commons.git/blob - dep/org.argeo.dep.cms/pom.xml
Move CMS to Commons
[lgpl/argeo-commons.git] / dep / org.argeo.dep.cms / 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.connect</groupId>
6 <version>2.1.13-SNAPSHOT</version>
7 <artifactId>dep</artifactId>
8 <relativePath>..</relativePath>
9 </parent>
10 <artifactId>org.argeo.connect.dep.node.web</artifactId>
11 <name>Connect Node Web Dependencies</name>
12 <dependencies>
13 <!-- Connect -->
14 <dependency>
15 <groupId>org.argeo.connect</groupId>
16 <artifactId>org.argeo.cms</artifactId>
17 <version>2.1.13-SNAPSHOT</version>
18 </dependency>
19
20 <!-- Commons -->
21 <dependency>
22 <groupId>org.argeo.commons.base</groupId>
23 <artifactId>org.argeo.util</artifactId>
24 <version>${version.argeo-commons}</version>
25 </dependency>
26
27 <!-- Node (without RAP) -->
28 <dependency>
29 <groupId>org.argeo.commons.security</groupId>
30 <artifactId>org.argeo.security.dep.node</artifactId>
31 <version>${version.argeo-commons}</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.base</groupId>
47 <artifactId>org.argeo.eclipse.dep.rap</artifactId>
48 <version>${version.argeo-commons}</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 <!-- Example, demos -->
80 <exclusion>
81 <groupId>org.argeo.tp.rap.platform</groupId>
82 <artifactId>org.eclipse.rap.demo.controls</artifactId>
83 </exclusion>
84 <exclusion>
85 <groupId>org.argeo.tp.rap.platform</groupId>
86 <artifactId>org.eclipse.rap.example</artifactId>
87 </exclusion>
88 <exclusion>
89 <groupId>org.argeo.tp.rap.platform</groupId>
90 <artifactId>org.eclipse.rap.example.pages</artifactId>
91 </exclusion>
92 </exclusions>
93 </dependency>
94 </dependencies>
95 </project>