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
|
<!--
|
5
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
|
6
|
-->
|
7
|
<parent>
|
8
|
<groupId>eu.etaxonomy</groupId>
|
9
|
<artifactId>cdmlib-parent</artifactId>
|
10
|
<version>3.0.6-SNAPSHOT</version>
|
11
|
<relativePath>../pom.xml</relativePath>
|
12
|
</parent>
|
13
|
|
14
|
<modelVersion>4.0.0</modelVersion>
|
15
|
<artifactId>xper2-cdm-integration</artifactId>
|
16
|
<name>xper2 Cdm Integration</name>
|
17
|
<description>The import-export package for EDIT's cdmLibrary</description>
|
18
|
<scm>
|
19
|
<connection>scm:svn:http://dev.e-taxonomy.eu/svn/trunk/cdmlib-apps/XperCdmIntegration/</connection>
|
20
|
<developerConnection>scm:svn:https://dev.e-taxonomy.eu/svn/trunk/cdmlib-apps/XperCdmIntegration/</developerConnection>
|
21
|
<url>http://dev.e-taxonomy.eu/trac/browser/trunk/cdmlib-apps/XperCdmIntegration/</url>
|
22
|
</scm>
|
23
|
|
24
|
<dependencies>
|
25
|
<dependency>
|
26
|
<groupId>eu.etaxonomy</groupId>
|
27
|
<artifactId>cdmlib-io</artifactId>
|
28
|
<version>3.0</version>
|
29
|
</dependency>
|
30
|
<dependency>
|
31
|
<groupId>eu.etaxonomy</groupId>
|
32
|
<artifactId>xper2</artifactId>
|
33
|
<version>3.0</version>
|
34
|
</dependency>
|
35
|
|
36
|
<dependency>
|
37
|
<groupId>aspectj</groupId>
|
38
|
<artifactId>aspectjrt</artifactId>
|
39
|
<version>1.6.3</version>
|
40
|
</dependency>
|
41
|
</dependencies>
|
42
|
</project>
|