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:
Michael Dick 2009-07-27 15:40:47 +00:00
parent 5f9f9124b1
commit 65ed7d997b
1 changed files with 1 additions and 1 deletions

View File

@ -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>