sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #49147
Re: [Question #675805]: Regarding dependencies jars of sikulix 1.1.2 for Maven integration
Question #675805 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/675805
Status: Open => Answered
RaiMan proposed the following answer:
--- this are the offending dependencies
<dependency>
<groupId>com.github.vidstige</groupId>
<artifactId>jadb</artifactId>
<version>-v1.0-g94ebf38-23</version>
</dependency>
<dependency>
<groupId>com.sikulix</groupId>
<artifactId>sikulix2tigervnc</artifactId>
<version>2.0.0-SNAPSHOT</version>
</dependency>
--- the sikulixapi pom has these repository pointers
<repositories>
<repository>
<id>sonatype-ossrh</id>
<url>
https://oss.sonatype.org/content/repositories/snapshots/
</url>
</repository>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
--- sikulix2tigervnc
is a SNAPSHOT and taken from OSSRH
... so the download from there might be blocked in your environment
--- jadb
is needed for Android support
it is taken from the jitpack repository, but seems to be no longer available there.
So if you do not need Android support, exclude the dependency from the
sikulixapi dependency.
If possible (SNAPSHOT only, final beginning next year), I recommend, to
use the version 1.1.4 (read the docs!)
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.