Hello,
I’m encountering an issue when trying to run tests for my Java Maven project in Codex. Every time I attempt to execute the tests, I receive the following error message:
./mvnw -q test
(failed to resolve dependencies)
Despite having granted the environment and agent access to the internet, the Maven test step fails when trying to download the spring-boot-starter-parent
dependency from Maven Central.
I am a ChatGPT Plus user, and my environment is not running locally or behind a corporate network, so there shouldn’t be any network restrictions that would prevent dependencies from being resolved.
Has anyone experienced a similar issue or can provide guidance on how to resolve this? I’m using Maven in a typical setup with the required dependencies specified in the pom.xml
, and I can’t figure out why Codex is unable to resolve them.
Any help would be greatly appreciated!
Thank you in advance.