<?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.softicar.platform</groupId>
  <artifactId>platform-emf</artifactId>
  <version>19.0.7</version>
  <name>SoftiCAR Platform</name>
  <description>The SoftiCAR Platform is a lightweight, Java-based library to create interactive business web applications.</description>
  <url>https://github.com/softicar/platform</url>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>https://github.com/softicar/platform/blob/main/LICENSE</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>SoftiCAR</name>
      <email>opensource@softicar.com</email>
      <organization>SoftiCAR</organization>
      <organizationUrl>https://github.com/softicar</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/softicar/platform.git</connection>
    <developerConnection>scm:git:ssh://github.com:softicar/platform.git</developerConnection>
    <url>https://github.com/softicar/platform/tree/main</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.softicar.platform</groupId>
      <artifactId>platform-ajax</artifactId>
      <version>19.0.7</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.softicar.platform</groupId>
      <artifactId>platform-db-runtime</artifactId>
      <version>19.0.7</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.softicar.platform</groupId>
      <artifactId>platform-dom</artifactId>
      <version>19.0.7</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.poi</groupId>
      <artifactId>poi</artifactId>
      <version>5.2.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.poi</groupId>
      <artifactId>poi-ooxml</artifactId>
      <version>5.2.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.softicar.platform</groupId>
      <artifactId>platform-common-excel</artifactId>
      <version>19.0.7</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>io.github.classgraph</groupId>
      <artifactId>classgraph</artifactId>
      <version>4.8.138</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-lang3</artifactId>
      <version>3.11</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-text</artifactId>
      <version>1.9</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
