<?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">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.wavemaker.app.build</groupId>
  <artifactId>wavemaker-app-build-maven-plugin</artifactId>
  <version>11.0.0.beta.ee-20220401222842</version>
  <packaging>maven-plugin</packaging>
  <name>wavemaker-app-build-maven-plugin</name>
  <description>wavemaker-app-build-maven-plugin</description>
  <url>https://www.wavemaker.com</url>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer />
  </developers>
  <scm>
    <connection>scm:git:https://github.com/wavemaker/wavemaker-app-build-tools.git</connection>
    <developerConnection>scm:git:https://github.com/wavemaker/wavemaker-app-build-tools.git</developerConnection>
    <url>https://www.wavemaker.com</url>
  </scm>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>com.fasterxml.jackson</groupId>
        <artifactId>jackson-bom</artifactId>
        <version>2.13.2</version>
        <type>pom</type>
        <scope>import</scope>
      </dependency>
    </dependencies>
  </dependencyManagement>
  <dependencies>
    <dependency>
      <groupId>com.wavemaker.commons</groupId>
      <artifactId>wavemaker-commons-util</artifactId>
      <version>11.0.0.beta.ee-20220401222842</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.wavemaker.app.build</groupId>
      <artifactId>wavemaker-app-build-utils</artifactId>
      <version>11.0.0.beta.ee-20220401222842</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.wavemaker.tools.apidocs</groupId>
      <artifactId>wavemaker-tools-apidocs-core</artifactId>
      <version>11.0.0.beta.ee-20220401222842</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <version>1.7.36</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-lang3</artifactId>
      <version>3.12.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-databind</artifactId>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.maven</groupId>
      <artifactId>maven-core</artifactId>
      <version>3.8.5</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.maven.plugin-tools</groupId>
      <artifactId>maven-plugin-annotations</artifactId>
      <version>3.6.4</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>javax.servlet</groupId>
      <artifactId>javax.servlet-api</artifactId>
      <version>4.0.1</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
