Skip to content

Commit

Permalink
HHH-12462 - Use SAP HANA JDBC driver from Maven Central
Browse files Browse the repository at this point in the history
  • Loading branch information
breglerj authored and vladmihalcea committed Apr 5, 2018
1 parent 8218a8d commit 5e5d91c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion databases/hana/matrix.gradle
Expand Up @@ -4,4 +4,4 @@
* License: GNU Lesser General Public License (LGPL), version 2.1 or later.
* See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
*/
jdbcDependency 'com.sap.db.jdbc:ngdbc:2.2.8'
jdbcDependency 'com.sap.cloud.db.jdbc:ngdbc:2.2.16'
1 change: 1 addition & 0 deletions documentation/documentation.gradle
Expand Up @@ -71,6 +71,7 @@ dependencies {
testRuntime( libraries.mysql )
testRuntime( libraries.mariadb )
testRuntime( libraries.mssql )
testRuntime( libraries.hana )

testCompile "org.osgi:org.osgi.core:4.3.1"

Expand Down
2 changes: 1 addition & 1 deletion hibernate-spatial/databases/hana/matrix.gradle
Expand Up @@ -4,4 +4,4 @@
* License: GNU Lesser General Public License (LGPL), version 2.1 or later.
* See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
*/
jdbcDependency "com.sap.db.jdbc:ngdbc:2.2.1"
jdbcDependency "com.sap.cloud.db.jdbc:ngdbc:2.2.16"
2 changes: 1 addition & 1 deletion libraries.gradle
Expand Up @@ -99,7 +99,7 @@ ext {
oracle: 'com.oracle.jdbc:ojdbc7:12.1.0.2',
mssql: 'com.microsoft.sqlserver:mssql-jdbc:6.1.0.jre8',
db2: 'com.ibm.db2:db2jcc:10.5',
hana: 'com.sap.db.jdbc:ngdbc:2.2.1', // for HANA 1 the minimum required client version is 1.120.20
hana: 'com.sap.cloud.db.jdbc:ngdbc:2.2.16', // for HANA 1 the minimum required client version is 1.120.20

informix: 'com.ibm.informix:jdbc:4.10.7.20160517',
jboss_jta: "org.jboss.jbossts:jbossjta:4.16.4.Final",
Expand Down

0 comments on commit 5e5d91c

Please sign in to comment.