From 4feb1ec82935d9e914b8eef031aba3adc98999f8 Mon Sep 17 00:00:00 2001 From: lingniu Date: Mon, 29 Jun 2026 12:52:17 +0800 Subject: [PATCH] build: add ingest facts module --- modules/core/ingest-facts/pom.xml | 30 ++++++++++++++++++++++++++++++ pom.xml | 6 ++++++ 2 files changed, 36 insertions(+) create mode 100644 modules/core/ingest-facts/pom.xml diff --git a/modules/core/ingest-facts/pom.xml b/modules/core/ingest-facts/pom.xml new file mode 100644 index 00000000..a8d6f220 --- /dev/null +++ b/modules/core/ingest-facts/pom.xml @@ -0,0 +1,30 @@ + + + 4.0.0 + + com.lingniu.ingest + lingniu-vehicle-ingest + 0.1.0-SNAPSHOT + ../../../pom.xml + + ingest-facts + ingest-facts + Protocol-neutral raw frame and decoded fact model for vehicle ingestion. + + + + com.lingniu.ingest + ingest-api + + + org.junit.jupiter + junit-jupiter + test + + + org.assertj + assertj-core + test + + + diff --git a/pom.xml b/pom.xml index d6f6d776..e5546c4a 100644 --- a/pom.xml +++ b/pom.xml @@ -18,6 +18,7 @@ modules/core/ingest-api + modules/core/ingest-facts modules/core/ingest-codec-common modules/core/ingest-core modules/core/session-core @@ -143,6 +144,11 @@ ingest-api ${project.version} + + com.lingniu.ingest + ingest-facts + ${project.version} + com.lingniu.ingest ingest-core