← Back to team overview

sikuli-driver team mailing list archive

[Question #273314]: Maven dependency file for Sikuli api 1.0.2

 

New question #273314 on Sikuli:
https://answers.launchpad.net/sikuli/+question/273314

I have tried to add the Sikuli API my existence project with following dependecy

<dependency>
	<groupId>org.sikuli</groupId>
	<artifactId>sikuli-api</artifactId>
	<version>1.0.2</version>
</dependency>

We get the following build error:
Failed to execute goal on project subzero-iselib: Could not resolve dependencies for project subzero.iselib:subzero-iselib:jar:1.4.0.1-SNAPSHOT: The following artifacts could not be resolved: com.googlecode.javacpp:javacpp:jar:0.1, com.googlecode.javacv:javacv:jar:0.1, com.googlecode.javacv:javacv:jar:macosx-x86_64:0.1, com.googlecode.javacv:javacv:jar:windows-x86:0.1, com.googlecode.javacv:javacv:jar:windows-x86_64:0.1, com.googlecode.javacv:javacv:jar:linux-x86_64:0.1, com.googlecode.javacv:javacv:jar:linux-x86:0.1: Failure to find com.googlecode.javacpp:javacpp:jar:0.1 in http://sj-pmbu-maven01.cisco.com:8081/nexus/content/repositories/pmbu-group was cached in the local repository, resolution will not be reattempted until the update interval of pmbu-group has elapsed or updates are forced

Kindly let me know if I missed anything


Note: Suppose If i have tried by downloading the jar: sikuli-api-1.0.2-standalone and add in project. My code works fine

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