<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>io.v</groupId>
  <artifactId>vanadium-without-natives</artifactId>
  <version>1.10</version>
  <dependencies>
    <dependency>
      <groupId>joda-time</groupId>
      <artifactId>joda-time</artifactId>
      <version>2.7</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.google.guava</groupId>
      <artifactId>guava</artifactId>
      <version>18.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.google.code.findbugs</groupId>
      <artifactId>jsr305</artifactId>
      <version>3.0.1</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
  <name>Vanadium Java library</name>
  <description>Java libraries for writing Vanadium applications</description>
  <url>https://github.com/vanadium/java</url>
  <licenses>
    <license>
      <name>New BSD License</name>
      <url>https://github.com/vanadium/java/blob/master/LICENSE</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <scm>
    <url>https://github.com/vanadium/java.git</url>
  </scm>
  <developers>
    <developer>
      <id>vanadium</id>
      <name>The Vanadium Contributors</name>
      <email>vanadium-discuss@v.io</email>
    </developer>
  </developers>
</project>
