Skip to content

Commit

Permalink
remove Aerospike proxy client dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
agrgr committed Jan 31, 2024
1 parent 5ec6e3c commit c22357e
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
<maven.gpg.plugin>1.6</maven.gpg.plugin>
<aerospike-client>7.2.0</aerospike-client>
<aerospike-reactor-client>7.1.0</aerospike-reactor-client>
<aerospike-proxy-client>7.2.0</aerospike-proxy-client>
<reactor-test>3.6.1</reactor-test>
<embedded-aerospike>3.1.4</embedded-aerospike>
<jodatime>2.12.5</jodatime>
Expand Down Expand Up @@ -201,11 +200,6 @@
<artifactId>aerospike-reactor-client</artifactId>
<version>${aerospike-reactor-client}</version>
</dependency>
<dependency>
<groupId>com.aerospike</groupId>
<artifactId>aerospike-proxy-client</artifactId>
<version>${aerospike-proxy-client}</version>
</dependency>
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
Expand Down Expand Up @@ -249,10 +243,6 @@
<artifactId>aerospike-reactor-client</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.aerospike</groupId>
<artifactId>aerospike-proxy-client</artifactId>
</dependency>
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
Expand Down

0 comments on commit c22357e

Please sign in to comment.