You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2022/02/07 18:20:02 UTC

[GitHub] [maven-dependency-analyzer] mirabilos commented on a change in pull request #37: [MDEP-753] handle different classes from same artifact used by model and test code

mirabilos commented on a change in pull request #37:
URL: https://github.com/apache/maven-dependency-analyzer/pull/37#discussion_r800934678



##########
File path: src/test/resources/jarWithCompileDependency/project2/pom.xml
##########
@@ -36,6 +36,11 @@
 			<artifactId>jarWithCompileDependency1</artifactId>
 			<version>1.0</version>
 		</dependency>
+		<dependency>
+            <groupId>com.google.guava</groupId>
+            <artifactId>guava</artifactId>
+            <version>30.1.1-android</version>

Review comment:
       Why `-android` and not `-jre` (which seems to be more suitable)?




-- 
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@maven.apache.org

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