Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion c2/c2-client-bundle/c2-client-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ limitations under the License.
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.23.0</version>
</dependency>
</dependencies>
</project>
1 change: 0 additions & 1 deletion nifi-commons/nifi-flowfile-packager/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.23.0</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down
6 changes: 0 additions & 6 deletions nifi-nar-bundles/nifi-atlas-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,6 @@
</exclusion>
</exclusions>
</dependency>
<!-- Override commons-compress -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.23.0</version>
</dependency>
<!-- Override nimbus-jose-jwt 9.8.1 from hadoop-auth -->
<dependency>
<groupId>com.nimbusds</groupId>
Expand Down
11 changes: 0 additions & 11 deletions nifi-nar-bundles/nifi-avro-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,4 @@
<module>nifi-avro-processors</module>
<module>nifi-avro-nar</module>
</modules>

<dependencyManagement>
<dependencies>
<!-- Override commons-compress -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.23.0</version>
</dependency>
</dependencies>
</dependencyManagement>
</project>
6 changes: 0 additions & 6 deletions nifi-nar-bundles/nifi-cassandra-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,6 @@
<artifactId>nifi-cassandra-processors</artifactId>
<version>2.0.0-SNAPSHOT</version>
</dependency>
<!-- Override commons-compress -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.23.0</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ language governing permissions and limitations under the License. -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.23.0</version>
</dependency>
<dependency>
<groupId>com.github.jponge</groupId>
Expand Down
11 changes: 0 additions & 11 deletions nifi-nar-bundles/nifi-confluent-platform-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,4 @@
<module>nifi-confluent-schema-registry-service</module>
<module>nifi-confluent-platform-nar</module>
</modules>

<dependencyManagement>
<dependencies>
<!-- Override commons-compress -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.23.0</version>
</dependency>
</dependencies>
</dependencyManagement>
</project>
7 changes: 0 additions & 7 deletions nifi-nar-bundles/nifi-elasticsearch-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,6 @@ language governing permissions and limitations under the License. -->
<artifactId>nifi-elasticsearch-restapi-processors</artifactId>
<version>2.0.0-SNAPSHOT</version>
</dependency>
<!-- Override commons-compress -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.23.0</version>
</dependency>

<dependency>
<groupId>org.elasticsearch.client</groupId>
<artifactId>elasticsearch-rest-client</artifactId>
Expand Down
11 changes: 0 additions & 11 deletions nifi-nar-bundles/nifi-extension-utils/nifi-database-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,6 @@

<artifactId>nifi-database-utils</artifactId>

<dependencyManagement>
<dependencies>
<!-- Override commons-compress -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.23.0</version>
</dependency>
</dependencies>
</dependencyManagement>

<dependencies>
<dependency>
<groupId>org.apache.nifi</groupId>
Expand Down
10 changes: 0 additions & 10 deletions nifi-nar-bundles/nifi-extension-utils/nifi-hadoop-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -131,16 +131,6 @@
</exclusions>
</dependency>
</dependencies>
<dependencyManagement>
<dependencies>
<!-- Override commons-compress:1.19 from hadoop -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.23.0</version>
</dependency>
</dependencies>
</dependencyManagement>
<build>
<plugins>
<plugin>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,6 @@
</parent>
<artifactId>nifi-hadoop-record-utils</artifactId>
<packaging>jar</packaging>
<dependencyManagement>
<dependencies>
<!-- Override commons-compress:1.19 -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.23.0</version>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>org.apache.nifi</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,6 @@
<artifactId>netty</artifactId>
<version>${netty.3.version}</version>
</dependency>
<!-- Override commons-compress -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.23.0</version>
</dependency>
</dependencies>
</dependencyManagement>
</project>
5 changes: 0 additions & 5 deletions nifi-nar-bundles/nifi-framework-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -522,11 +522,6 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.23.0</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty</artifactId>
Expand Down
6 changes: 0 additions & 6 deletions nifi-nar-bundles/nifi-graph-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,6 @@
<artifactId>nifi-graph-processors</artifactId>
<version>2.0.0-SNAPSHOT</version>
</dependency>
<!-- Override commons-compress -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.23.0</version>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy</artifactId>
Expand Down
6 changes: 0 additions & 6 deletions nifi-nar-bundles/nifi-hadoop-libraries-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,6 @@
<artifactId>netty</artifactId>
<version>${netty.3.version}</version>
</dependency>
<!-- Override commons-compress -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.23.0</version>
</dependency>
<!-- Override nimbus-jose-jwt 9.8.1 from hadoop-auth -->
<dependency>
<groupId>com.nimbusds</groupId>
Expand Down
6 changes: 0 additions & 6 deletions nifi-nar-bundles/nifi-hbase-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,6 @@
<artifactId>nifi-hbase-processors</artifactId>
<version>2.0.0-SNAPSHOT</version>
</dependency>
<!-- Override commons-compress -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.23.0</version>
</dependency>
</dependencies>
</dependencyManagement>
</project>
6 changes: 0 additions & 6 deletions nifi-nar-bundles/nifi-hive-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,6 @@
<artifactId>avatica</artifactId>
<version>${avatica.version}</version>
</dependency>
<!-- Override commons-compress -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.23.0</version>
</dependency>
<!-- Override commons-beanutils -->
<dependency>
<groupId>commons-beanutils</groupId>
Expand Down
6 changes: 0 additions & 6 deletions nifi-nar-bundles/nifi-iceberg-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,6 @@
<artifactId>javax.el</artifactId>
<version>3.0.1-b12</version>
</dependency>
<!-- Override commons-compress -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.23.0</version>
</dependency>
<!-- Override commons-beanutils -->
<dependency>
<groupId>commons-beanutils</groupId>
Expand Down
6 changes: 0 additions & 6 deletions nifi-nar-bundles/nifi-media-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,6 @@

<dependencyManagement>
<dependencies>
<!-- Override version from tika-parsers -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.23.0</version>
</dependency>
<!-- Override version from tika-parsers -->
<dependency>
<groupId>org.jsoup</groupId>
Expand Down
6 changes: 0 additions & 6 deletions nifi-nar-bundles/nifi-mongodb-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,6 @@
<artifactId>nifi-mongodb-processors</artifactId>
<version>2.0.0-SNAPSHOT</version>
</dependency>
<!-- Override commons-compress -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.23.0</version>
</dependency>
</dependencies>
</dependencyManagement>
</project>
6 changes: 0 additions & 6 deletions nifi-nar-bundles/nifi-parquet-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,6 @@
<artifactId>netty</artifactId>
<version>${netty.3.version}</version>
</dependency>
<!-- Override commons-compress:1.20 from avro -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.23.0</version>
</dependency>
<!-- Override commons-beanutils -->
<dependency>
<groupId>commons-beanutils</groupId>
Expand Down
5 changes: 0 additions & 5 deletions nifi-nar-bundles/nifi-poi-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,6 @@
</modules>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.23.0</version>
</dependency>
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi</artifactId>
Expand Down
6 changes: 0 additions & 6 deletions nifi-nar-bundles/nifi-ranger-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,6 @@
<artifactId>zookeeper</artifactId>
<version>${zookeeper.version}</version>
</dependency>
<!-- Override commons-compress -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.23.0</version>
</dependency>
<!-- Override commons-beanutils -->
<dependency>
<groupId>commons-beanutils</groupId>
Expand Down
11 changes: 0 additions & 11 deletions nifi-nar-bundles/nifi-registry-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,4 @@
<module>nifi-registry-service</module>
<module>nifi-registry-nar</module>
</modules>

<dependencyManagement>
<dependencies>
<!-- Override commons-compress -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.23.0</version>
</dependency>
</dependencies>
</dependencyManagement>
</project>
6 changes: 0 additions & 6 deletions nifi-nar-bundles/nifi-site-to-site-reporting-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,6 @@
<artifactId>nifi-site-to-site-reporting-task</artifactId>
<version>2.0.0-SNAPSHOT</version>
</dependency>
<!-- Override commons-compress -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.23.0</version>
</dependency>
</dependencies>
</dependencyManagement>
</project>
6 changes: 0 additions & 6 deletions nifi-nar-bundles/nifi-sql-reporting-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,6 @@
<artifactId>nifi-sql-reporting-tasks</artifactId>
<version>2.0.0-SNAPSHOT</version>
</dependency>
<!-- Override commons-compress -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.23.0</version>
</dependency>
<!-- Override Guava 31.1. from calcite-core -->
<dependency>
<groupId>com.google.guava</groupId>
Expand Down
9 changes: 0 additions & 9 deletions nifi-nar-bundles/nifi-standard-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,15 +108,6 @@
<artifactId>metrics-ganglia</artifactId>
<version>${yammer.metrics.version}</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.23.0</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
</dependency>
<dependency>
<groupId>com.hierynomus</groupId>
<artifactId>sshj</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,4 @@
<module>nifi-hadoop-dbcp-service</module>
<module>nifi-hadoop-dbcp-service-nar</module>
</modules>
<dependencyManagement>
<dependencies>
<!-- Override commons-compress:1.19 -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.23.0</version>
</dependency>
</dependencies>
</dependencyManagement>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,6 @@
<artifactId>netty</artifactId>
<version>${netty.3.version}</version>
</dependency>
<!-- Override commons-compress -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.23.0</version>
</dependency>
<!-- Override commons-beanutils -->
<dependency>
<groupId>commons-beanutils</groupId>
Expand Down
Loading