Project

General

Profile

Download (2.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>5.6.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
  
18
  <dependencies>
19
    <dependency>
20
      <groupId>org.springframework</groupId>
21
      <artifactId>spring-context</artifactId>
22
    </dependency>
23
    <dependency>
24
      <groupId>org.springframework</groupId>
25
      <artifactId>spring-test</artifactId>
26
    </dependency>
27
    <dependency>
28
      <groupId>org.jdom</groupId>
29
      <artifactId>jdom</artifactId>
30
    </dependency>
31
    <dependency>
32
      <groupId>org.jdom</groupId>
33
      <artifactId>jdom2</artifactId>
34
    </dependency>
35
    <dependency>
36
      <groupId>org.apache.poi</groupId>
37
      <artifactId>poi</artifactId>
38
    </dependency>
39
   	<dependency>
40
		<groupId>org.apache.poi</groupId>
41
		<artifactId>poi-ooxml-schemas</artifactId>
42
	</dependency>
43
	<dependency>
44
		<groupId>org.apache.poi</groupId>
45
		<artifactId>poi-ooxml</artifactId>
46
	</dependency>
47
	<dependency>
48
        <groupId>org.apache.commons</groupId>
49
        <artifactId>commons-lang3</artifactId>
50
	</dependency>
51

    
52

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

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