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 29
29
<artifactId >hamcrest-core</artifactId >
30
30
<version >${hamcrest.version} </version >
31
31
</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 >
32
42
</dependencies >
33
43
34
44
<build >
42
52
<target >1.8</target >
43
53
</configuration >
44
54
</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 >
45
92
</plugins >
46
93
</build >
47
94
</project >
You can’t perform that action at this time.
0 commit comments