]> git.argeo.org Git - gpl/argeo-suite.git/blob - sdk/org.argeo.suite.platform/pom.xml
[maven-release-plugin] prepare release argeo-suite-0.1.11
[gpl/argeo-suite.git] / sdk / org.argeo.suite.platform / 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>sdk</artifactId>
7 <version>0.1.11</version>
8 <relativePath>..</relativePath>
9 </parent>
10 <artifactId>org.argeo.suite.platform</artifactId>
11 <name>Argeo Suite Minimal SDK</name>
12 <packaging>jar</packaging>
13 <dependencies>
14 <!-- Default Assembly for supported minimal set of Argeo Suite Features -->
15
16 <!-- Rap Workbench -->
17 <dependency>
18 <groupId>org.argeo.suite</groupId>
19 <artifactId>org.argeo.suite.workbench.rap</artifactId>
20 <version>0.1.11</version>
21 </dependency>
22
23 <!-- Web UI -->
24 <dependency>
25 <groupId>org.argeo.suite</groupId>
26 <artifactId>org.argeo.suite.web</artifactId>
27 <version>0.1.11</version>
28 </dependency>
29
30 <!-- Base CMS distribution -->
31 <dependency>
32 <groupId>org.argeo.commons</groupId>
33 <artifactId>org.argeo.dep.cms.platform</artifactId>
34 <version>${version.argeo-commons}</version>
35 </dependency>
36 <!-- We put all third parties in the target platform -->
37 <dependency>
38 <groupId>org.argeo.tp</groupId>
39 <artifactId>argeo-tp</artifactId>
40 <version>${version.argeo-distribution}</version>
41 </dependency>
42 <dependency>
43 <groupId>org.argeo.tp.misc</groupId>
44 <artifactId>org.postgresql.postgresql</artifactId>
45 </dependency>
46 </dependencies>
47 </project>