Skip to content
Discussion options

You must be logged in to vote

Ya encontre el problema, dejo la solución por aquí, por si le sirve a alguien mas.

El problema era, que faltaba la dependencia en el archivo pom.xml
agregue el siguiente código y ya esta funcionando correctamente.

    <dependency>
        <groupId>junit</groupId>
        <artifactId>junit</artifactId>
        <version>4.11</version>
        <scope>test</scope>
    </dependency>
</dependencies>

saludos.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by gastonprieto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant
Converted from issue

This discussion was converted from issue #8 on April 09, 2021 22:48.