ref #10322 remove "-" for empty common name language
[cdmlib.git] / cdmlib-api / 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>5.43.0-SNAPSHOT</version>
8 <relativePath>../pom.xml</relativePath>
9 </parent>
10
11 <modelVersion>4.0.0</modelVersion>
12 <artifactId>cdmlib-api</artifactId>
13 <name>CDM API</name>
14 <description>CDM API</description>
15
16 <build>
17 <plugins>
18 </plugins>
19 </build>
20
21 <dependencies>
22 <dependency>
23 <groupId>eu.etaxonomy</groupId>
24 <artifactId>cdmlib-model</artifactId>
25 </dependency>
26 </dependencies>
27
28 </project>