Project

General

Profile

Download (1.75 KB) Statistics
| Branch: | Revision:
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
  <modelVersion>4.0.0</modelVersion>
8
  
9
  <groupId>eu.etaxonomy.cdm</groupId>
10
  <artifactId>imports</artifactId>
11
  <version>3.3.8-SNAPSHOT</version>
12
  
13
  <name>App Import</name>
14
  <description>A collection of diverse imports to the EDIT CDM Platform</description>
15
  <scm>
16
    <connection>scm:svn:http://dev.e-taxonomy.eu/svn/trunk/cdmlib-apps/app-import/</connection>
17
    <developerConnection>scm:svn:https://dev.e-taxonomy.eu/svn/trunk/cdmlib-apps/app-import/</developerConnection>
18
    <url>http://dev.e-taxonomy.eu/trac/browser/trunk/cdmlib-apps/app-import/</url>
19
  </scm>
20
  
21
  <dependencies>
22
	<dependency>
23
		<groupId>eu.etaxonomy</groupId>
24
  		<artifactId>cdmlib-io</artifactId>
25
  		<version>${project.version}</version>
26
  	</dependency>
27
  	<dependency>
28
  		<groupId>eu.etaxonomy</groupId>
29
  		<artifactId>cdmlib-persistence</artifactId>
30
  		<type>test-jar</type>
31
        	<scope>test</scope>
32
  		<version>${project.version}</version>
33
  	</dependency>
34
	<!-- <dependency>
35
      		<groupId>org.unitils</groupId>
36
		<artifactId>unitils-dbunit</artifactId>
37
		<version>3.3</version>
38
		<scope>test</scope>
39
    	</dependency>
40
    	<dependency>
41
		<groupId>org.unitils</groupId>
42
      		<artifactId>unitils-spring</artifactId>
43
      		<version>3.3</version>
44
      		<scope>test</scope>
45
  	</dependency> -->
46

    
47

    
48
<!--     <dependency>
49
    	<groupId>aspectj</groupId>
50
      	<artifactId>aspectjrt</artifactId>
51
		<version>1.6.3</version>
52
    </dependency> -->
53
  </dependencies></project>
(2-2/2)