Skip to content

Commit

Permalink
Tools: upgrade leveldb to 1.18
Browse files Browse the repository at this point in the history
ethereumj appears to have resolved the issue of 'Could not create random access file' by upgrading leveldb to 1.18
see ethereum/ethereumj#344 (comment)
  • Loading branch information
cryptokat committed Feb 21, 2018
1 parent 2fb0d0d commit 22f755a
Showing 1 changed file with 24 additions and 2 deletions.
26 changes: 24 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,28 @@
<url>https://github.com/semuxproject/semux/issues</url>
</issueManagement>

<repositories>
<repository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>central</id>
<name>bintray</name>
<url>https://jcenter.bintray.com</url>
</repository>
</repositories>

<pluginRepositories>
<pluginRepository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>central</id>
<name>bintray-plugins</name>
<url>https://jcenter.bintray.com</url>
</pluginRepository>
</pluginRepositories>

<build>
<plugins>
<!-- compile -->
Expand Down Expand Up @@ -566,9 +588,9 @@

<!-- LevelDB -->
<dependency>
<groupId>org.fusesource.leveldbjni</groupId>
<groupId>org.ethereum</groupId>
<artifactId>leveldbjni-all</artifactId>
<version>1.8</version>
<version>1.18.3</version>
</dependency>

<!-- Netty network framework -->
Expand Down

0 comments on commit 22f755a

Please sign in to comment.