Github user trixpan commented on a diff in the pull request:

    https://github.com/apache/nifi/pull/1047#discussion_r80255471
  
    --- Diff: nifi-assembly/pom.xml ---
    @@ -505,11 +510,18 @@ language governing permissions and limitations under 
the License. -->
                                                 
<directory>/opt/nifi/nifi-${project.version}/lib</directory>
                                                 <dependency>
                                                     <excludes>
    +                                                    
<exclude>net.minidev:asm</exclude>
    +                                                    
<exclude>asm:asm</exclude>
    +                                                    
<exclude>org.bouncycastle:bcpkix-jdk15on</exclude>
    +                                                    
<exclude>com.fasterxml.jackson.core:jackson-annotations</exclude>
    +                                                    
<exclude>com.fasterxml.jackson.core:jackson-core</exclude>
    +                                                    
<exclude>com.fasterxml.jackson.core:jackson-databind</exclude>
    +                                                    
<exclude>com.jayway.jsonpath:json-path</exclude>
    +                                                    
<exclude>net.minidev:json-smart</exclude>
                                                         
<exclude>org.apache.nifi:nifi-bootstrap</exclude>
                                                         
<exclude>org.apache.nifi:nifi-resources</exclude>
                                                         
<exclude>org.apache.nifi:nifi-docs</exclude>
                                                         
<exclude>commons-io:commons-io</exclude>
    -                                                    
<exclude>org.apache.commons:commons-lang3</exclude>
    --- End diff --
    
    seems to be present in the tar file but no longer added to the rpm?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to