From 796b19da1b9ef6c1721faa2ddf35100eb01a8a28 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Sat, 18 Dec 2021 23:38:46 +0100 Subject: POM: Split into -bom, -core, -parent, -bundle. Change-Id: I1fd4cc766b60266ef9dcc40e943b45d067dd7b90 --- jgvariant-core/pom.xml | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 jgvariant-core/pom.xml (limited to 'jgvariant-core/pom.xml') diff --git a/jgvariant-core/pom.xml b/jgvariant-core/pom.xml new file mode 100644 index 0000000..29f6742 --- /dev/null +++ b/jgvariant-core/pom.xml @@ -0,0 +1,56 @@ + + + + 4.0.0 + + 0.1.4-SNAPSHOT + + jgvariant-core + jar + + JGVariant Core + https://gerrit.benkard.de/plugins/gitiles/jgvariant + + + GVariant serialization and deserialization. + + + + eu.mulk.jgvariant + jgvariant-parent + 0.1.4-SNAPSHOT + ../jgvariant-parent/pom.xml + + + + + + com.google.errorprone + error_prone_annotations + + + org.jetbrains + annotations + + + org.apiguardian + apiguardian-api + + + + + org.junit.jupiter + junit-jupiter-engine + test + + + org.junit.jupiter + junit-jupiter-api + test + + + + -- cgit v1.2.3