<?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.taboola</groupId>
  <artifactId>android-sdk-infra</artifactId>
  <version>0.3-beta</version>
  <packaging>aar</packaging>
  <name>taboola-android-sdk-infra</name>
  <description>Taboola SDK Plus allows you to display Taboola recommendations in an Android notification from your app</description>
  <url>http://taboola.com</url>
  <licenses>
    <license>
      <name>Taboola Mobile SDK License</name>
      <url>https://github.com/taboola/taboola-android/blob/master/LICENSE</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>taboola</id>
      <name>Taboola</name>
      <email>mobile-sdk@taboola.com</email>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/taboola/taboola-android-plus</connection>
    <developerConnection>https://github.com/taboola/taboola-android-plus</developerConnection>
    <url>http://taboola.com</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>androidx.test</groupId>
      <artifactId>core</artifactId>
      <version>1.3.0</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>com.google.android.play</groupId>
      <artifactId>core</artifactId>
      <version>1.9.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>androidx.lifecycle</groupId>
      <artifactId>lifecycle-extensions</artifactId>
      <version>2.2.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.google.code.findbugs</groupId>
      <artifactId>jsr305</artifactId>
      <version>3.0.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.annotation</groupId>
      <artifactId>annotation</artifactId>
      <version>1.1.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.core</groupId>
      <artifactId>core</artifactId>
      <version>1.3.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.13.1</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.mockito</groupId>
      <artifactId>mockito-core</artifactId>
      <version>3.6.28</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>
