File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed
Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -7,3 +7,5 @@ before_script:
77 - export PATH=$PATH:$PWD/go-ipfs/
88 - ipfs init
99 - ipfs daemon --enable-pubsub-experiment &
10+ script :
11+ - mvn clean verify
Original file line number Diff line number Diff line change 6060 <groupId >com.github.multiformats</groupId >
6161 <artifactId >java-multiaddr</artifactId >
6262 <version >v1.1.1</version >
63+ <scope >system</scope >
64+ <systemPath >${project.basedir} /lib/multiaddr.jar</systemPath >
6365 </dependency >
6466 <dependency >
6567 <groupId >com.github.multiformats</groupId >
6668 <artifactId >java-multihash</artifactId >
69+ <version >v1.1.1</version >
70+ <scope >system</scope >
71+ <systemPath >${project.basedir} /lib/multihash.jar</systemPath >
72+ </dependency >
73+ <dependency >
74+ <groupId >com.github.multiformats</groupId >
75+ <artifactId >java-multibase</artifactId >
6776 <version >v1.1.0</version >
77+ <scope >system</scope >
78+ <systemPath >${project.basedir} /lib/multibase.jar</systemPath >
6879 </dependency >
6980 <dependency >
7081 <groupId >com.github.ipld</groupId >
7182 <artifactId >java-cid</artifactId >
7283 <version >v1.1.0</version >
84+ <scope >system</scope >
85+ <systemPath >${project.basedir} /lib/cid.jar</systemPath >
7386 </dependency >
7487 </dependencies >
7588
You can’t perform that action at this time.
0 commit comments