Project

General

Profile

Download (869 Bytes) 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
  <parent>
5
    <groupId>eu.etaxonomy</groupId>
6
    <artifactId>cdmlib-parent</artifactId>
7
    <version>4.16.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
  <version>4.16.0-SNAPSHOT</version>
15
  <name>CDM Entity Cache</name>
16
  <description>CDM Entity Cache</description>
17
  <build>
18
    <plugins>
19
    </plugins>
20
  </build>
21
  <dependencies>
22
  <dependency>
23
      <groupId>eu.etaxonomy</groupId>
24
      <artifactId>cdmlib-services</artifactId>
25
    </dependency>
26
  </dependencies>
27
</project>
    (1-1/1)