Skip to content

Commit

Permalink
TOOLS-1284: (ASLOADER) Update to use latest Java client.
Browse files Browse the repository at this point in the history
  • Loading branch information
hbpatre committed Jan 25, 2019
1 parent 150639d commit 9cf617d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@

<a name="Prerequisites"></a>
## Prerequisites
* Java 1.6 or higher
* Maven 2.3.2
* Java 1.8 or greater
* Maven 3.0 or greater

<a name="Installation"></a>
## Installation
Expand All @@ -37,7 +37,7 @@
<a name="Dependencies"></a>
## Dependencies
Following dependencies are downloaded automatically:
* Aerospike Java client 3.1.2 or greater
* Aerospike Java client 4.3.0 or greater
* Apache commons cli 1.2
* Log4j 2.11.1
* Junit 4.4
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.aerospike</groupId>
<artifactId>aerospike-load</artifactId>
<version>2.2</version>
<version>2.3</version>
<name>Aerospike DSV Loader</name>
<packaging>jar</packaging>

Expand Down Expand Up @@ -32,7 +32,7 @@
<dependency>
<groupId>com.aerospike</groupId>
<artifactId>aerospike-client</artifactId>
<version>4.1.6</version>
<version>4.3.0</version>
</dependency>
<!-- Apache command line parser. -->
<dependency>
Expand Down

0 comments on commit 9cf617d

Please sign in to comment.