<?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>
  <parent>
    <groupId>net.guerlab.cloud</groupId>
    <artifactId>guerlab-cloud-server</artifactId>
    <version>21.11.0</version>
  </parent>
  <groupId>net.guerlab.cloud</groupId>
  <artifactId>guerlab-cloud-server-webmvc</artifactId>
  <version>21.11.0</version>
  <packaging>pom</packaging>
  <name>Guerlab Cloud Server Webmvc</name>
  <licenses>
    <license>
      <name>GNU LESSER GENERAL PUBLIC LICENSE Version 3</name>
      <url>https://www.gnu.org/licenses/lgpl-3.0.txt</url>
    </license>
  </licenses>
  <properties>
    <main.basedir>${basedir}/../..</main.basedir>
  </properties>
  <dependencies>
    <dependency>
      <groupId>net.guerlab.cloud</groupId>
      <artifactId>guerlab-cloud-server-commons</artifactId>
    </dependency>
    <dependency>
      <groupId>net.guerlab.spring</groupId>
      <artifactId>guerlab-spring-web</artifactId>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter-undertow</artifactId>
    </dependency>
  </dependencies>
  <build>
    <plugins>
      <plugin>
        <artifactId>maven-javadoc-plugin</artifactId>
        <configuration>
          <skip>true</skip>
        </configuration>
      </plugin>
    </plugins>
  </build>
</project>
