separation of ABCD specimen import & Synthesys specimen import
[cdmlib.git] / cdmlib-services / 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 <!--
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>1.3</version>
11 </parent>
12
13 <modelVersion>4.0.0</modelVersion>
14 <artifactId>cdmlib-services</artifactId>
15 <name>CDM Services</name>
16 <description>EDIT CDM library services. The local API and basis for webservices too.</description>
17 <scm>
18 <connection>scm:svn:http://dev.e-taxonomy.eu/svn/trunk/cdmlib/cdmlib-service/</connection>
19 <developerConnection>scm:svn:https://dev.e-taxonomy.eu/svn/trunk/cdmlib/cdmlib-service/</developerConnection>
20 <url>http://dev.e-taxonomy.eu/trac/browser/trunk/cdmlib/cdmlib-service/</url>
21 </scm>
22
23 <dependencies>
24 <dependency>
25 <groupId>eu.etaxonomy</groupId>
26 <artifactId>cdmlib-persistence</artifactId>
27 </dependency>
28 <dependency>
29 <groupId>org.unitils</groupId>
30 <artifactId>unitils</artifactId>
31 <version>1.0</version>
32 <!--<scope>test</scope>-->
33 </dependency>
34 <dependency>
35 <groupId>org.springframework</groupId>
36 <artifactId>spring-test</artifactId>
37 </dependency>
38 <dependency>
39 <groupId>xerces</groupId>
40 <artifactId>xercesImpl</artifactId>
41 </dependency>
42 <dependency>
43 <groupId>jaxen</groupId>
44 <artifactId>jaxen</artifactId>
45 </dependency>
46 <dependency>
47 <groupId>org.eclipse</groupId>
48 <artifactId>osgi</artifactId>
49 </dependency>
50
51 </dependencies>
52 </project>
53