<?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>com.bordercloud</groupId>
  <artifactId>SPARQL-JAVA</artifactId>
  <version>1.0.6</version>
  <name>SPARQL-JAVA</name>
  <description>Client SPARQL 1.1 (very simple) for Java.</description>
  <url>https://github.com/BorderCloud/SPARQL-JAVA</url>
  <licenses>
    <license>
      <name>Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)</name>
      <url>https://creativecommons.org/licenses/by-sa/4.0/</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>bordercloud</id>
      <name>Karima Rafes</name>
      <email>karima.rafes@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <url>https://github.com/BorderCloud/SPARQL-JAVA</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.apache.httpcomponents</groupId>
      <artifactId>httpclient</artifactId>
      <version>4.5.12</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-core</artifactId>
      <version>2.10.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-databind</artifactId>
      <version>2.10.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-annotations</artifactId>
      <version>2.10.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.12</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>commons-io</groupId>
      <artifactId>commons-io</artifactId>
      <version>2.6</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>
