<?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>com.accenture.atom</groupId>
  <artifactId>library-dbUtils</artifactId>
  <version>0.0.1</version>
  <packaging>pom</packaging>
  <dependencies>
    <dependency>
      <groupId>com.accenture.atom</groupId>
      <artifactId>library-common</artifactId>
      <version>0.0.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>commons-dbutils</groupId>
      <artifactId>commons-dbutils</artifactId>
      <version>1.6</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.elasticsearch.client</groupId>
      <artifactId>elasticsearch-rest-high-level-client</artifactId>
      <version>6.2.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.mongodb</groupId>
      <artifactId>mongo-java-driver</artifactId>
      <version>3.6.3</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.google.cloud</groupId>
      <artifactId>google-cloud-spanner-jdbc</artifactId>
      <version>1.12.0</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <artifactId>json</artifactId>
          <groupId>org.json</groupId>
        </exclusion>
        <exclusion>
          <artifactId>guava</artifactId>
          <groupId>com.google.guava</groupId>
        </exclusion>
        <exclusion>
          <artifactId>guava-testlib</artifactId>
          <groupId>com.google.guava</groupId>
        </exclusion>
      </exclusions>
    </dependency>
  </dependencies>
  <description>The 'dbUtils' library contains a set of java helper classes that support database operation and can be reused by projects helper classes.</description>
  <name>library-dbUtils</name>
  <url>https://github.com/Accenture/atom</url>
  <organization>
    <name>com.github.accenture</name>
    <url>https://github.com/accenture</url>
  </organization>
  <issueManagement>
    <system>GitHub</system>
    <url>https://github.com/Accenture/atom/issues</url>
  </issueManagement>
  <licenses>
    <license>
      <name>Apache License, Version 2.0</name>
      <url>https://github.com/Accenture/atom/blob/master/LICENSE</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <scm>
    <url>https://github.com/Accenture/atom</url>
    <connection>scm:git:git://github.com/Accenture/atom.git</connection>
    <developerConnection>scm:git:ssh://git@github.com:mautini/schemaorg-java.git</developerConnection>
  </scm>
  <developers>
    <developer>
      <name>ATC-NCL</name>
      <id>ATC-NCL</id>
      <email>ATC-NCL</email>
    </developer>
  </developers>
</project>
