Fixed problems reported after first run with Maven 3.0.

This commit is contained in:
Ulrik Sandberg
2010-11-16 07:10:44 +00:00
parent e0fe30ebc3
commit bede63b2c7
7 changed files with 12 additions and 20 deletions

View File

@@ -49,7 +49,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-orm</artifactId>
<scope>test</scope>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
@@ -57,11 +57,6 @@
<version>3.2.6.ga</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-orm</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>aspectj</groupId>
<artifactId>aspectjrt</artifactId>
@@ -97,4 +92,4 @@
<scope>test</scope>
</dependency>
</dependencies>
</project>
</project>