diff --git a/tools/etl/tg-jdbc-driver/CHANGELOG.md b/tools/etl/tg-jdbc-driver/CHANGELOG.md index 7bae8263..b5631f63 100644 --- a/tools/etl/tg-jdbc-driver/CHANGELOG.md +++ b/tools/etl/tg-jdbc-driver/CHANGELOG.md @@ -1,3 +1,8 @@ +## Release 1.3.15 +* Supported TG Version: 2.4.1+ +* Bugfixes: + 1. publish the original POM to maven central + ## Release 1.3.14 * Supported TG Version: 2.4.1+ * Bugfixes: diff --git a/tools/etl/tg-jdbc-driver/tg-jdbc-driver/pom.xml b/tools/etl/tg-jdbc-driver/tg-jdbc-driver/pom.xml index fbbbc507..41acdf8d 100644 --- a/tools/etl/tg-jdbc-driver/tg-jdbc-driver/pom.xml +++ b/tools/etl/tg-jdbc-driver/tg-jdbc-driver/pom.xml @@ -4,7 +4,7 @@ com.tigergraph tigergraph-jdbc-driver - 1.3.14 + 1.3.15 jar TigerGraph JDBC Driver Parent @@ -55,12 +55,12 @@ org.apache.httpcomponents httpclient - 4.5.13 + 4.5.14 org.json json - 20230227 + 20231013 org.glassfish @@ -115,13 +115,13 @@ org.apache.spark spark-core_2.12 - 3.4.0 + 3.5.0 provided org.apache.spark spark-sql_2.12 - 3.3.0 + 3.5.0 provided @@ -166,20 +166,6 @@ shade - - - org.apache.http - org.shaded.apache.http - - - org.apache.commons.http - org.shaded.apache.commons.http - - - org.json - org.shaded.json - - *:* @@ -201,6 +187,7 @@ + false