Skip to content

Instantly share code, notes, and snippets.

@Glamdring
Created August 9, 2017 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Glamdring/c3ae3fe7a75b7dc5a3ca2ad6e54644cb to your computer and use it in GitHub Desktop.
Save Glamdring/c3ae3fe7a75b7dc5a3ca2ad6e54644cb to your computer and use it in GitHub Desktop.
<dependency>
<groupId>org.ethereum</groupId>
<artifactId>ethereumj-core</artifactId>
<version>1.5.0-RELEASE</version>
<exclusions>
<exclusion>
<artifactId>leveldbjni-all</artifactId>
<groupId>org.ethereum</groupId>
</exclusion>
<exclusion>
<artifactId>leveldb</artifactId>
<groupId>org.iq80.leveldb</groupId>
</exclusion>
</exclusions>
</dependency>
<!-- Explicitly using the newest version of leveldbjni, as the declared
one is faulty -->
<dependency>
<groupId>org.fusesource.leveldbjni</groupId>
<artifactId>leveldbjni-all</artifactId>
<version>1.8</version>
</dependency>
<dependency>
<groupId>org.iq80.leveldb</groupId>
<artifactId>leveldb</artifactId>
<version>0.9</version>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment