<?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.convertigo</groupId>
  <artifactId>engine</artifactId>
  <version>8.2.7</version>
  <dependencies>
    <dependency>
      <groupId>org.apache.logging.log4j</groupId>
      <artifactId>log4j-1.2-api</artifactId>
      <version>2.20.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.convertigo.provider</groupId>
      <artifactId>convertigo-provider-couchdb</artifactId>
      <version>8.2.5</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.convertigo.provider</groupId>
      <artifactId>convertigo-provider-plugins</artifactId>
      <version>8.1.0-SNAPSHOT</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <artifactId>xml-apis</artifactId>
          <groupId>xml-apis</groupId>
        </exclusion>
        <exclusion>
          <artifactId>xalan</artifactId>
          <groupId>xalan</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>com.convertigo.provider</groupId>
      <artifactId>convertigo-provider-sap</artifactId>
      <version>8.2.5</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.convertigo.provider</groupId>
      <artifactId>convertigo-provider-xul</artifactId>
      <version>7.6.0-SNAPSHOT</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.convertigo.twinsoft</groupId>
      <artifactId>api</artifactId>
      <version>2017.12.29</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.convertigo.twinsoft</groupId>
      <artifactId>tas</artifactId>
      <version>2019.10.16</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.convertigo.twinsoft</groupId>
      <artifactId>util</artifactId>
      <version>2017.12.29</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.convertigo.lib</groupId>
      <artifactId>sapjco3</artifactId>
      <version>2019.09.20</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>convertigo</groupId>
      <artifactId>placeholders</artifactId>
      <version>8.2.7</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
