From 77a1cdfa6b1f109f696f223cc27786dc8eb9ebcd Mon Sep 17 00:00:00 2001 From: Mattias Severson Date: Mon, 13 Mar 2023 21:59:35 +0100 Subject: [PATCH] Update README.md (#368) Update to point links to Maven central to Sonatype. See also https://central.sonatype.com/?smo=true --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c2d51d475..e7c7a72d0 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ You need to install Amazon Corretto 8+ or Java 8+ before using the AWS JDBC Driv ### Installing or Upgrading the AWS JDBC Driver for MySQL #### Direct Download of the .jar file -The AWS JDBC Driver for MySQL can be installed from pre-compiled packages that can be downloaded directly from [GitHub Releases](https://github.com/awslabs/aws-mysql-jdbc/releases) or [Maven Central](https://search.maven.org/search?q=g:software.aws.rds). To install the driver, obtain the corresponding JAR file and include it in the application's CLASSPATH: +The AWS JDBC Driver for MySQL can be installed from pre-compiled packages that can be downloaded directly from [GitHub Releases](https://github.com/awslabs/aws-mysql-jdbc/releases) or [Maven Central](https://central.sonatype.com/search?q=software.aws.rds). To install the driver, obtain the corresponding JAR file and include it in the application's CLASSPATH: **Example - Direct download with wget** ```bash @@ -44,7 +44,7 @@ export CLASSPATH=$CLASSPATH:/home/userx/libs/aws-mysql-jdbc-1.1.4.jar ``` #### As a Maven dependency -You can use [Maven's dependency management](https://search.maven.org/search?q=g:software.aws.rds) to obtain the driver by adding the following configuration to the application's Project Object Model (POM) file: +You can use [Maven's dependency management](https://central.sonatype.com/search?q=software.aws.rds) to obtain the driver by adding the following configuration to the application's Project Object Model (POM) file: **Example - Maven** ```xml @@ -71,7 +71,7 @@ To upgrade to a newer version of the driver, replace the version number identifi ``` #### As a Gradle dependency -You can use [Gradle's dependency management](https://search.maven.org/search?q=g:software.aws.rds) to obtain the driver by adding the following configuration to the application's ```build.gradle``` file: +You can use [Gradle's dependency management](https://central.sonatype.com/search?q=software.aws.rds) to obtain the driver by adding the following configuration to the application's ```build.gradle``` file: **Example - Gradle** ```gradle