This is an automated email from the ASF dual-hosted git repository. joewitt pushed a commit to branch support/nifi-1.x in repository https://gitbox.apache.org/repos/asf/nifi.git
commit 691da641ee27dae2d04da3f7b77bf62ae0118dd2 Author: Joe Witt <[email protected]> AuthorDate: Mon Jun 5 15:20:29 2023 -0700 NIFI-11645 correct mistaken accumulo version ref after pulling guava changes in --- nifi-nar-bundles/nifi-accumulo-bundle/pom.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/nifi-nar-bundles/nifi-accumulo-bundle/pom.xml b/nifi-nar-bundles/nifi-accumulo-bundle/pom.xml index 0d248131db..728457a543 100644 --- a/nifi-nar-bundles/nifi-accumulo-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-accumulo-bundle/pom.xml @@ -20,7 +20,6 @@ <properties> <accumulo.version>2.0.1</accumulo.version> - <accumulo.version>2.1.0</accumulo.version> <guava.version>32.0.0-jre</guava.version> </properties>
