Skip to content

Commit

Permalink
Upgrade snowflake-kafka-connector to 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoloboschi committed Jan 24, 2022
1 parent 973a1f1 commit 9c1691d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<redirectTestOutputToFile>true</redirectTestOutputToFile>
<test.additional.args />
<test.additional.args/>
<testReuseFork>true</testReuseFork>
<testForkCount>4</testForkCount>
<testRetryCount>1</testRetryCount>
Expand Down Expand Up @@ -113,7 +113,7 @@
<scala.binary.version>2.13</scala.binary.version>
<scala-library.version>2.13.6</scala-library.version>
<debezium.version>1.5.4.Final</debezium.version>
<snowflakeconnector.version>1.7.0</snowflakeconnector.version>
<snowflakeconnector.version>1.7.1</snowflakeconnector.version>
<jsonwebtoken.version>0.11.1</jsonwebtoken.version>
<opencensus.version>0.18.0</opencensus.version>
<hbase.version>2.3.0</hbase.version>
Expand Down
4 changes: 2 additions & 2 deletions snowflake-kafka-connector-shaded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@
</relocation>
</relocations>
<transformers>
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
<transformer implementation="org.apache.maven.plugins.shade.resource.PluginXmlResourceTransformer" />
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
<transformer implementation="org.apache.maven.plugins.shade.resource.PluginXmlResourceTransformer"/>
</transformers>
</configuration>
</plugin>
Expand Down

0 comments on commit 9c1691d

Please sign in to comment.