adding site content
[taxeditor.git] / taxeditor-store / 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-store</artifactId>
13 <packaging>jar</packaging>
14 <version>3.0</version>
15 <name>DataStore Bundle</name>
16 <description>Enables access to a CDM DataStore and provides operations on the model</description>
17 <url>http://dev.e-taxonomy.eu/trac/wiki/TaxonomicEditorDataStoreBundle</url>
18
19 <dependencies>
20 <dependency>
21 <groupId>eu.etaxonomy</groupId>
22 <artifactId>cdmlib-services</artifactId>
23 <version>2.5</version>
24 </dependency>
25 <dependency>
26 <groupId>eu.etaxonomy</groupId>
27 <artifactId>cdmlib-persistence</artifactId>
28 <type>test-jar</type>
29 <scope>test</scope>
30 <version>2.5</version>
31 </dependency>
32 </dependencies>
33 </project>