Skip to content

Commit 7de2e68

Browse files
exceptionfactoryjoewitt
authored andcommitted
NIFI-13938 Removed Iceberg Processors and Services
This closes #9460 Signed-off-by: Joseph Witt <[email protected]>
1 parent 0cad418 commit 7de2e68

File tree

58 files changed

+1
-9074
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+1
-9074
lines changed

nifi-assembly/pom.xml

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1154,35 +1154,6 @@ language governing permissions and limitations under the License. -->
11541154
</plugins>
11551155
</build>
11561156
</profile>
1157-
<profile>
1158-
<id>include-iceberg</id>
1159-
<activation>
1160-
<activeByDefault>false</activeByDefault>
1161-
<property>
1162-
<name>allProfiles</name>
1163-
</property>
1164-
</activation>
1165-
<dependencies>
1166-
<dependency>
1167-
<groupId>org.apache.nifi</groupId>
1168-
<artifactId>nifi-iceberg-processors-nar</artifactId>
1169-
<version>2.0.0-SNAPSHOT</version>
1170-
<type>nar</type>
1171-
</dependency>
1172-
<dependency>
1173-
<groupId>org.apache.nifi</groupId>
1174-
<artifactId>nifi-iceberg-services-api-nar</artifactId>
1175-
<version>2.0.0-SNAPSHOT</version>
1176-
<type>nar</type>
1177-
</dependency>
1178-
<dependency>
1179-
<groupId>org.apache.nifi</groupId>
1180-
<artifactId>nifi-iceberg-services-nar</artifactId>
1181-
<version>2.0.0-SNAPSHOT</version>
1182-
<type>nar</type>
1183-
</dependency>
1184-
</dependencies>
1185-
</profile>
11861157
<profile>
11871158
<id>include-all</id>
11881159
<properties>

nifi-code-coverage/pom.xml

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1000,33 +1000,6 @@
10001000
<artifactId>nifi-hubspot-processors</artifactId>
10011001
<version>2.0.0-SNAPSHOT</version>
10021002
</dependency>
1003-
<dependency>
1004-
<groupId>org.apache.nifi</groupId>
1005-
<artifactId>nifi-iceberg-common</artifactId>
1006-
<version>2.0.0-SNAPSHOT</version>
1007-
<exclusions>
1008-
<!-- Excluded for Hadoop 3.4.0 -->
1009-
<exclusion>
1010-
<groupId>org.bouncycastle</groupId>
1011-
<artifactId>bcprov-jdk15on</artifactId>
1012-
</exclusion>
1013-
</exclusions>
1014-
</dependency>
1015-
<dependency>
1016-
<groupId>org.apache.nifi</groupId>
1017-
<artifactId>nifi-iceberg-processors</artifactId>
1018-
<version>2.0.0-SNAPSHOT</version>
1019-
</dependency>
1020-
<dependency>
1021-
<groupId>org.apache.nifi</groupId>
1022-
<artifactId>nifi-iceberg-services</artifactId>
1023-
<version>2.0.0-SNAPSHOT</version>
1024-
</dependency>
1025-
<dependency>
1026-
<groupId>org.apache.nifi</groupId>
1027-
<artifactId>nifi-iceberg-services-api</artifactId>
1028-
<version>2.0.0-SNAPSHOT</version>
1029-
</dependency>
10301003
<dependency>
10311004
<groupId>org.apache.nifi</groupId>
10321005
<artifactId>nifi-iotdb-processors</artifactId>

nifi-extension-bundles/nifi-iceberg-bundle/nifi-iceberg-common/pom.xml

Lines changed: 0 additions & 134 deletions
This file was deleted.

nifi-extension-bundles/nifi-iceberg-bundle/nifi-iceberg-common/src/main/java/org/apache/nifi/processors/iceberg/AbstractIcebergProcessor.java

Lines changed: 0 additions & 160 deletions
This file was deleted.

0 commit comments

Comments
 (0)