<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>net.intelie.live</groupId>
  <artifactId>liverig-witsml</artifactId>
  <version>2.24.0</version>
  <name>liverig-witsml</name>
  <description>liverig witsml</description>
  <url>docs.intelie.com</url>
  <licenses>
    <license>
      <name>GNU Affero General Public License, Version 3 with the Commons Clause</name>
      <url>http://www.gnu.org/licenses/agpl-3.0-standalone.html</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Cesar Barros</name>
      <email>cesar.barros@intelie.com.br</email>
      <organization>Intelie</organization>
      <organizationUrl>http://www.intelie.com</organizationUrl>
    </developer>
    <developer>
      <name>Hubert Fonseca</name>
      <email>hubert@intelie.com.br</email>
      <organization>Intelie</organization>
      <organizationUrl>http://www.intelie.com</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://gitlab.intelie.com/intelie/liverig.git</connection>
    <developerConnection>scm:git:ssh://gitlab.intelie.com:intelie/liverig.git</developerConnection>
    <url>http://gitlab.intelie.com/intelie/liverig/tree/master</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>jakarta.activation</groupId>
      <artifactId>jakarta.activation-api</artifactId>
      <version>1.2.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.sun.xml.ws</groupId>
      <artifactId>jaxws-rt</artifactId>
      <version>2.3.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <version>1.7.25</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains</groupId>
      <artifactId>annotations</artifactId>
      <version>13.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.google.guava</groupId>
      <artifactId>guava</artifactId>
      <version>25.1-jre</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>net.intelie.live</groupId>
      <artifactId>liverig-common</artifactId>
      <version>2.24.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>net.intelie.live</groupId>
      <artifactId>liverig-parser</artifactId>
      <version>2.24.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>javax.websocket</groupId>
      <artifactId>javax.websocket-api</artifactId>
      <version>1.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.avro</groupId>
      <artifactId>avro</artifactId>
      <version>1.8.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.glassfish.tyrus</groupId>
      <artifactId>tyrus-container-grizzly-client</artifactId>
      <version>1.15</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.json</groupId>
      <artifactId>json</artifactId>
      <version>20180813</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
  <repositories>
    <repository>
      <id>intelie-public-repo</id>
      <name>intelie public repository</name>
      <url>https://raw.github.com/intelie/maven-public/master</url>
    </repository>
    <repository>
      <id>ossrh</id>
      <name>sonatype snapshot repository</name>
      <url>https://oss.sonatype.org/content/repositories/snapshots</url>
    </repository>
  </repositories>
</project>
