slawekjaranowski commented on a change in pull request #51:
URL:
https://github.com/apache/maven-dependency-analyzer/pull/51#discussion_r810517379
##########
File path:
src/main/java/org/apache/maven/shared/dependency/analyzer/asm/DependencyClassFileVisitor.java
##########
@@ -56,7 +56,7 @@ public void visitClass( String className, InputStream in )
{
try
{
- byte[] byteCode = IOUtils.toByteArray( in );
+ byte[] byteCode = IOUtil.toByteArray( in );
Review comment:
It is InputStream ...
plexus utils is used anyway in other place. This was easy replace, allowing
to reduce one dependency from compile scope
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]