Project

General

Profile

Download (2.54 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-commons</artifactId>
15
  <name>CDM Commons</name>
16
  <description>EDIT CDM library - Commons</description>
17
  <scm>
18
    <connection>scm:svn:http://dev.e-taxonomy.eu/svn/trunk/cdmlib/cdmlib-commons/</connection>
19
    <developerConnection>scm:svn:http://dev.e-taxonomy.eu/svn/trunk/cdmlib/cdmlib-commons/</developerConnection>
20
    <url>http://dev.e-taxonomy.eu/trac/browser/trunk/cdmlib/cdmlib-commons/</url>
21
  </scm>
22
  
23
  <dependencies>
24
    <dependency>
25
      <groupId>org.springframework</groupId>
26
      <artifactId>spring-test</artifactId>
27
    </dependency>
28
    <dependency>
29
      <groupId>org.jdom</groupId>
30
      <artifactId>jdom</artifactId>
31
    </dependency>
32
    <dependency>
33
      <groupId>org.jdom</groupId>
34
      <artifactId>jdom2</artifactId>
35
    </dependency>
36
    <dependency>
37
      <groupId>org.apache.poi</groupId>
38
      <artifactId>poi</artifactId>
39
    </dependency>
40
   	<dependency>
41
		<groupId>org.apache.poi</groupId>
42
		<artifactId>poi-ooxml-schemas</artifactId>
43
	</dependency>
44
	<dependency>
45
		<groupId>org.apache.poi</groupId>
46
		<artifactId>poi-ooxml</artifactId>
47
	</dependency>
48
	<dependency>
49
        <groupId>org.apache.commons</groupId>
50
        <artifactId>commons-lang3</artifactId>
51
	</dependency>
52

    
53

    
54
    <!--  ImageMetadata  -->
55
    
56
    <!-- deprecated -->
57
    <!--
58
    <dependency>
59
    <groupId>org.devlib.schmidt</groupId>
60
    <artifactId>imageinfo</artifactId>
61
    <version>1.7</version>
62
    </dependency>
63
    -->
64
    
65
    <dependency>
66
      <groupId>org.apache.sanselan</groupId>
67
      <artifactId>sanselan</artifactId>
68
    </dependency>
69
    
70
    <dependency>
71
      <groupId>org.apache.httpcomponents</groupId>
72
      <artifactId>httpclient</artifactId>
73
    </dependency>
74
   
75
    <!-- AptView -->
76
    <dependency>
77
      <groupId>org.apache.maven.doxia</groupId>
78
      <artifactId>doxia-module-apt</artifactId>
79
    </dependency>
80
    <dependency>
81
      <groupId>org.apache.maven.doxia</groupId>
82
      <artifactId>doxia-module-xhtml</artifactId>
83
    </dependency>
84

    
85
  </dependencies>
86
</project>
(3-3/3)