]> git.argeo.org Git - gpl/argeo-suite.git/blob - org.argeo.suite.core/pom.xml
Introduce form submission listener.
[gpl/argeo-suite.git] / org.argeo.suite.core / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
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.suite</groupId>
8 <artifactId>argeo-suite</artifactId>
9 <version>2.1.16-SNAPSHOT</version>
10 <relativePath>..</relativePath>
11 </parent>
12 <artifactId>org.argeo.suite.core</artifactId>
13 <name>Suite Core</name>
14 <packaging>jar</packaging>
15 <dependencies>
16 <dependency>
17 <groupId>org.argeo.suite</groupId>
18 <artifactId>org.argeo.entity.core</artifactId>
19 <version>2.1.16-SNAPSHOT</version>
20 </dependency>
21
22 <!-- Argeo Commons -->
23 <dependency>
24 <groupId>org.argeo.commons</groupId>
25 <artifactId>org.argeo.cms</artifactId>
26 <version>${version.argeo-commons}</version>
27 </dependency>
28 <dependency>
29 <groupId>org.argeo.commons</groupId>
30 <artifactId>org.argeo.maintenance</artifactId>
31 <version>${version.argeo-commons}</version>
32 </dependency>
33 </dependencies>
34 </project>