update project meta
[storage-units.git] / storage-units-model / pom.xml
blob11e8fb6aeacf7b5dad3305a1e19acf7d82d5e771
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-model</artifactId>
24   <packaging>jar</packaging>
26   <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
27   <!--                               INFORMATIONS                              -->
28   <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
29   <!-- https://maven.apache.org/pom.html#More_Project_Information -->
30   <name>Storage Units :: Model</name>
32   <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
33   <!--                               DEPENDENCIES                              -->
34   <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
35   <!-- https://maven.apache.org/pom.html#Dependencies -->
36   <dependencies>
37     <dependency>
38       <groupId>org.jetbrains</groupId>
39       <artifactId>annotations</artifactId>
40       <version>23.0.0</version>
41     </dependency>
42     <dependency>
43       <groupId>org.jspecify</groupId>
44       <artifactId>jspecify</artifactId>
45       <version>0.3.0-alpha-1</version>
46     </dependency>
47     <dependency>
48       <groupId>com.github.spotbugs</groupId>
49       <artifactId>spotbugs-annotations</artifactId>
50       <version>4.7.3</version>
51     </dependency>
52   </dependencies>
53 </project>