Description
TestNG RELEASE version is added to dependencies in Maven project with JDK 8
To Reproduce
- Install a plugin build from main, as an example in IntelliJ Idea
- Create Maven project with JDK 8
- Add sample code to it
- Open Generate Tests with UnitTestBot... and select TestNG to be installed
- Generate Tests
- Check pom.xml
Expected behavior
Project JDK 8 requires TestNG 7.5 to be defined in pom.xml
Actual behavior
RELEASE version is added
Visual proofs (screenshots, logs, images)
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>RELEASE</version>
<scope>test</scope>
</dependency>
Environment
Windows 10 Pro
IDEA 2022.1.4 / 2022.2.3
Additional context
Probably it is related to unavailability of maven repositories - but other dependencies are added normally.
Description
TestNG RELEASE version is added to dependencies in Maven project with JDK 8
To Reproduce
Expected behavior
Project JDK 8 requires TestNG 7.5 to be defined in pom.xml
Actual behavior
RELEASE version is added
Visual proofs (screenshots, logs, images)
Environment
Windows 10 Pro
IDEA 2022.1.4 / 2022.2.3
Additional context
Probably it is related to unavailability of maven repositories - but other dependencies are added normally.