add more serialization support for various libraries
[storage-units.git] / storage-units-model / pom.xml
blob3b9321c06aea0daf61ed6acc504fb0266b947ab3
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   <modelVersion>4.0.0</modelVersion>
5   <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
6   <!--                                  PARENT                                 -->
7   <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
8   <!-- https://maven.apache.org/pom.html#Inheritance -->
9   <parent>
10     <groupId>wtf.metio.storage-units</groupId>
11     <artifactId>storage-units.java</artifactId>
12     <version>${revision}</version>
13   </parent>
15   <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
16   <!--                               COORDINATES                               -->
17   <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
18   <!-- https://maven.apache.org/pom.html#Maven_Coordinates -->
19   <artifactId>storage-units-model</artifactId>
20   <packaging>jar</packaging>
22   <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
23   <!--                               INFORMATIONS                              -->
24   <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
25   <!-- https://maven.apache.org/pom.html#More_Project_Information -->
26   <name>Storage Units :: Model</name>
28   <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
29   <!--                               DEPENDENCIES                              -->
30   <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
31   <!-- https://maven.apache.org/pom.html#Dependencies -->
32   <dependencies>
33     <dependency>
34       <groupId>org.jetbrains</groupId>
35       <artifactId>annotations</artifactId>
36       <version>23.0.0</version>
37     </dependency>
38     <dependency>
39       <groupId>org.jspecify</groupId>
40       <artifactId>jspecify</artifactId>
41       <version>0.3.0-alpha-1</version>
42     </dependency>
43     <dependency>
44       <groupId>com.github.spotbugs</groupId>
45       <artifactId>spotbugs-annotations</artifactId>
46       <version>4.7.3</version>
47     </dependency>
48   </dependencies>
49 </project>