← 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

Prafful posted a new comment:
yup, facing the same issue and solution from Jai P Worked like a charm :- 
I had to exclude jadb to get 1.1.1 to work

<dependency>
 <groupId>com.sikulix</groupId>
 <artifactId>sikulixapi</artifactId>
 <version>1.1.1</version>
 <exclusions>
  <exclusion>
   <groupId>com.github.vidstige</groupId>
   <artifactId>jadb</artifactId>
  </exclusion>
 </exclusions>
</dependency>

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