Skip to content

Commit

Permalink
Update connecting-with-jdbc.md
Browse files Browse the repository at this point in the history
Fixed reference to the maven repository
  • Loading branch information
alexradzin authored and molly-firebolt committed Dec 12, 2023
1 parent 5dc7db8 commit 0770c99
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/Guides/developing-with-firebolt/connecting-with-jdbc.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<version>0.00</version>` 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 `<version>0.00</version>` 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"}.

<!-- pom.xml -->

Expand All @@ -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 `<version>0.00</version>` 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 `<version>0.00</version>` 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 */

Expand Down

0 comments on commit 0770c99

Please sign in to comment.