Tibor17 commented on a change in pull request #36: Replace more deprecated and 
unused code
URL: 
https://github.com/apache/maven-dependency-plugin/pull/36#discussion_r389337332
 
 

 ##########
 File path: 
src/test/java/org/apache/maven/plugins/dependency/resolvers/ExcludeReactorProjectsDependencyFilterTest.java
 ##########
 @@ -163,8 +158,6 @@ public Dependency getDependency() {
             }
         };
 
-        final boolean result = filter.accept( node , 
Collections.<Node>emptyList() );
-
-        assertThat( result, is( true ));
+        assertTrue( filter.accept( node , Collections.<Node>emptyList() ) );
 
 Review comment:
   Here as well and use AssertJ instead of Java Hamcrest.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to