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

Maven cannot resolve com.microsoft.projectoxford #76

@Sipsip

Description

@Sipsip

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions