Skip to content
This repository was archived by the owner on Jul 22, 2020. It is now read-only.

Commit

Permalink
Merge pull request #13 from builtamont-oss/chore/update_readme_with_s…
Browse files Browse the repository at this point in the history
…onatype_oss

Chore - Update README with Sonatype OSS
  • Loading branch information
hhandoko authored Sep 20, 2016
2 parents 2dff947 + 9155d52 commit 4f31660
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,21 @@ Ensure the following prerequisites are met:
* **Apache Cassandra 3.0.x:**<br />The library is currently tested using embedded Cassandra, testing with standalone Cassandra (DataStax Community Edition) is in the roadmap
* **Pre-existing Keyspace:**<br />Cassandra's Keyspace should be managed outside the migration tool by sysadmins (e.g. tune replication factor, etc)

Import this library as a dependency (Maven example):
Add the Sonatype Nexus OSS repo, and...
``` xml
<repositories>
<repository>
<id>oss-sonatype</id>
<name>oss-sonatype</name>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
```

import this library as a dependency:
``` xml
<dependency>
<groupId>com.builtamont</groupId>
Expand Down

0 comments on commit 4f31660

Please sign in to comment.