1 <?xml version="1.0" encoding="UTF-8"?>
3 ~ SPDX-FileCopyrightText: The Storage-Units Authors
4 ~ SPDX-License-Identifier: 0BSD
6 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
7 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
8 <modelVersion>4.0.0</modelVersion>
10 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
12 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
13 <!-- https://maven.apache.org/pom.html#Inheritance -->
15 <groupId>wtf.metio.storage-units</groupId>
16 <artifactId>storage-units.java</artifactId>
17 <version>9999.99.99-SNAPSHOT</version>
20 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
22 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
23 <!-- https://maven.apache.org/pom.html#Maven_Coordinates -->
24 <artifactId>storage-units-dozer</artifactId>
26 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
28 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
29 <!-- https://maven.apache.org/pom.html#More_Project_Information -->
30 <name>Storage Units :: Dozer</name>
34 <groupId>wtf.metio.storage-units</groupId>
35 <artifactId>storage-units-model</artifactId>
36 <version>${project.version}</version>
39 <groupId>org.jspecify</groupId>
40 <artifactId>jspecify</artifactId>
41 <version>0.3.0-alpha-1</version>
44 <groupId>com.github.dozermapper</groupId>
45 <artifactId>dozer-core</artifactId>
46 <version>6.5.2</version>