baloise / test-automation-framework

MIT License
1 stars 11 forks source link

Unstable builds @ travis-ci #24

Closed MarkusTiede closed 5 years ago

MarkusTiede commented 5 years ago

I'll give CircleCI a try.

MarkusTiede commented 5 years ago

Same problem as on Travis

[ERROR] Failed to execute goal on project taf-robot: Could not resolve dependencies for project com.baloise.testing.framework:taf-robot:jar:0.0.8-SNAPSHOT: Failed to collect dependencies at com.sikulix:sikulixapi:jar:1.1.0 -> jxgrabkey:jxgrabkey:jar:1.0: Failed to read artifact descriptor for jxgrabkey:jxgrabkey:jar:1.0: Could not transfer artifact jxgrabkey:jxgrabkey:pom:1.0 from/to uni-due.de (http://mvn.is.inf.uni-due.de:8081/nexus/content/repositories/atunes-dependencies/): Connect to mvn.is.inf.uni-due.de:8081 [mvn.is.inf.uni-due.de/134.91.35.230] failed: Connection refused (Connection refused) ->

nagarjunay commented 3 years ago

Sikuli dependencies not working

Failed to collect dependencies at com.sikulix:sikulixapi:jar:1.1.0 -> jxgrabkey:jxgrabkey:jar:1.0: Failed to read artifact descriptor for jxgrabkey:jxgrabkey:jar:1.0: Could not transfer artifact jxgrabkey:jxgrabkey:pom:1.0 from/to uni-due.de (http://mvn.is.inf.uni-due.de:8081/nexus/content/repositories/atunes-dependencies/): Transfer failed for http://mvn.is.inf.uni-due.de:8081/nexus/content/repositories/atunes-dependencies/jxgrabkey/jxgrabkey/1.0/jxgrabkey-1.0.pom: Connect to mvn.is.inf.uni-due.de:8081 [mvn.is.inf.uni-due.de/134.91.35.230] failed: Connection timed out: connect -> [Help 1]

MarkusTiede commented 3 years ago

Hi @nagarjunay - are you sure that you're using the most recent master version? Sikuli has been remove a while ago:

E.g. mvn clean verify dependency:tree | grep sikulix does not show this depency anymore.

Could you please check whether this is also present in the most recent version(s)?