Skip to content

Commit

Permalink
remove proxy client dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
agrgr committed Dec 11, 2024
1 parent 1fcaa06 commit a588a48
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 @@ -32,7 +32,6 @@
<maven.gpg.plugin>1.6</maven.gpg.plugin>
<aerospike-client-jdk8>9.0.2</aerospike-client-jdk8>
<aerospike-reactor-client>8.1.2</aerospike-reactor-client>
<aerospike-proxy-client>8.1.4</aerospike-proxy-client>
<reactor-test>3.7.0</reactor-test>
<embedded-aerospike>3.1.9</embedded-aerospike>
<jodatime>2.13.0</jodatime>
Expand Down Expand Up @@ -196,11 +195,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 @@
<groupId>com.aerospike</groupId>
<artifactId>aerospike-reactor-client</artifactId>
</dependency>
<dependency>
<groupId>com.aerospike</groupId>
<artifactId>aerospike-proxy-client</artifactId>
</dependency>
<dependency>
<groupId>com.esotericsoftware</groupId>
<artifactId>kryo</artifactId>
Expand Down

0 comments on commit a588a48

Please sign in to comment.