<?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.foreach.across.modules</groupId>
  <artifactId>spring-mobile-module</artifactId>
  <version>3.2.1.RELEASE</version>
  <name>Spring Mobile Module</name>
  <description>Integrates Spring mobile with device specific view resolving in an Across web stack.</description>
  <url>https://across.dev/modules/springmobilemodule/spring-mobile-module</url>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Foreach</name>
      <organization>Foreach</organization>
      <organizationUrl>https://www.foreach.be</organizationUrl>
    </developer>
  </developers>
  <scm>
    <url>https://bitbucket.org/beforeach/spring-mobile-module/spring-mobile-module</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.springframework.mobile</groupId>
      <artifactId>spring-mobile-device</artifactId>
      <version>1.1.5.RELEASE</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>javax.servlet</groupId>
      <artifactId>javax.servlet-api</artifactId>
      <version>4.0.1</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-configuration-processor</artifactId>
      <version>2.4.13</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
  </dependencies>
  <build>
    <plugins>
      <plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>flatten-maven-plugin</artifactId>
        <version>1.4.1</version>
        <extensions>true</extensions>
      </plugin>
    </plugins>
  </build>
</project>
