# HG changeset patch # User Jaroslav Tulach # Date 1426015135 -3600 # Node ID 6083160bfccff0074903cb41b7c8e6c346b6a8e4 # Parent c186877cc85a014329880375c97c77e1d99c997f Adding dependency on emul.mini which may be the culprit of failures on the JDK8 builder... diff -r c186877cc85a -r 6083160bfccf javaquery/api/pom.xml --- a/javaquery/api/pom.xml Tue Mar 10 20:08:37 2015 +0100 +++ b/javaquery/api/pom.xml Tue Mar 10 20:18:55 2015 +0100 @@ -105,6 +105,12 @@ launcher.http ${project.version} test - + + + ${project.groupId} + emul.mini + ${project.version} + test +