jankotek / elsa

Java serialization, faster and space efficient version of ObjectOutputStream
Apache License 2.0
45 stars 9 forks source link

Maven dependency XML in README seems incorrect #8

Open abyrd opened 7 years ago

abyrd commented 7 years ago

In the Elsa README the Maven dependency XML is as follows:

<dependency>
    <groupId>org.mapdb</groupId>
    <artifactId>mapdb</artifactId>
    <version>VERSION</version>
</dependency>

should the artifactId be 'elsa' instead of 'mapdb'? The paragraph just above the XML says Elsa is no longer included in MapDB.

jankotek commented 7 years ago

Fixed