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 6a843eb86e174c448aeecbab1ffb41782176f25c Author: Joe Witt <[email protected]> AuthorDate: Wed Feb 24 22:56:39 2021 -0700 NIFI-8257 have to remove grpc nar to save space --- nifi-assembly/pom.xml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/nifi-assembly/pom.xml b/nifi-assembly/pom.xml index 11a29ad..9f33e5e 100644 --- a/nifi-assembly/pom.xml +++ b/nifi-assembly/pom.xml @@ -846,23 +846,6 @@ language governing permissions and limitations under the License. --> </dependencies> </profile> <profile> - <id>include-grpc</id> - <!-- This profile handles the inclusion of grpc artifacts. They are notoriously - environment specific in terms of build such as not working in os/arch=ppc64le - or in Centos6 due to requiring a newer version of GLIBC. --> - <activation> - <activeByDefault>false</activeByDefault> - </activation> - <dependencies> - <dependency> - <groupId>org.apache.nifi</groupId> - <artifactId>nifi-grpc-nar</artifactId> - <version>1.13.1-SNAPSHOT</version> - <type>nar</type> - </dependency> - </dependencies> - </profile> - <profile> <id>include-atlas</id> <!-- This profile handles the inclusion of atlas artifacts. The NAR is quite large and makes the resultant binary distribution significantly
