This is an automated email from the ASF dual-hosted git repository. joewitt pushed a commit to branch support/nifi-1.13 in repository https://gitbox.apache.org/repos/asf/nifi.git
commit c2b0d2fc36683201cf0ce3fa0cb5d8ca68534b17 Author: Matthew Burgess <[email protected]> AuthorDate: Mon Mar 1 21:49:51 2021 -0500 NIFI-8280: Remove Lumberjack NAR from assembly This closes #4864 Signed-off-by: Mike Thomsen <[email protected]> --- nifi-assembly/pom.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/nifi-assembly/pom.xml b/nifi-assembly/pom.xml index 9f33e5e..a5affb8 100644 --- a/nifi-assembly/pom.xml +++ b/nifi-assembly/pom.xml @@ -487,12 +487,6 @@ language governing permissions and limitations under the License. --> </dependency> <dependency> <groupId>org.apache.nifi</groupId> - <artifactId>nifi-lumberjack-nar</artifactId> - <version>1.13.1-SNAPSHOT</version> - <type>nar</type> - </dependency> - <dependency> - <groupId>org.apache.nifi</groupId> <artifactId>nifi-cybersecurity-nar</artifactId> <version>1.13.1-SNAPSHOT</version> <type>nar</type>
