File tree Expand file tree Collapse file tree 1 file changed +47
-0
lines changed
Expand file tree Collapse file tree 1 file changed +47
-0
lines changed Original file line number Diff line number Diff line change 2929 <artifactId >hamcrest-core</artifactId >
3030 <version >${hamcrest.version} </version >
3131 </dependency >
32+ <dependency >
33+ <groupId >org.ipfs.api</groupId >
34+ <artifactId >Multiaddr</artifactId >
35+ <version >1.0</version >
36+ </dependency >
37+ <dependency >
38+ <groupId >org.ipfs.api</groupId >
39+ <artifactId >Multihash</artifactId >
40+ <version >1.0</version >
41+ </dependency >
3242 </dependencies >
3343
3444 <build >
4252 <target >1.8</target >
4353 </configuration >
4454 </plugin >
55+ <plugin >
56+ <groupId >org.apache.maven.plugins</groupId >
57+ <artifactId >maven-install-plugin</artifactId >
58+ <version >2.5.1</version >
59+ <executions >
60+ <execution >
61+ <id >install-Multiaddr</id >
62+ <goals >
63+ <goal >install-file</goal >
64+ </goals >
65+ <phase >validate</phase >
66+ <configuration >
67+ <groupId >org.ipfs.api</groupId >
68+ <artifactId >Multiaddr</artifactId >
69+ <version >1.0</version >
70+ <packaging >jar</packaging >
71+ <file >${basedir} /lib/Multiaddr.jar</file >
72+ <generatePom >true</generatePom >
73+ </configuration >
74+ </execution >
75+ <execution >
76+ <id >install-Multihash</id >
77+ <goals >
78+ <goal >install-file</goal >
79+ </goals >
80+ <phase >validate</phase >
81+ <configuration >
82+ <groupId >org.ipfs.api</groupId >
83+ <artifactId >Multihash</artifactId >
84+ <version >1.0</version >
85+ <packaging >jar</packaging >
86+ <file >${basedir} /lib/Multihash.jar</file >
87+ <generatePom >true</generatePom >
88+ </configuration >
89+ </execution >
90+ </executions >
91+ </plugin >
4592 </plugins >
4693 </build >
4794</project >
You can’t perform that action at this time.
0 commit comments