diff --git a/nifi-assembly/pom.xml b/nifi-assembly/pom.xml index d649317fa2..f5e9a984fc 100644 --- a/nifi-assembly/pom.xml +++ b/nifi-assembly/pom.xml @@ -447,6 +447,7 @@ language governing permissions and limitations under the License. --> nifi-docs org.apache.nifi false + LICENSE,NOTICE @@ -455,6 +456,7 @@ language governing permissions and limitations under the License. --> org.codehaus.mojo rpm-maven-plugin + nifi Apache NiFi Apache NiFi is dataflow system based on the Flow-Based Programming concepts. Apache License, Version 2.0 and others (see included LICENSE file) @@ -534,7 +536,20 @@ language governing permissions and limitations under the License. --> /opt/nifi/nifi-${project.version}/lib/bootstrap + commons-io:commons-io + org.apache.commons:commons-lang3 + org.antlr:antlr-runtime + javax.activation:activation + javax.mail:mail + org.apache.nifi:nifi-security-utils + org.apache.nifi:nifi-utils + org.apache.nifi:nifi-processor-utils + org.apache.nifi:nifi-expression-language org.apache.nifi:nifi-bootstrap + org.apache.nifi:nifi-api + org.slf4j:slf4j-api + ch.qos.logback:logback-classic + ch.qos.logback:logback-core diff --git a/pom.xml b/pom.xml index 6ba43c35a4..b00890bf16 100644 --- a/pom.xml +++ b/pom.xml @@ -1229,7 +1229,7 @@ language governing permissions and limitations under the License. --> org.codehaus.mojo rpm-maven-plugin - 2.1.1 + 2.1.4 org.antlr