upgraded to multiverse 0.4-SNAPSHOT

This commit is contained in:
Jonas Bonér 2010-02-22 13:22:10 +01:00
parent 6f1a9d2afd
commit 7a40f1a8cd
8 changed files with 136 additions and 462 deletions

View file

@ -24,34 +24,6 @@
<artifactId>protobuf-java</artifactId>
<version>2.2.0</version>
</dependency>
<dependency>
<groupId>org.multiverse</groupId>
<artifactId>multiverse-alpha</artifactId>
<version>0.4-SNAPSHOT</version>
<classifier>jar-with-dependencies</classifier>
<exclusions>
<exclusion>
<groupId>org.multiverse</groupId>
<artifactId>multiverse-core</artifactId>
</exclusion>
<exclusion>
<groupId>asm</groupId>
<artifactId>asm-tree</artifactId>
</exclusion>
<exclusion>
<groupId>asm</groupId>
<artifactId>asm-analysis</artifactId>
</exclusion>
<exclusion>
<groupId>asm</groupId>
<artifactId>asm-commons</artifactId>
</exclusion>
<exclusion>
<groupId>asm</groupId>
<artifactId>asm-util</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
<build>