summaryrefslogtreecommitdiffstats
path: root/integration
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2020-07-02 11:28:57 -0400
committerJim Hahn <jrh3@att.com>2020-07-02 11:32:18 -0400
commit4d1d04871a3d45816e748ca36befc09eee94866c (patch)
tree5a74de438780ac112fdea288ee8694a422171e33 /integration
parentd0631367e718fb46148514b768320993b3159386 (diff)
Revert mariadb jdbc version
The new mariadb jdbc version is causing intermittent CSIT errors in PAP. Reverted to previous version. [EL Warning]: 2020-07-02 15:08:48.318--ServerSession(404947798)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.5.v20191016-ea124dd158): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: (conn=11) You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ' derived_from_name VARCHAR, derived_from_version VARCHAR, name VARCHAR(120) NOT ' at line 1 Error Code: 1064 Call: CREATE TABLE ToscaDataType (DESCRIPTION VARCHAR, derived_from_name VARCHAR, derived_from_version VARCHAR, name VARCHAR(120) NOT NULL, version VARCHAR(20) NOT NULL, PRIMARY KEY (name, version)) Issue-ID: POLICY-2387 Change-Id: I138f4d395f150563474afe719966927789ae1f6e Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'integration')
-rw-r--r--integration/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/integration/pom.xml b/integration/pom.xml
index bf7ec9cc..a1932d0c 100644
--- a/integration/pom.xml
+++ b/integration/pom.xml
@@ -188,7 +188,7 @@
<dependency>
<groupId>org.mariadb.jdbc</groupId>
<artifactId>mariadb-java-client</artifactId>
- <version>2.6.1</version>
+ <version>2.2.6</version>
</dependency>
<!-- Swagger Jersey2 JAXRS -->