We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7e9780 commit e572769Copy full SHA for e572769
examples/java-helloworld/build.xml
@@ -20,7 +20,7 @@
20
dest="${jars}/cucumber-junit-${cucumber-jvm.version}.jar"/>
21
<get src="${repo}/info/cukes/gherkin/${gherkin.version}/gherkin-${gherkin.version}.jar"
22
dest="${jars}/gherkin-${gherkin.version}.jar"/>
23
- <get src="${repo}/com/rubiconproject/oss/${jchronic.version}/jchronic-${jchronic.version}.jar"
+ <get src="${repo}/com/rubiconproject/oss/jchronic/${jchronic.version}/jchronic-${jchronic.version}.jar"
24
dest="${jars}/jchronic-${jchronic.version}.jar"/>
25
<get src="${repo}/junit/junit/${junit.version}/junit-${junit.version}.jar"
26
dest="${jars}/junit-${junit.version}.jar"/>
0 commit comments