openhab / openhab-addons

Add-ons for openHAB
https://www.openhab.org/
Eclipse Public License 2.0
1.86k stars 3.56k forks source link

Travis build fails due to org.openhab.binding.avmfritz.test #4129

Closed lolodomo closed 5 years ago

lolodomo commented 5 years ago
[INFO] Computing target platform for MavenProject: org.openhab.binding:org.openhab.binding.avmfritz.test:2.4.0-SNAPSHOT @ /home/travis/build/openhab/openhab2-addons/addons/binding/org.openhab.binding.avmfritz.test/pom.xml
[INFO] Resolving dependencies of MavenProject: org.openhab.binding:org.openhab.binding.avmfritz.test:2.4.0-SNAPSHOT @ /home/travis/build/openhab/openhab2-addons/addons/binding/org.openhab.binding.avmfritz.test/pom.xml
[INFO] {osgi.os=linux, osgi.ws=gtk, org.eclipse.update.install.features=true, osgi.arch=x86}
[ERROR] Cannot resolve project dependencies:
[ERROR]   Software being installed: org.openhab.binding.avmfritz.test 2.4.0.qualifier
[ERROR]   Missing requirement: org.eclipse.smarthome.test 0.10.0.201810121100 requires 'java.package; org.eclipse.jetty.http [9.3.15,9.4.0)' but it could not be found
[ERROR]   Cannot satisfy dependency: org.openhab.binding.avmfritz.test 2.4.0.qualifier depends on: java.package; org.eclipse.smarthome.test.java 0.0.0
[ERROR] 
[ERROR] See http://wiki.eclipse.org/Tycho/Dependency_Resolution_Troubleshooting for help.
[ERROR] Cannot resolve dependencies of MavenProject: org.openhab.binding:org.openhab.binding.avmfritz.test:2.4.0-SNAPSHOT @ /home/travis/build/openhab/openhab2-addons/addons/binding/org.openhab.binding.avmfritz.test/pom.xml: See log for details -> [Help 1]
[ERROR] 
cweitkamp commented 5 years ago

Hopefully fixed with #4130.

cweitkamp commented 5 years ago

Travis builds are working again (fixed with https://github.com/eclipse/smarthome/pull/6357).