This repository has been archived by the owner on Nov 23, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 74
TestRunner.initializationError » NoClassDefFound com/google/common/collect/Imm... #157
Labels
Comments
It looks like a dependency conflict or an issue with your maven repository. |
updated maven repository...still facing the same issue. Please find below the POM:
|
You have references to serenity 1.9.12 and the serenity-jbehave-archetype and serenity-junit-archetype versions 1.8.4. You don't need references to the archetypes, so you could start by removing them. Then see https://maven.apache.org/plugins/maven-dependency-plugin/examples/resolving-conflicts-using-the-dependency-tree.html to resolve any remaining conflicts. |
okki ....I will remove them ...Thank you so much :)
…On Mon, Jul 2, 2018 at 12:04 PM, John Ferguson Smart < ***@***.***> wrote:
You have references to serenity 1.9.12 and the serenity-jbehave-archetype
and serenity-junit-archetype versions 1.8.4. You don't need references to
the archetypes, so you could start by removing them. Then see
https://maven.apache.org/plugins/maven-dependency-
plugin/examples/resolving-conflicts-using-the-dependency-tree.html to
resolve any remaining conflicts.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#157 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AlK8l8eM1HGi2nBvXQnL_KbxT6AYUiPkks5uCfATgaJpZM4U-aBb>
.
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have imported a working maven project from another system, and tried to run it using mvn clean install command.
I am getting the build error:
TestRunner.initializationError » NoClassDefFound com/google/common/collect/Imm...
[ERROR] Failed to execute goal net.serenity-bdd.maven.plugins:serenity-maven-plugin:1.9.12:aggregate (serenity-reports) on project starter: Execution serenity-reports of goal net.serenity-bdd.maven.plugins:serenity-maven-plugin:1.9.12:aggregate failed: A required class was missing while executing net.serenity-bdd.maven.plugins:serenity-maven-plugin:1.9.12:aggregate: com/google/common/collect/ImmutableList
The text was updated successfully, but these errors were encountered: