mirror of https://github.com/apache/openjpa.git
OPENJPA-1197:
Upgrade test profile to use MySQL JDBC driver v 5.1.6. Resolves problems executing native queries. modified: openjpa-persistence-jdbc/pom.xml git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@798192 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5f9f9124b1
commit
65ed7d997b
|
@ -98,7 +98,7 @@
|
|||
<dependency>
|
||||
<groupId>mysql</groupId>
|
||||
<artifactId>mysql-connector-java</artifactId>
|
||||
<version>5.0.4</version>
|
||||
<version>5.1.6</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
|
Loading…
Reference in New Issue