multiverse stm for in-memory datastructures done (with one bug left to do)

This commit is contained in:
Jonas Boner 2009-08-15 22:44:29 +02:00
parent ce02e9f8be
commit 8e55322d53
266 changed files with 5228 additions and 4552 deletions

5
util-java/pom.xml Normal file → Executable file
View file

@ -24,6 +24,11 @@
<artifactId>protobuf-java</artifactId>
<version>2.1.0</version>
</dependency>
<dependency>
<groupId>org.multiverse</groupId>
<artifactId>multiverse</artifactId>
<version>0.3</version>
</dependency>
</dependencies>
<build>