<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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">
  <!-- This module was also published with a richer model, Gradle metadata,  -->
  <!-- which should be used instead. Do not delete the following line which  -->
  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
  <!-- that they should prefer consuming it instead. -->
  <!-- do_not_remove: published-with-gradle-metadata -->
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.scandit.shelf</groupId>
  <artifactId>pple-sdk</artifactId>
  <version>1.2.0-beta.2</version>
  <packaging>aar</packaging>
  <name>Price and Promotion Label Execution SDK</name>
  <description>The Price and Promotion Label Execution (PPLE) SDK by Scandit is a tool for validating price labels. It provides the capabilities for validating the price and aggregating this information to a web tool.
For each scanned label, the SDK validates its price and indicates whether it is correct, incorrect or unknown. Your application can be then designed to function based on this information.
Mismatched data then can be uploaded to the web tool and tasked accordingly.</description>
  <url>https://shelf.scandit.com</url>
  <licenses>
    <license>
      <name>Scandit Commercial License</name>
      <url>https://ssl.scandit.com/terms/test.pdf</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>scandit</id>
      <name>Scandit AG</name>
      <email>support@scandit.com</email>
    </developer>
  </developers>
  <scm>
    <connection>https://shelf.scandit.com</connection>
    <developerConnection>https://shelf.scandit.com</developerConnection>
    <url>https://shelf.scandit.com</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib-jdk8</artifactId>
      <version>1.8.10</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.scandit.datacapture</groupId>
      <artifactId>core</artifactId>
      <version>6.17.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.scandit.datacapture</groupId>
      <artifactId>barcode</artifactId>
      <version>6.17.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.scandit.datacapture</groupId>
      <artifactId>label</artifactId>
      <version>6.17.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.scandit.datacapture</groupId>
      <artifactId>label-plv-models</artifactId>
      <version>6.17.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.appcompat</groupId>
      <artifactId>appcompat</artifactId>
      <version>1.6.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.core</groupId>
      <artifactId>core-ktx</artifactId>
      <version>1.9.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.startup</groupId>
      <artifactId>startup-runtime</artifactId>
      <version>1.1.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.work</groupId>
      <artifactId>work-runtime-ktx</artifactId>
      <version>2.8.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.security</groupId>
      <artifactId>security-crypto</artifactId>
      <version>1.1.0-alpha04</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlinx</groupId>
      <artifactId>kotlinx-coroutines-core</artifactId>
      <version>1.6.4</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.google.code.gson</groupId>
      <artifactId>gson</artifactId>
      <version>2.10.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.squareup.retrofit2</groupId>
      <artifactId>retrofit</artifactId>
      <version>2.9.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.squareup.retrofit2</groupId>
      <artifactId>converter-gson</artifactId>
      <version>2.9.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.squareup.okhttp3</groupId>
      <artifactId>okhttp</artifactId>
      <version>4.10.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.squareup.okhttp3</groupId>
      <artifactId>logging-interceptor</artifactId>
      <version>4.10.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.room</groupId>
      <artifactId>room-runtime</artifactId>
      <version>2.5.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.room</groupId>
      <artifactId>room-ktx</artifactId>
      <version>2.5.0</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
