<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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>ch.itds.taglib</groupId>
  <artifactId>asset-pipeline-thymeleaf-taglib</artifactId>
  <version>1.1.1</version>
  <name>asset-pipeline-thymeleaf-taglib</name>
  <description>Thymeleaf taglib to simplify the use of the asset-pipeline</description>
  <url>https://github.com/itds-ch/asset-pipeline-thymeleaf-taglib</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>
      <id>m.kobel</id>
      <name>Moritz Kobel</name>
      <email>moritz.kobel@itds.ch</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/itds-ch/asset-pipeline-thymeleaf-taglib.git</connection>
    <developerConnection>scm:git:https://github.com/itds-ch/asset-pipeline-thymeleaf-taglib.git</developerConnection>
    <url>https://github.com/itds-ch/asset-pipeline-thymeleaf-taglib</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.thymeleaf</groupId>
      <artifactId>thymeleaf</artifactId>
      <version>3.0.11.RELEASE</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.bertramlabs.plugins</groupId>
      <artifactId>asset-pipeline-core</artifactId>
      <version>3.0.5</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-autoconfigure</artifactId>
      <version>2.3.3.RELEASE</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
