Skip to content

Commit

Permalink
NIFI-14098 Corrected runtime-manifest dependency on assembly packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
exceptionfactory committed Dec 19, 2024
1 parent 5fce094 commit 138cdc1
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions nifi-manifest/nifi-runtime-manifest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,15 @@
</configuration>
</execution>
</executions>
<configuration>
<ignoredUnusedDeclaredDependencies combine.children="append">
<ignoredUnusedDeclaredDependency>org.apache.nifi:nifi-assembly</ignoredUnusedDeclaredDependency>
</ignoredUnusedDeclaredDependencies>
</configuration>
<dependencies>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-assembly</artifactId>
<version>${project.version}</version>
<classifier>manifests</classifier>
<type>zip</type>
</dependency>
</dependencies>
</plugin>
<!-- Execute the runtime manifest generator -->
<plugin>
Expand Down

0 comments on commit 138cdc1

Please sign in to comment.