<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
    <modelVersion>4.0.0</modelVersion>

    <packaging>jar</packaging>
    <groupId>uk.gov.hmrc.webjars</groupId>
    <artifactId>hmrc-frontend</artifactId>
    <version>2.7.0</version>
    <name>hmrc-frontend</name>
    <description>WebJar for hmrc-frontend</description>
    <url>https://www.github.com/hmrc/hmrc-frontend</url>

    <properties>
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    </properties>

    <scm>
        <url>https://www.github.com/hmrc/hmrc-frontend</url>
        <connection>https://www.github.com/hmrc/hmrc-frontend.git</connection>
        <developerConnection>https://www.github.com/hmrc/hmrc-frontend.git</developerConnection>
        <tag>v2.7.0</tag>
    </scm>

    <dependencies>
        <dependency>
            <groupId>org.webjars.npm</groupId>
            <artifactId>govuk-frontend</artifactId>
            <version>3.13.0</version>
        </dependency>
    </dependencies>
</project>