fix #22
[storage-units.git] / storage-units / pom.xml
blob31fd030292ff930ef87a3af171dff64098e41a95
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
4     This file is part of storage-units. It is subject to the license terms in the LICENSE file found in the top-level
5     directory of this distribution and at http://creativecommons.org/publicdomain/zero/1.0/. No part of storage-units,
6     including this file, may be copied, modified, propagated, or distributed except according to the terms contained
7     in the LICENSE file.
9 -->
10 <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">
11   <modelVersion>4.0.0</modelVersion>
13   <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
14   <!--                                  PARENT                                 -->
15   <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
16   <!-- https://maven.apache.org/pom.html#Inheritance -->
17   <parent>
18     <groupId>de.xn--ho-hia.storage_units</groupId>
19     <artifactId>storage-units.java</artifactId>
20     <version>4.0.0-${revision}</version>
21   </parent>
23   <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
24   <!--                               COORDINATES                               -->
25   <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
26   <!-- https://maven.apache.org/pom.html#Maven_Coordinates -->
27   <artifactId>storage-units</artifactId>
28   <packaging>jar</packaging>
30   <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
31   <!--                               INFORMATIONS                              -->
32   <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
33   <!-- https://maven.apache.org/pom.html#More_Project_Information -->
34   <name>Storage Units :: Core</name>
36   <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
37   <!--                               DEPENDENCIES                              -->
38   <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
39   <!-- https://maven.apache.org/pom.html#Dependencies -->
40   <dependencies>
41     <dependency>
42       <groupId>de.xn--ho-hia.quality</groupId>
43       <artifactId>suppress-warnings</artifactId>
44       <scope>test</scope>
45     </dependency>
46     <dependency>
47       <groupId>de.xn--ho-hia.quality</groupId>
48       <artifactId>null-analysis</artifactId>
49     </dependency>
50     <dependency>
51       <groupId>org.jooq</groupId>
52       <artifactId>jool</artifactId>
53       <version>0.9.11</version>
54       <scope>test</scope>
55     </dependency>
56   </dependencies>
57 </project>