Skip to content

Commit 06024da

Browse files
committed
Update README with instructions for obtaining the shaded JAR
The shaded JAR will be published to the GitHub releases page for easier access. We assume that people who want the shaded JAR are not already using Maven, so publishing the shaded JAR as an artifact would complicate things.
1 parent 537837b commit 06024da

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,11 @@ Set the Region explicitly in your `advanced.auth-provider.class` configuration (
6060

6161
## Add the Authentication Plugin to the Application
6262

63-
The authentication plugin supports version 4.x of the DataStax Java Driver for Cassandra. If you’re using Apache Maven, or a build system that can use Maven dependencies, add the following dependencies to your `pom.xml` file.
63+
The authentication plugin supports version 4.x of the DataStax Java Driver for Cassandra.
64+
65+
### With Maven/Ivy
66+
67+
If you’re using Apache Maven, or a build system that can use Maven dependencies, add the following dependencies to your `pom.xml` file.
6468

6569
``` xml
6670
<dependency>
@@ -70,6 +74,12 @@ The authentication plugin supports version 4.x of the DataStax Java Driver for C
7074
</dependency>
7175
```
7276

77+
### Download the Shaded JAR
78+
79+
If you just need the JAR to use with a third party tool, please use the shaded JAR (includes the SDK and other
80+
dependencies) located in the [releases](https://github.com/aws/aws-sigv4-auth-cassandra-java-driver-plugin/releases)
81+
section on GitHub.
82+
7383
## How to use the Authentication Plugin
7484

7585
When using the open-source DataStax Java driver, the connection to your Amazon Keyspaces endpoint is represented by the `CqlSession` class. To create the `CqlSession`, you can either configure it programmatically using the `CqlSessionBuilder` class (accessed via `CqlSession.builder()`) or with the configuration file.

0 commit comments

Comments
 (0)