745d8cc298fc09bd5ba46f10268708097c52af53
[taxeditor.git] / taxeditor-application / pom.xml
1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3
4 <parent>
5 <groupId>eu.etaxonomy</groupId>
6 <artifactId>taxeditor-parent</artifactId>
7 <version>3.0</version>
8 </parent>
9
10 <modelVersion>4.0.0</modelVersion>
11 <groupId>eu.etaxonomy</groupId>
12 <artifactId>taxeditor-application</artifactId>
13 <packaging>jar</packaging>
14 <version>3.0</version>
15 <name>Application</name>
16 <description>All plugins are combined into this application.</description>
17 <url>http://dev.e-taxonomy.eu/trac/wiki/TaxonomicEditor</url>
18 <dependencies>
19 <dependency>
20 <groupId>eu.etaxonomy</groupId>
21 <artifactId>taxeditor-store</artifactId>
22 </dependency>
23 <dependency>
24 <groupId>eu.etaxonomy</groupId>
25 <artifactId>taxeditor-navigation</artifactId>
26 </dependency>
27 <dependency>
28 <groupId>eu.etaxonomy</groupId>
29 <artifactId>taxeditor-editor</artifactId>
30 </dependency>
31 </dependencies>
32 </project>