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