You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There seems to be a regression of #228. That is to say that the Maven Repo for Restlet is no longer declared in the published pom.xml for XML Calabash 1.5.7-120. I haven't checked all versions so I am not sure when this regression was introduced.
If you add a dependency on XMLCalabash 1.5.7-120 to your Java project, e.g.:
If you don't already have a locally cached copy of the Restlet dependency and you try and compile mvn compile you will get the following error:
[ERROR] Failed to execute goal on project pkg-calabash: Could not resolve dependencies for project org.expath.packaging:pkg-calabash:jar:2.0.2-SNAPSHOT: The following artifacts could not be resolved: org.restlet.jee:org.restlet:jar:2.2.2 (absent), org.restlet.jee:org.restlet.ext.fileupload:jar:2.2.2 (absent), org.restlet.jee:org.restlet.ext.slf4j:jar:2.2.2 (absent): Could not find artifact org.restlet.jee:org.restlet:jar:2.2.2 in central (https://repo.maven.apache.org/maven2) -> [Help 1]
Adding the following to the local pom.xml fixes this:
There seems to be a regression of #228. That is to say that the Maven Repo for Restlet is no longer declared in the published
pom.xml
for XML Calabash 1.5.7-120. I haven't checked all versions so I am not sure when this regression was introduced.If you add a dependency on XMLCalabash 1.5.7-120 to your Java project, e.g.:
If you don't already have a locally cached copy of the Restlet dependency and you try and compile
mvn compile
you will get the following error:Adding the following to the local
pom.xml
fixes this:However, this should not be necessary as it should really be present in the published
pom.xml
for XML Calabash as per: 3510f54The text was updated successfully, but these errors were encountered: