File tree Expand file tree Collapse file tree 2 files changed +37
-3
lines changed
src/test/java/com/bitmax/api/client/impl Expand file tree Collapse file tree 2 files changed +37
-3
lines changed Original file line number Diff line number Diff line change 50
50
</dependency >
51
51
</dependencies >
52
52
53
+ <repositories >
54
+ <repository >
55
+ <id >public</id >
56
+ <url >http://192.168.50.190:8081/nexus/content/repositories/public/</url >
57
+ </repository >
58
+ <repository >
59
+ <id >public-snapshots</id >
60
+ <url >http://192.168.50.190:8081/nexus/content/repositories/snapshots/</url >
61
+ </repository >
62
+ <repository >
63
+ <id >Central</id >
64
+ <url >http://192.168.50.190:8081/nexus/content/repositories/central/</url >
65
+ </repository >
66
+ </repositories >
67
+
68
+ <pluginRepositories >
69
+ <pluginRepository >
70
+ <id >thirdparty</id >
71
+ <url >http://192.168.50.190:8081/nexus/content/repositories/thirdparty/</url >
72
+ </pluginRepository >
73
+ </pluginRepositories >
74
+ <distributionManagement >
75
+ <repository >
76
+ <id >baina-central</id >
77
+ <url >http://192.168.50.190:8081/nexus/content/repositories/public/</url >
78
+ </repository >
79
+ <snapshotRepository >
80
+ <id >baina-central</id >
81
+ <name >User Project Snapshot</name >
82
+ <url >http://192.168.50.190:8081/nexus/content/repositories/snapshots/</url >
83
+ <uniqueVersion >true</uniqueVersion >
84
+ </snapshotRepository >
85
+ </distributionManagement >
86
+
53
87
<build >
54
88
<plugins >
55
89
<plugin >
Original file line number Diff line number Diff line change 14
14
import java .util .List ;
15
15
import java .util .Map ;
16
16
17
- @ Ignore
17
+ // @Ignore
18
18
public class BitmaxApiRestClientImplTest extends BaseTest {
19
19
20
20
BitmaxApiRestClient bitmaxApiRestClient ;
21
21
22
22
@ Before
23
23
public void setup () {
24
- bitmaxApiRestClient = BitmaxApiClientFactory .newInstance ("your-api-key " ,
25
- "your-secret " )
24
+ bitmaxApiRestClient = BitmaxApiClientFactory .newInstance ("XiJ8siGZBjxKrNI9ANesvmjDu0bDlCpV " ,
25
+ "VvXGXoMUpRbd7qA7zmmoxMohxtqG9DyqSZGczqpDVB7yNA4N5kf99Ci3kwXiUKg7 " )
26
26
.newRestClient ();
27
27
}
28
28
You can’t perform that action at this time.
0 commit comments