From commits-return-44833-archive-asf-public=cust-asf.ponee.io@nifi.apache.org Fri Jun 25 16:54:54 2021 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mxout1-ec2-va.apache.org (mxout1-ec2-va.apache.org [3.227.148.255]) by mx-eu-01.ponee.io (Postfix) with ESMTPS id D8E8C180181 for ; Fri, 25 Jun 2021 18:54:53 +0200 (CEST) Received: from mail.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by mxout1-ec2-va.apache.org (ASF Mail Server at mxout1-ec2-va.apache.org) with SMTP id 1856B3F145 for ; Fri, 25 Jun 2021 16:54:53 +0000 (UTC) Received: (qmail 92195 invoked by uid 500); 25 Jun 2021 16:54:52 -0000 Mailing-List: contact commits-help@nifi.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@nifi.apache.org Delivered-To: mailing list commits@nifi.apache.org Received: (qmail 92186 invoked by uid 99); 25 Jun 2021 16:54:52 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Jun 2021 16:54:52 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id B7EB482294; Fri, 25 Jun 2021 16:54:52 +0000 (UTC) Date: Fri, 25 Jun 2021 16:54:52 +0000 To: "commits@nifi.apache.org" Subject: [nifi] branch main updated: NIFI-8699 - Adding the lucene-backward-codecs dependency to maintain backward compatibility with old provenance repos. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <162464009201.27781.17772816357258431745@gitbox.apache.org> From: exceptionfactory@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: nifi X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Oldrev: 88cc232f15d01ee1c902854054ab994e3f9a5a6e X-Git-Newrev: 1dc528ae80f15d87f439117fd7928ff89af22932 X-Git-Rev: 1dc528ae80f15d87f439117fd7928ff89af22932 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. exceptionfactory pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/nifi.git The following commit(s) were added to refs/heads/main by this push: new 1dc528a NIFI-8699 - Adding the lucene-backward-codecs dependency to maintain backward compatibility with old provenance repos. 1dc528a is described below commit 1dc528ae80f15d87f439117fd7928ff89af22932 Author: Nathan Gough AuthorDate: Thu Jun 24 13:36:54 2021 -0400 NIFI-8699 - Adding the lucene-backward-codecs dependency to maintain backward compatibility with old provenance repos. This closes #5187 Signed-off-by: David Handermann --- .../nifi-persistent-provenance-repository/pom.xml | 4 ++++ nifi-nar-bundles/nifi-provenance-repository-bundle/pom.xml | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/nifi-nar-bundles/nifi-provenance-repository-bundle/nifi-persistent-provenance-repository/pom.xml b/nifi-nar-bundles/nifi-provenance-repository-bundle/nifi-persistent-provenance-repository/pom.xml index 5708a2a..3d83217 100644 --- a/nifi-nar-bundles/nifi-provenance-repository-bundle/nifi-persistent-provenance-repository/pom.xml +++ b/nifi-nar-bundles/nifi-provenance-repository-bundle/nifi-persistent-provenance-repository/pom.xml @@ -63,6 +63,10 @@ lucene-queryparser + org.apache.lucene + lucene-backward-codecs + + org.apache.commons commons-lang3 test diff --git a/nifi-nar-bundles/nifi-provenance-repository-bundle/pom.xml b/nifi-nar-bundles/nifi-provenance-repository-bundle/pom.xml index 85a2bd5..d6b25ac 100644 --- a/nifi-nar-bundles/nifi-provenance-repository-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-provenance-repository-bundle/pom.xml @@ -57,6 +57,11 @@ ${lucene.version} + org.apache.lucene + lucene-backward-codecs + ${lucene.version} + + org.apache.commons commons-lang3 3.9