[
https://issues.apache.org/jira/browse/NIFI-12998?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17841311#comment-17841311
]
ASF subversion and git services commented on NIFI-12998:
--------------------------------------------------------
Commit 42a4385c82d0bbe1428096fb0b634c9f9747f91b in nifi's branch
refs/heads/main from Joe Witt
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=42a4385c82 ]
NIFI-12998 Restructured framework and extension modules
Simplified dependency management into Bill of Material dependencies as parents
that align to classloader structures.
- Moved nifi-framework-bundle to root level
- Moved nifi-nar-bundle modules to root nifi-extension-bundles
- Added nifi-extension-bom for internal and external extensions
- Added nifi-framework-nar-bom and nifi-server-nar-bom for managing framework
dependencies
- Renamed nifi-jetty-bundle to nifi-jetty-nar
This closes #8677
Signed-off-by: David Handermann <[email protected]>
> nifi-nar-bundle has improper dependencies - the full source tree needs
> dependency cleanup and management
> --------------------------------------------------------------------------------------------------------
>
> Key: NIFI-12998
> URL: https://issues.apache.org/jira/browse/NIFI-12998
> Project: Apache NiFi
> Issue Type: Task
> Affects Versions: 2.0.0-M2
> Reporter: Joe Witt
> Assignee: Joe Witt
> Priority: Major
> Time Spent: 2h 20m
> Remaining Estimate: 0h
>
> found in nifi-nar-bundles pom
> <dependency>
> <groupId>com.maxmind.geoip2</groupId>
> <artifactId>geoip2</artifactId>
> <version>4.2.0</version>
> </dependency>
> This should not be here.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)