Skip to content

Commit

Permalink
Merge pull request #217 from tigergraph/jdbc-dev-sync
Browse files Browse the repository at this point in the history
[Automated]JDBC Driver Release 1.3.15
  • Loading branch information
chengjie-qin authored Feb 2, 2024
2 parents b40eb96 + eb27928 commit e78d005
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 19 deletions.
5 changes: 5 additions & 0 deletions tools/etl/tg-jdbc-driver/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
25 changes: 6 additions & 19 deletions tools/etl/tg-jdbc-driver/tg-jdbc-driver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.tigergraph</groupId>
<artifactId>tigergraph-jdbc-driver</artifactId>
<version>1.3.14</version>
<version>1.3.15</version>
<packaging>jar</packaging>

<name>TigerGraph JDBC Driver Parent</name>
Expand Down Expand Up @@ -55,12 +55,12 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.13</version>
<version>4.5.14</version>
</dependency>
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20230227</version>
<version>20231013</version>
</dependency>
<dependency>
<groupId>org.glassfish</groupId>
Expand Down Expand Up @@ -115,13 +115,13 @@
<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-core_2.12</artifactId>
<version>3.4.0</version>
<version>3.5.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-sql_2.12</artifactId>
<version>3.3.0</version>
<version>3.5.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down Expand Up @@ -166,20 +166,6 @@
<goal>shade</goal>
</goals>
<configuration>
<relocations>
<relocation>
<pattern>org.apache.http</pattern>
<shadedPattern>org.shaded.apache.http</shadedPattern>
</relocation>
<relocation>
<pattern>org.apache.commons.http</pattern>
<shadedPattern>org.shaded.apache.commons.http</shadedPattern>
</relocation>
<relocation>
<pattern>org.json</pattern>
<shadedPattern>org.shaded.json</shadedPattern>
</relocation>
</relocations>
<filters>
<filter>
<artifact>*:*</artifact>
Expand All @@ -201,6 +187,7 @@
<transformers>
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
</transformers>
<createDependencyReducedPom>false</createDependencyReducedPom>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit e78d005

Please sign in to comment.