I have a Java Spring Boot application that uses the couchbase-lite-java-ee library, version 3.1.7, from the Couchbase Maven repository located at https://mobile.maven.couchbase.com/maven2/dev.
It remains stuck in the downloading status without any progress. Additionally, when I tried accessing https://mobile.maven.couchbase.com/maven2/ directly in my browser, it returned a “Not Found” error. I’m puzzled as to how this is functioning in Eclipse IDE.
Hi @mreiche , I apologize for the delayed response and appreciate your reply. The issue we encountered was that when we specified only the Couchbase repository, all the dependencies we listed were being pulled from that repository. Since I had included numerous Spring-related dependencies in my pom.xml , it attempted to retrieve them from the Couchbase repository, which didn’t have them (I realized this only after trying the file listing you mentioned). The solution is to include both the Maven Central repository and the Couchbase repository within the <repositories> tag.