You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "dan-s1 (via GitHub)" <gi...@apache.org> on 2023/06/26 17:30:17 UTC

[GitHub] [nifi] dan-s1 commented on pull request #7434: NIFI-11747 Refactored Groovy tests in nifi-web-api to Java (and JUnit 5)

dan-s1 commented on PR #7434:
URL: https://github.com/apache/nifi/pull/7434#issuecomment-1607920093

   @exceptionfactory Sure thing. When doing that I noticed Intellij is flagging that the following dependency is duplicated as its in the nifi parent pom.xml
    ```
   <dependency>
               <groupId>org.hamcrest</groupId>
               <artifactId>hamcrest-all</artifactId>
               <scope>test</scope>
           </dependency>
   ```
   
   Should I remove this also?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@nifi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org