Skip to content
This repository has been archived by the owner on Aug 14, 2019. It is now read-only.

Maven cannot resolve com.microsoft.projectoxford #76

Open
Sipsip opened this issue Mar 23, 2018 · 2 comments
Open

Maven cannot resolve com.microsoft.projectoxford #76

Sipsip opened this issue Mar 23, 2018 · 2 comments

Comments

@Sipsip
Copy link

Sipsip commented Mar 23, 2018

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?

@Sipsip
Copy link
Author

Sipsip commented Apr 16, 2018

If I should provide more information, please let me know.

@drummer3333
Copy link

drummer3333 commented Jun 21, 2018

Same Problem here. I want to use the API with a Spring Boot Application on a Server, so no Android environment just plain old java. If you search maven central, you see, there are no jar versions, just the aar for android. http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22com.microsoft.projectoxford%22%20AND%20a%3A%22speechrecognition%22

Is there a plan to offer this also a plain java version as jar?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants