From 0770c99007005068901fd3ee733ddf1665d91aae Mon Sep 17 00:00:00 2001 From: Alexander Radzin Date: Tue, 12 Dec 2023 12:36:06 +0200 Subject: [PATCH] Update connecting-with-jdbc.md Fixed reference to the maven repository --- .../Guides/developing-with-firebolt/connecting-with-jdbc.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/Guides/developing-with-firebolt/connecting-with-jdbc.md b/docs/Guides/developing-with-firebolt/connecting-with-jdbc.md index 4c359180..d1fd97da 100644 --- a/docs/Guides/developing-with-firebolt/connecting-with-jdbc.md +++ b/docs/Guides/developing-with-firebolt/connecting-with-jdbc.md @@ -23,12 +23,12 @@ Download the Firebolt JDBC driver JAR file from the [GitHub Releases page](https ## Adding the Firebolt JDBC driver as a Maven dependency -If you are using Apache Maven, you can configure and build your projects to use the Firebolt JDBC driver to connect to your Firebolt resources. To do this, add the JDBC driver as a dependency in your project **pom.xml** file by including a link to the [Firebolt Maven repository](https://repo.repsy.io/mvn/firebolt/maven/){:target="_blank"}. +If you are using Apache Maven, you can configure and build your projects to use the Firebolt JDBC driver to connect to your Firebolt resources. To do this, add the JDBC driver as a dependency in your project **pom.xml** file by including a link to the [Firebolt Maven repository](https://mvnrepository.com/artifact/io.firebolt/firebolt-jdbc){:target="_blank"}. See below for an example pom.xml file: {: .note} - Be sure to replace `0.00` with the latest (highest) version number. You can identify the latest version by viewing the version history in the [Firebolt Maven repository](https://repo.repsy.io/mvn/firebolt/maven/com/firebolt/firebolt-jdbc/){:target="_blank"}. + Be sure to replace `0.00` with the latest (highest) version number. You can identify the latest version by viewing the version history in the [Firebolt Maven repository](https://mvnrepository.com/artifact/io.firebolt/firebolt-jdbc){:target="_blank"}. @@ -44,7 +44,7 @@ See below for an example pom.xml file: ## Adding the Firebolt JDBC driver as a gradle dependency {: .note} - Be sure to replace `0.00` with the latest (highest) version number. You can identify the latest version by viewing the version history in the [Firebolt Maven repository](https://repo.repsy.io/mvn/firebolt/maven/com/firebolt/firebolt-jdbc/){:target="_blank"}. + Be sure to replace `0.00` with the latest (highest) version number. You can identify the latest version by viewing the version history in the [Firebolt Maven repository](https://mvnrepository.com/artifact/io.firebolt/firebolt-jdbc){:target="_blank"}. /* build.gradle */