Project

General

Profile

Download (1.56 KB) Statistics
| Branch: | Revision:
1
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2
	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3
	<parent>
4
		<artifactId>cdmlib-parent</artifactId>
5
		<groupId>eu.etaxonomy</groupId>
6
		<version>3.0.10-SNAPSHOT</version>
7
		<relativePath>../pom.xml</relativePath>
8
	</parent>
9
	<modelVersion>4.0.0</modelVersion>
10
	<groupId>eu.etaxonomy.cdm</groupId>
11
	<artifactId>UseImport</artifactId>
12
	<packaging>jar</packaging>
13
	<name>UseImport</name>
14
	<url>http://maven.apache.org</url>
15
	<dependencies>
16
		<dependency>
17
			<groupId>eu.etaxonomy</groupId>
18
			<artifactId>cdmlib-io</artifactId>
19
		</dependency>
20
		<dependency>
21
			<groupId>eu.etaxonomy</groupId>
22
			<artifactId>cdmlib-ext</artifactId>
23
		</dependency>
24
		<dependency>
25
			<groupId>eu.etaxonomy</groupId>
26
			<artifactId>cdmlib-persistence</artifactId>
27
		</dependency>
28
		<dependency>
29
			<groupId>eu.etaxonomy</groupId>
30
			<artifactId>cdmlib-model</artifactId>
31
		</dependency>
32
		<dependency>
33
			<groupId>eu.etaxonomy</groupId>
34
			<artifactId>cdmlib-persistence</artifactId>
35
		</dependency>
36
		<dependency>
37
			<groupId>eu.etaxonomy</groupId>
38
			<artifactId>cdmlib-services</artifactId>
39
		</dependency>
40
		<dependency>
41
			<groupId>org.apache.poi</groupId>
42
			<artifactId>poi</artifactId>
43
			<version>3.7</version>
44
		</dependency>
45
		<dependency>
46
			<groupId>junit</groupId>
47
			<artifactId>junit</artifactId>
48
			<version>3.8.1</version>
49
			<scope>test</scope>
50
		</dependency>
51
	</dependencies>
52
</project>
    (1-1/1)