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

Commit b11c1ec

Browse files
author
Jeff Boone
authored
Merge pull request #13 from mzhangsfly/master
Code clean up and unit test bug fix
2 parents 8d36014 + 602bae5 commit b11c1ec

File tree

23 files changed

+31
-2941
lines changed

23 files changed

+31
-2941
lines changed

pom.xml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,11 @@
7676
<version>${aerospike}</version>
7777
</dependency>
7878

79-
<!-- <dependency> -->
80-
<!-- <groupId>org.jruby</groupId> -->
81-
<!-- <artifactId>jruby-complete</artifactId> -->
82-
<!-- <version>1.7.20.1</version> -->
83-
<!-- <scope>test</scope> -->
84-
<!-- </dependency> -->
85-
79+
<dependency>
80+
<groupId>com.aerospike</groupId>
81+
<artifactId>aerospike-helper-java</artifactId>
82+
<version>1.1</version>
83+
</dependency>
8684

8785
<!-- Logging -->
8886
<dependency>

src/main/java/com/aerospike/helper/Utils.java

Lines changed: 0 additions & 107 deletions
This file was deleted.

0 commit comments

Comments
 (0)