Remove extra repository info from pom.xml

This commit is contained in:
Ramnivas Laddad
2014-05-14 10:48:50 -07:00
parent a9e543aa09
commit ff087929c3

View File

@@ -20,13 +20,3 @@
</dependency>
</dependencies>
{@ if (repository) { @}
<repositories>
<repository>
<id>{@= repository.id @}</id>
<name>{@= repository.name @}</name>
<url>{@= repository.url @}</url>
<snapshots>
<enabled>{@= repository.snapshotsEnabled @}</enabled>
</snapshots>
</repository>
</repositories>{@ } @}