You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Krosheninnikov Artem (Jira)" <ji...@apache.org> on 2020/01/05 22:41:00 UTC

[jira] [Created] (MNG-6842) ProjectBuilderTest uses guava but guava is not defined in dependencies

Krosheninnikov Artem created MNG-6842:
-----------------------------------------

             Summary: ProjectBuilderTest uses guava but guava is not defined in dependencies
                 Key: MNG-6842
                 URL: https://issues.apache.org/jira/browse/MNG-6842
             Project: Maven
          Issue Type: Bug
          Components: Dependencies
    Affects Versions: 3.6.3
            Reporter: Krosheninnikov Artem


As the title says, _ProjectBuilderTest:145_ uses guava:

 
{code:java}
File tempDir = Files.createTempDir();{code}
It points to guava-25.1-android but it's not defined in dependencies (and it should not, I believe)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)