<project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.aerospike</groupId>
  <artifactId>aerospike-client</artifactId>
  <version>6.2.0</version>
  <packaging>jar</packaging>
  <name>Aerospike Java Client</name>
  <description>Aerospike Java client interface to Aerospike database server</description>
  <url>https://github.com/aerospike/aerospike-client-java</url>
  <organization>
    <name>Aerospike Inc.</name>
    <url>https://www.aerospike.com</url>
  </organization>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <scm>
    <connection>scm:git:git@github.com:aerospike/aerospike-client-java.git</connection>
    <url>https://github.com/aerospike/aerospike-client-java</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.gnu</groupId>
      <artifactId>gnu-crypto</artifactId>
      <version>2.0.1</version>
    </dependency>
    <dependency> 
      <groupId>org.luaj</groupId>
      <artifactId>luaj-jse</artifactId>
      <version>3.0</version>
    </dependency>
    <dependency>
      <groupId>org.mindrot</groupId>
      <artifactId>jbcrypt</artifactId>
      <version>0.4</version>
    </dependency>
  </dependencies>
  <parent>
    <groupId>org.sonatype.oss</groupId>
    <artifactId>oss-parent</artifactId>
    <version>7</version>
  </parent>
</project>
