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
|
<parent>
|
5
|
<groupId>eu.etaxonomy</groupId>
|
6
|
<artifactId>cdmlib-parent</artifactId>
|
7
|
<version>5.32.0-SNAPSHOT</version>
|
8
|
<relativePath>../pom.xml</relativePath>
|
9
|
</parent>
|
10
|
|
11
|
<modelVersion>4.0.0</modelVersion>
|
12
|
<groupId>eu.etaxonomy</groupId>
|
13
|
<artifactId>cdmlib-cache</artifactId>
|
14
|
<name>CDM Entity Cache</name>
|
15
|
<description>CDM Entity Cache</description>
|
16
|
<build>
|
17
|
<plugins>
|
18
|
</plugins>
|
19
|
</build>
|
20
|
<dependencies>
|
21
|
<dependency>
|
22
|
<groupId>eu.etaxonomy</groupId>
|
23
|
<artifactId>cdmlib-services</artifactId>
|
24
|
</dependency>
|
25
|
<dependency>
|
26
|
<groupId>eu.etaxonomy</groupId>
|
27
|
<artifactId>cdmlib-test</artifactId>
|
28
|
<scope>test</scope>
|
29
|
</dependency>
|
30
|
</dependencies>
|
31
|
|
32
|
</project>
|