1 <?xml version="1.0" encoding="UTF-8"?>
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
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 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
15 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
16 <!-- https://maven.apache.org/pom.html#Inheritance -->
18 <groupId>de.xn--ho-hia.storage_units</groupId>
19 <artifactId>storage-units.java</artifactId>
20 <version>4.0.0-${revision}</version>
23 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
25 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
26 <!-- https://maven.apache.org/pom.html#Maven_Coordinates -->
27 <artifactId>storage-units-jackson</artifactId>
29 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
31 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
32 <!-- https://maven.apache.org/pom.html#More_Project_Information -->
33 <name>Storage Units :: Serialization :: Jackson</name>
37 <groupId>de.xn--ho-hia.quality</groupId>
38 <artifactId>suppress-warnings</artifactId>
42 <groupId>de.xn--ho-hia.quality</groupId>
43 <artifactId>null-analysis</artifactId>
46 <groupId>de.xn--ho-hia.storage_units</groupId>
47 <artifactId>storage-units</artifactId>
48 <version>${project.version}</version>
51 <groupId>com.fasterxml.jackson.core</groupId>
52 <artifactId>jackson-core</artifactId>
53 <version>2.7.5</version>
56 <groupId>com.fasterxml.jackson.core</groupId>
57 <artifactId>jackson-databind</artifactId>
58 <version>2.7.5</version>
61 <groupId>com.fasterxml.jackson.core</groupId>
62 <artifactId>jackson-annotations</artifactId>
63 <version>2.7.5</version>