Fixing error introduced in pom.xml. Duplicated junit dependency.

This commit is contained in:
Javier Moran Rua 2009-08-07 17:11:01 +02:00
parent d1677f9c7e
commit 0ccc486fac

View file

@ -26,11 +26,6 @@
<groupId>org.hibernate</groupId>
<artifactId>hibernate</artifactId>
</dependency>
<!-- JUnit -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</dependency>
<!-- Spring -->
<dependency>
<groupId>org.springframework</groupId>