File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 <groupId >com.binance.dex.api</groupId >
77 <artifactId >binance-dex-api-client</artifactId >
88 <version >1.1.3</version >
9+
10+ <repositories >
11+ <repository >
12+ <id >jitpack.io</id >
13+ <url >https://jitpack.io</url >
14+ </repository >
15+ </repositories >
916
1017 <properties >
1118 <com .squareup.retrofit2.version>2.6.0</com .squareup.retrofit2.version>
105112
106113 <!-- https://mvnrepository.com/artifact/org.ethereum/ethereumj-core -->
107114 <dependency >
108- <groupId >org .ethereum</groupId >
109- <artifactId >ethereumj-core </artifactId >
110- <version >1.12.0-RELEASE </version >
115+ <groupId >com.github .ethereum</groupId >
116+ <artifactId >ethereumj</artifactId >
117+ <version >1.12.0</version >
111118 <exclusions >
112119 <exclusion >
113120 <groupId >org.ethereum</groupId >
121128 <groupId >org.iq80.leveldb</groupId >
122129 <artifactId >leveldb</artifactId >
123130 </exclusion >
131+ <exclusion >
132+ <groupId >org.ethereum</groupId >
133+ <artifactId >leveldbjni-all</artifactId >
134+ </exclusion >
124135 </exclusions >
125136 </dependency >
126137
163174 </plugins >
164175
165176 </build >
166- </project >
177+ </project >
You can’t perform that action at this time.
0 commit comments