-
Notifications
You must be signed in to change notification settings - Fork 57
Maven cannot resolve com.microsoft.projectoxford #76
Description
Hi, using Maven in Eclipse, i cannot resolve any of the com.microsoft.projectoxford dependencies.
I want to use this dependency:
<dependency>
<groupId>com.microsoft.projectoxford</groupId>
<artifactId>speechrecognition</artifactId>
<version>1.2.2</version>
</dependency>
I get the following error:
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building MyProject
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.695 s
[INFO] Finished at: 2018-03-23T10:22:37+01:00
[INFO] Final Memory: 8M/238M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project MyProject: Could not resolve dependencies for project MyProject: Failure to find com.microsoft.projectoxford:speechrecognition:jar:1.2.2 in http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of HTTP has elapsed or updates are forced -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
(tell me if I shoul post the full debug logging)
I tried forcing a Maven update but i still get the error.
I tried other Dependencies (not from com.microsoft.projectoxford) and they all work fine.
What can I do?