Project

General

Profile

Download (1.34 KB) Statistics
| Branch: | Tag: | Revision:
1
<?xml version="1.0" encoding="UTF-8"?>
2
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3
  <!-- 
4
    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
5
   -->
6
	<parent>
7
		<groupId>eu.etaxonomy</groupId>
8
		<artifactId>cdmlib-parent</artifactId>
9
    <version>3.0.7-SNAPSHOT</version>
10
	<relativePath>pom.xml</relativePath>
11
	</parent>
12

    
13
  <modelVersion>4.0.0</modelVersion>
14
  <artifactId>cdmlib-ext</artifactId>
15
  <name>CDM External</name>
16
  <description>EDIT CDM library external services. Module for handling requests to non CDM library services like the EDIT geoservice.</description>
17
  <scm>
18
    <connection>scm:svn:http://dev.e-taxonomy.eu/svn/trunk/cdmlib/cdmlib-extern/</connection>
19
    <developerConnection>scm:svn:http://dev.e-taxonomy.eu/svn/trunk/cdmlib/cdmlib-extern/</developerConnection>
20
    <url>http://dev.e-taxonomy.eu/trac/browser/trunk/cdmlib/cdmlib-extern/</url>
21
  </scm>
22

    
23
  <dependencies>
24
  	 <dependency>
25
  		<groupId>eu.etaxonomy</groupId>
26
  		<artifactId>cdmlib-services</artifactId>
27
  	</dependency>
28
    <dependency>
29
	    <groupId>org.apache.httpcomponents</groupId>
30
	    <artifactId>httpclient</artifactId>
31
	</dependency>
32

    
33
  </dependencies>
34
</project>
35

    
(3-3/3)