minor change

git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14212 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
Steve Ebersole 2007-12-04 17:26:17 +00:00
parent 069c575e36
commit b0bd89df76
1 changed files with 1 additions and 2 deletions

View File

@ -27,10 +27,9 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<!-- here we need to pull JUnit deps into compile scope... -->
<!-- here we need to pull JUnit deps into compile scope, as opposed to the normal test scope -->
<version>3.8.1</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>