maven dependency tree fix.

This commit is contained in:
magenoxx 2010-10-22 10:44:30 +00:00
parent 2fc9fc1301
commit 7e627dcae3

View file

@ -16,14 +16,7 @@
<name>Mage Application</name> <name>Mage Application</name>
<url>http://maven.apache.org</url> <url>http://maven.apache.org</url>
<dependencies> <dependencies />
<dependency>
<groupId>org.mage</groupId>
<artifactId>mage-sets</artifactId>
<version>${mage-version}</version>
<scope>runtime</scope>
</dependency>
</dependencies>
<build> <build>