oops... removed testng dep, as i was just playing with it locally

git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@12930 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
Steve Ebersole 2007-08-13 22:17:29 +00:00
parent e959b5787d
commit 557a922698
1 changed files with 4 additions and 2 deletions

View File

@ -96,13 +96,15 @@
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.14</version>
</dependency>
</dependency>
<!--
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>5.5</version>
<classifier>jdk15</classifier>
</dependency>
</dependency>
-->
</dependencies>
<build>