plexus-classworlds/plexus-classworlds.depmap
Alexander Kurtakov c5f7fd7eba Fix FTBFS.
2010-12-21 13:03:50 +02:00

27 lines
631 B
Plaintext

<dependencies>
<dependency>
<maven>
<groupId>asm</groupId>
<artifactId>asm</artifactId>
<version>3.0</version>
</maven>
<jpp>
<groupId>JPP/objectweb-asm</groupId>
<artifactId>asm</artifactId>
<version>3.2</version>
</jpp>
</dependency>
<dependency>
<maven>
<groupId>ant</groupId>
<artifactId>ant</artifactId>
<version>1.6.5</version>
</maven>
<jpp>
<groupId>JPP</groupId>
<artifactId>ant</artifactId>
<version>1.6.5</version>
</jpp>
</dependency>
</dependencies>