-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Description
I am using duplicate-finder-maven-plugin in my project which has started complaining for duplicate project.properties b/w google-cloud-core & google-cloud-pubsub
`[INFO] Checking test classpath
[WARNING] Found duplicate and different resources in [com.google.cloud:google-cloud-core:1.2.1, com.google.cloud:google-cloud-pubsub:0.20.1-beta]:
[WARNING] project.properties
[WARNING] Found duplicate classes/resources in compile classpath.
[WARNING] Found duplicate and different resources in [com.google.cloud:google-cloud-core:1.2.1, com.google.cloud:google-cloud-pubsub:0.20.1-beta]:
[WARNING] project.properties
[WARNING] Found duplicate classes/resources in runtime classpath.
[WARNING] Found duplicate and different resources in [com.google.cloud:google-cloud-core:1.2.1, com.google.cloud:google-cloud-pubsub:0.20.1-beta]:
[WARNING] project.properties
[WARNING] Found duplicate classes/resources in test classpath.`
Kindly help out