Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
This closes #8705

Signed-off-by: David Handermann <[email protected]>
  • Loading branch information
joewitt authored and exceptionfactory committed Apr 28, 2024
1 parent a1610cf commit 19aab9b
Show file tree
Hide file tree
Showing 20 changed files with 0 additions and 3,292 deletions.
17 changes: 0 additions & 17 deletions nifi-assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1013,23 +1013,6 @@ language governing permissions and limitations under the License. -->
</dependency>
</dependencies>
</profile>
<profile>
<id>include-solr</id>
<activation>
<activeByDefault>false</activeByDefault>
<property>
<name>allProfiles</name>
</property>
</activation>
<dependencies>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-solr-nar</artifactId>
<version>2.0.0-SNAPSHOT</version>
<type>nar</type>
</dependency>
</dependencies>
</profile>
<profile>
<id>include-iotdb</id>
<activation>
Expand Down
5 changes: 0 additions & 5 deletions nifi-code-coverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1425,11 +1425,6 @@
<artifactId>nifi-twitter-processors</artifactId>
<version>2.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-solr-processors</artifactId>
<version>2.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-splunk-processors</artifactId>
Expand Down
1 change: 0 additions & 1 deletion nifi-docs/src/main/asciidoc/developer-guide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2703,7 +2703,6 @@ deprecationLogger.warn(
| Apache HBase Bundle | include-hbase | Adds support for Apache HBase
| Apache IoTDB Bundle | include-iotdb | Adds support for Apache IoTDB
| Apache Kudu Bundle | include-kudu | Adds support for Apache Kudu
| Apache Solr Bundle | include-solr | Adds support for Apache Solr
| ASN.1 Support | include-asn1 | Adds support for ASN.1
| Contribution Check | contrib-check | Runs various quality checks that are required to be accepted before a contribution can be accepted into the core NiFi code base.
| Graph Database Bundle | include-graph | Adds support for various common graph database scenarios. Support is currently for https://neo4j.com/developer/cypher[Cypher] and https://tinkerpop.apache.org/gremlin.html[Gremlin]-compatible databases such as Neo4J and JanusGraph. Includes controller services that provide driver functionality and a suite of processors for ingestion and querying.
Expand Down
41 changes: 0 additions & 41 deletions nifi-extension-bundles/nifi-solr-bundle/nifi-solr-nar/pom.xml

This file was deleted.

This file was deleted.

Loading

0 comments on commit 19aab9b

Please sign in to comment.