mirror of https://github.com/apache/openjpa.git
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:
parent
e8a2932d4c
commit
96751867c9
|
@ -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>
|
||||
|
||||
<!-- ^^^^^^^^^^^^^^^^^^^ -->
|
||||
|
|
Loading…
Reference in New Issue