← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #660451]: Missing artifact com.github.vidstige:jadb:jar:-v1.0-g94ebf38-23 with sikulixapi 1.1.1

 

Question #660451 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/660451

RaiMan posted a new comment:
Just tested a small Java program in a Maven project context and an empty
local repository.

using only
<dependency>
 <groupId>com.sikulix</groupId>
 <artifactId>sikulixapi</artifactId>
 <version>1.1.1</version>
</dependency>

on <mvn clean install> downloads everything needed including the mentioned
    <groupId>com.github.vidstige</groupId>
   <artifactId>jadb</artifactId>

which indeed is not on Maven Central but on
    <repository>
      <id>jitpack.io</id>
      <url>https://jitpack.io</url>
    </repository>

which in turn is mentioned in the sikulixapi pom on Maven Central.

So I do not understand, why you have this problem.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.