OPENJPA-2172. In order to pass the TCK, we needed to add the slf4j dependency into the TCK pom.xml.

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1468447 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Kevin W. Sutter 2013-04-16 14:53:47 +00:00
parent e8a2932d4c
commit 96751867c9
1 changed files with 7 additions and 0 deletions

View File

@ -222,6 +222,13 @@
<artifactId>openjpa-all</artifactId>
<version>${project.version}</version>
</dependency>
<!-- The slf4j dependency is for bval 0.3-incubating -->
<!-- This can be removed if we move to bval 0.5, where the slf4j dependency is removed -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>${slf4jVersion}</version>
</dependency>
</dependencies>
<!-- ^^^^^^^^^^^^^^^^^^^ -->