Project

General

Profile

Download (4.37 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>4.12.0-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>eu.etaxonomy</groupId>
30
        <artifactId>cdmlib-test</artifactId>
31
        <scope>test</scope>
32
        <version>${project.version}</version>
33
    </dependency>
34
<!--   	<dependency> -->
35
<!--   		<groupId>eu.etaxonomy</groupId> -->
36
<!--   		<artifactId>cdmlib-persistence</artifactId> -->
37
<!--   		<type>test-jar</type> -->
38
<!--   		<scope>test</scope> -->
39
<!--   		<version>${project.version}</version> -->
40
<!--     </dependency> -->
41
<!--     <dependency> -->
42
<!--       <groupId>org.unitils</groupId> -->
43
<!--       <artifactId>unitils-core</artifactId> -->
44
<!--       <scope>test</scope> -->
45
<!--     </dependency> -->
46
<!--     probably most unitils dependencies can be deleted from here -->
47
<!--     <dependency> -->
48
<!--       <groupId>org.unitils</groupId> -->
49
<!--       <artifactId>unitils-database</artifactId> -->
50
<!--       <exclusions> -->
51
<!--       	<exclusion> -->
52
<!--       		<groupId>commons-dbcp</groupId> -->
53
<!--       		<artifactId>commons-dbcp</artifactId> -->
54
<!--       	</exclusion> -->
55
<!--       </exclusions> -->
56
<!--       <scope>test</scope> -->
57
<!--     </dependency> -->
58
<!--     <dependency> -->
59
<!--       <groupId>org.unitils</groupId> -->
60
<!--       <artifactId>unitils-dbmaintainer</artifactId> -->
61
<!--       <scope>test</scope> -->
62
<!--     </dependency> -->
63
<!--     <dependency> -->
64
<!--       <groupId>org.unitils</groupId> -->
65
<!--       <artifactId>unitils-dbunit</artifactId> -->
66
<!--       <scope>test</scope> -->
67
<!--     </dependency> -->
68
<!--      <dependency> -->
69
<!--       <groupId>org.unitils</groupId> -->
70
<!--       <artifactId>unitils-easymock</artifactId> -->
71
<!--       <scope>test</scope> -->
72
<!--     </dependency> -->
73
<!--     <dependency> -->
74
<!--       <groupId>org.unitils</groupId> -->
75
<!--       <artifactId>unitils-mock</artifactId> -->
76
<!--       <scope>test</scope> -->
77
<!--     </dependency> -->
78
<!--     <dependency> -->
79
<!--       <groupId>org.unitils</groupId> -->
80
<!--       <artifactId>unitils-inject</artifactId> -->
81
<!--       <scope>test</scope> -->
82
<!--     </dependency> -->
83
<!--      <dependency> -->
84
<!--       <groupId>org.unitils</groupId> -->
85
<!--       <artifactId>unitils-spring</artifactId> -->
86
<!--       <scope>test</scope> -->
87
<!--     </dependency> -->
88
<!--     <dependency> -->
89
<!--       <groupId>org.dbunit</groupId> -->
90
<!--       <artifactId>dbunit</artifactId> -->
91
<!--     </dependency>  -->
92
<!--     <dependency> -->
93
<!--       <groupId>xmlunit</groupId> -->
94
<!--       <artifactId>xmlunit</artifactId> -->
95
<!--   	</dependency> -->
96

    
97
    <dependency>
98
	    <groupId>org.apache.httpcomponents</groupId>
99
	    <artifactId>httpclient</artifactId>
100
	</dependency>
101
	<dependency>
102
        <groupId>net.sf.json-lib</groupId>
103
        <artifactId>json-lib</artifactId>
104
		<classifier>jdk15</classifier>
105
    </dependency>
106
    <dependency>
107
        <groupId>com.fasterxml.jackson.core</groupId>
108
        <artifactId>jackson-databind</artifactId>
109
    </dependency>
110
	<dependency>
111
        <groupId>net.sf.ezmorph</groupId>
112
        <artifactId>ezmorph</artifactId>
113
    </dependency>
114
    <dependency>
115
        <groupId>commons-io</groupId>
116
        <artifactId>commons-io</artifactId>
117
    </dependency>
118
  </dependencies>
119
</project>
120

    
(3-3/3)