Click here to Skip to main content
15,886,919 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello everyone, please I want to add org.junit.jupiter.api to Intellij Community edition, it comes by default with Intellij Ultimate edition but I don't have the Ultimate edition.
I've added it to the pom.xml as a dependency but it's not working, I've also added junit to the project structure of my project in Intellij but this also didn't work. Please how can I resolve this issue. Thanks for any help.

What I have tried:

I added it to the dependencies in pom.xml
<dependency>
   <groupId>org.junit.jupiter</groupId>
   <artifactId>junit-jupiter-api</artifactId>
   <version>5.0.0-M5</version>
   <scope>test</scope>
</dependency>
Posted
Updated 27-Jun-23 0:43am

1 solution

You should probably ask your question at Support and assistance | IntelliJ IDEA Documentation[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900