Author: kwsutter
Date: Tue Apr 16 14:53:47 2013
New Revision: 1468447
URL: http://svn.apache.org/r1468447
Log:
OPENJPA-2172. In order to pass the TCK, we needed to add the slf4j dependency
into the TCK pom.xml.
Modified:
openjpa/trunk/openjpa-integration/tck/pom.xml
Modified: openjpa/trunk/openjpa-integration/tck/pom.xml
URL:
http://svn.apache.org/viewvc/openjpa/trunk/openjpa-integration/tck/pom.xml?rev=1468447&r1=1468446&r2=1468447&view=diff
==============================================================================
--- openjpa/trunk/openjpa-integration/tck/pom.xml (original)
+++ openjpa/trunk/openjpa-integration/tck/pom.xml Tue Apr 16 14:53:47 2013
@@ -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>
<!-- ^^^^^^^^^^^^^^^^^^^ -->