ref #7206 migrating taxeditor entity cache into cdmlib module cdmlib-cache
[cdmlib.git] / cdmlib-cache / pom.xml
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.13.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.13.0-SNAPSHOT</version>
15 <name>CDM Entity Cache</name>
16 <description>CDM Entity Cache</description>
17 <scm>
18 <connection>scm:git:https://dev.e-taxonomy.eu/git/cdmlib-cache.git</connection>
19 <developerConnection>scm:git:ssh://git@dev.e-taxonomy.eu/var/git/cdmlib-cache.git</developerConnection>
20 <url>https://dev.e-taxonomy.eu/gitweb/cdmlib-cache.git/tree</url>
21 </scm>
22 <build>
23 <plugins>
24 </plugins>
25 </build>
26 <dependencies>
27 <dependency>
28 <groupId>eu.etaxonomy</groupId>
29 <artifactId>cdmlib-services</artifactId>
30 </dependency>
31 </dependencies>
32 </project>