mcdcorp / opentest

Open source test automation tool for web applications, mobile apps and APIs
https://getopentest.org
MIT License
447 stars 107 forks source link

Dependency Issue in opentest-extension-sample project #590

Open DeepeshCode opened 1 year ago

DeepeshCode commented 1 year ago
image

Console: org.getopentest.base:opentest-base:jar:0.0.1 was not found in https://repo.maven.apache.org/maven2 during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of central has elapsed or updates are forced

Try to run Maven import with -U flag (force update snapshots)

adrianth commented 1 year ago

Make sure you have built the opentest-base project and the JAR exists in your local Maven repository. And make sure to watch the tutorial on the OpenTest website, if you haven't already.

DeepeshCode commented 1 year ago

Can you please provide dependency details for "nashorn". We are getting below error when trying to build base project.

image
adrianth commented 1 year ago

You need to use a JDK version between 8 and 11 as Nashorn was deprecated in later JDK versions.