This is an automated email from the ASF dual-hosted git repository.
turcsanyi 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 63fc1aeceb NIFI-13014 Remove unused Avatica versions from code-coverage
63fc1aeceb is described below
commit 63fc1aecebd6bff7478f102b6fcc489d8018bebe
Author: exceptionfactory <[email protected]>
AuthorDate: Mon Apr 8 20:07:00 2024 -0500
NIFI-13014 Remove unused Avatica versions from code-coverage
This closes #8615.
Signed-off-by: Peter Turcsanyi <[email protected]>
---
nifi-code-coverage/pom.xml | 13 -------------
1 file changed, 13 deletions(-)
diff --git a/nifi-code-coverage/pom.xml b/nifi-code-coverage/pom.xml
index 66e72afb3f..4d54c0fd59 100644
--- a/nifi-code-coverage/pom.xml
+++ b/nifi-code-coverage/pom.xml
@@ -28,8 +28,6 @@
<properties>
<ant.version>1.10.14</ant.version>
- <calcite.avatica.version>1.6.0</calcite.avatica.version>
- <avatica.version>1.24.0</avatica.version>
<org.apache.sshd.version>2.12.0</org.apache.sshd.version>
<mime4j.version>0.8.11</mime4j.version>
</properties>
@@ -64,17 +62,6 @@
<artifactId>ant-antlr</artifactId>
<version>${ant.version}</version>
</dependency>
- <!-- Calcite Avatica referenced in Hive -->
- <dependency>
- <groupId>org.apache.calcite</groupId>
- <artifactId>calcite-avatica</artifactId>
- <version>${calcite.avatica.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.calcite.avatica</groupId>
- <artifactId>avatica</artifactId>
- <version>${avatica.version}</version>
- </dependency>
<!-- Commons Compiler 3.1.9 from calcite-core -->
<dependency>
<groupId>org.codehaus.janino</groupId>