1
0
Fork 0
mirror of https://github.com/correl/mage.git synced 2025-04-08 17:00:07 -09:00

Removed mage-theme-plugin dependency because it causes cyclic reference.

This commit is contained in:
LevelX2 2013-06-15 20:02:39 +02:00
parent f99ba12b06
commit df2fd3f68e

View file

@ -85,12 +85,14 @@
<scope>test</scope>
</dependency>
-->
<!--
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>mage-theme-plugin</artifactId>
<version>0.5</version>
<scope>runtime</scope>
</dependency>
-->
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>mage-counter-plugin</artifactId>