Skip to content

Commit

Permalink
Externalize Snowflake version for better management
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Cosentino <ancosen@gmail.com>
  • Loading branch information
oscerd committed Feb 15, 2024
1 parent 1ee8e2a commit a796514
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
<version.com.amazon.redshift.redshift-jdbc42>2.1.0.26</version.com.amazon.redshift.redshift-jdbc42>
<version.org.apache.activemq.artemis-jakarta-client-all>2.32.0</version.org.apache.activemq.artemis-jakarta-client-all>
<version.org.postgresql.postgresql>42.7.1</version.org.postgresql.postgresql>
<version.net.snowflake.snowflake-jdbc>3.14.5</version.net.snowflake.snowflake-jdbc>
<version.io.quarkus.quarkus-apicurio-registry-avro>3.6.3</version.io.quarkus.quarkus-apicurio-registry-avro>
<!-- These versions should be taken from Azure SDK BOM used in the Camel version declared -->
<version.com.azure.azure-identity>1.11.1</version.com.azure.azure-identity>
Expand Down Expand Up @@ -342,6 +343,7 @@
"version.com.amazon.redshift.redshift-jdbc42": "${version.com.amazon.redshift.redshift-jdbc42}",
"version.org.apache.activemq.artemis-jakarta-client-all": "${version.org.apache.activemq.artemis-jakarta-client-all}",
"version.org.postgresql.postgresql": "${version.org.postgresql.postgresql}",
"version.net.snowflake.snowflake-jdbc": "${version.net.snowflake.snowflake-jdbc}",
"version.io.quarkus.quarkus-apicurio-registry-avro": "${version.io.quarkus.quarkus-apicurio-registry-avro}",
"version.com.azure.azure-identity": "${version.com.azure.azure-identity}",
"version.com.azure.azure-data-schemaregistry-apacheavro": "${version.com.azure.azure-data-schemaregistry-apacheavro}",
Expand Down

0 comments on commit a796514

Please sign in to comment.