Skip to content

Commit f092411

Browse files
authored
fix: missing deps during tests
1 parent 74062b0 commit f092411

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,11 @@
4949
<junit printsummary="yes" fork="true" haltonfailure="yes">
5050
<jvmarg value="-Xmx1g"/>
5151
<classpath>
52-
<pathelement location="lib/junit-4.11.jar" />
52+
<pathelement location="lib/junit-4.12.jar" />
5353
<pathelement location="lib/hamcrest-core-1.3.jar" />
5454
<pathelement location="lib/multihash.jar" />
5555
<pathelement location="lib/multiaddr.jar" />
56+
<pathelement location="lib/cid.jar" />
5657
<pathelement location="dist/ipfs.jar" />
5758
</classpath>
5859
<batchtest haltonfailure="yes">

0 commit comments

Comments
 (0)