From f946c182956f4433173f0c63e8c157fde552281b Mon Sep 17 00:00:00 2001
From: liuy <37787198+LiuyCodes@users.noreply.github.com>
Date: Fri, 11 Jul 2025 10:49:04 +0800
Subject: [PATCH] =?UTF-8?q?build(nar):=20=E6=B7=BB=E5=8A=A0=E6=96=B0=20NAR?=
=?UTF-8?q?=20=E6=A8=A1=E5=9D=97=E5=B9=B6=E6=9B=B4=E6=96=B0=E9=A1=B9?=
=?UTF-8?q?=E7=9B=AE=E9=85=8D=E7=BD=AE-=20=E6=96=B0=E5=A2=9E=20hzya-nifi-A?=
=?UTF-8?q?utoJsonTableCreate-nar=E6=A8=A1=E5=9D=97=20-=20=E6=96=B0?=
=?UTF-8?q?=E5=A2=9E=20hzya-nifi-DevGeneratePaginatedSqlProcessor-nar=20?=
=?UTF-8?q?=E6=A8=A1=E5=9D=97-=20=E6=96=B0=E5=A2=9E=20hzya-nifi-JsonSplitt?=
=?UTF-8?q?er-nar=20=E6=A8=A1=E5=9D=97=20-=20=E6=9B=B4=E6=96=B0=E6=A0=B9?=
=?UTF-8?q?=20pom.xml=20=E6=96=87=E4=BB=B6=EF=BC=8C=E6=B7=BB=E5=8A=A0?=
=?UTF-8?q?=E6=96=B0=E6=A8=A1=E5=9D=97=E5=BC=95=E7=94=A8?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../hzya-nifi-AutoJsonTableCreate-nar/pom.xml | 33 +++++++++++++++++
.../pom.xml | 35 +++++++++++++++++++
.../hzya-nifi-JsonSplitter-nar/pom.xml | 35 +++++++++++++++++++
nifi-hzyadev-bundle/pom.xml | 4 ++-
4 files changed, 106 insertions(+), 1 deletion(-)
create mode 100644 nifi-hzyadev-bundle/hzya-nifi-AutoJsonTableCreate-nar/pom.xml
create mode 100644 nifi-hzyadev-bundle/hzya-nifi-DevGeneratePaginatedSqlProcessor-nar/pom.xml
create mode 100644 nifi-hzyadev-bundle/hzya-nifi-JsonSplitter-nar/pom.xml
diff --git a/nifi-hzyadev-bundle/hzya-nifi-AutoJsonTableCreate-nar/pom.xml b/nifi-hzyadev-bundle/hzya-nifi-AutoJsonTableCreate-nar/pom.xml
new file mode 100644
index 0000000..ca8fd5f
--- /dev/null
+++ b/nifi-hzyadev-bundle/hzya-nifi-AutoJsonTableCreate-nar/pom.xml
@@ -0,0 +1,33 @@
+
+
+
+ nifi-hzyadev-bundle
+ com.hzya
+ 1.0
+
+ 4.0.0
+
+ hzya-nifi-AutoJsonTableCreate-nar
+
+
+ 8
+ 8
+
+
+
+
+ com.hzya
+ hzya-nifi-AutoJsonTableCreate-processors
+ 1.0
+
+
+ org.apache.nifi
+ nifi-standard-services-api-nar
+ ${nifi-revision}
+ nar
+
+
+
+
\ No newline at end of file
diff --git a/nifi-hzyadev-bundle/hzya-nifi-DevGeneratePaginatedSqlProcessor-nar/pom.xml b/nifi-hzyadev-bundle/hzya-nifi-DevGeneratePaginatedSqlProcessor-nar/pom.xml
new file mode 100644
index 0000000..a9ddb51
--- /dev/null
+++ b/nifi-hzyadev-bundle/hzya-nifi-DevGeneratePaginatedSqlProcessor-nar/pom.xml
@@ -0,0 +1,35 @@
+
+
+
+ nifi-hzyadev-bundle
+ com.hzya
+ 1.0
+
+ 4.0.0
+
+ hzya-nifi-DevGeneratePaginatedSqlProcessor-nar
+ nar
+
+
+ 8
+ 8
+ true
+
+
+
+
+ com.hzya
+ hzya-nifi-DevGeneratePaginatedSqlProcessor-processors
+ 1.0
+
+
+ org.apache.nifi
+ nifi-standard-services-api-nar
+ ${nifi-revision}
+ nar
+
+
+
+
\ No newline at end of file
diff --git a/nifi-hzyadev-bundle/hzya-nifi-JsonSplitter-nar/pom.xml b/nifi-hzyadev-bundle/hzya-nifi-JsonSplitter-nar/pom.xml
new file mode 100644
index 0000000..f1a4c7a
--- /dev/null
+++ b/nifi-hzyadev-bundle/hzya-nifi-JsonSplitter-nar/pom.xml
@@ -0,0 +1,35 @@
+
+
+
+ nifi-hzyadev-bundle
+ com.hzya
+ 1.0
+
+ 4.0.0
+
+ hzya-nifi-JsonSplitter-nar
+ nar
+
+
+ 8
+ 8
+ true
+
+
+
+
+ com.hzya
+ hzya-nifi-JsonSplitter-processors
+ 1.0
+
+
+ org.apache.nifi
+ nifi-standard-services-api-nar
+ ${nifi-revision}
+ nar
+
+
+
+
\ No newline at end of file
diff --git a/nifi-hzyadev-bundle/pom.xml b/nifi-hzyadev-bundle/pom.xml
index eb51c81..b32dbb4 100644
--- a/nifi-hzyadev-bundle/pom.xml
+++ b/nifi-hzyadev-bundle/pom.xml
@@ -9,12 +9,14 @@
pom
1.0
-
hzya-nifi-DevGeneratePaginatedSqlProcessor-processors
hzya-nifi-AutoJsonTableCreate-processors
hzya-nifi-package-nar
hzya-nifi-JsonSplitter-processors
+ hzya-nifi-JsonSplitter-nar
+ hzya-nifi-DevGeneratePaginatedSqlProcessor-nar
+ hzya-nifi-AutoJsonTableCreate-nar