update project meta
[storage-units.git] / storage-units-orika / pom.xml
blob40d74fb8246a24c0e651a380cae48097820d5300
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3   ~ SPDX-FileCopyrightText: The Storage-Units Authors
4   ~ SPDX-License-Identifier: 0BSD
5   -->
6 <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">
7   <modelVersion>4.0.0</modelVersion>
9   <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
10   <!--                                  PARENT                                 -->
11   <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
12   <!-- https://maven.apache.org/pom.html#Inheritance -->
13   <parent>
14     <groupId>wtf.metio.storage-units</groupId>
15     <artifactId>storage-units.java</artifactId>
16     <version>9999.99.99-SNAPSHOT</version>
17   </parent>
19   <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
20   <!--                               COORDINATES                               -->
21   <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
22   <!-- https://maven.apache.org/pom.html#Maven_Coordinates -->
23   <artifactId>storage-units-orika</artifactId>
25   <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
26   <!--                               INFORMATIONS                              -->
27   <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
28   <!-- https://maven.apache.org/pom.html#More_Project_Information -->
29   <name>Storage Units :: Orika</name>
31   <dependencies>
32     <dependency>
33       <groupId>wtf.metio.storage-units</groupId>
34       <artifactId>storage-units-model</artifactId>
35       <version>${project.version}</version>
36     </dependency>
37     <dependency>
38       <groupId>org.jspecify</groupId>
39       <artifactId>jspecify</artifactId>
40       <version>0.3.0-alpha-1</version>
41     </dependency>
42     <dependency>
43       <groupId>ma.glasnost.orika</groupId>
44       <artifactId>orika-core</artifactId>
45       <version>1.5.4</version>
46     </dependency>
47   </dependencies>
48 </project>