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
> Hey Norm,
>
> Just a quick note - In the latest Calabash on Maven central, 1.1.9-96
> you have a dependency on restlet, but you haven't added their repo to
> the pom.xml.
>
> As they are not available in Maven central this means that you can't
> build this without introducing a transitive dependency on their repo
> into your own project's pom.xml.
>
> You might like to add this to your pom.xml for the next release -
>
> <repositories>
> <repository>
> <id>maven-restlet</id>
> <name>Public online Restlet repository</name>
> <url>http://maven.restlet.org</url>
> </repository>
> </repositories>
>
> All the best. Cheers Adam.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: