<?xml version="1.0" encoding="UTF-8"?>
<!--
  ~ Copyright © 2018 Swatantra Agrawal. All rights reserved.
  -->

<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/xsd/maven-4.0.0.xsd">
    <parent>
        <artifactId>swat-utils</artifactId>
        <groupId>org.bitbucket.swattu</groupId>
        <version>4.1.9</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>

    <artifactId>spring-mvc</artifactId>

    <dependencies>
        <dependency>
            <groupId>org.bitbucket.swattu</groupId>
            <artifactId>core-utils</artifactId>
        </dependency>
        <dependency>
            <groupId>org.bitbucket.swattu</groupId>
            <artifactId>util-base</artifactId>
        </dependency>
        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-webmvc</artifactId>
        </dependency>
        <dependency>
            <groupId>javax.servlet</groupId>
            <artifactId>javax.servlet-api</artifactId>
        </dependency>
        <dependency>
            <groupId>org.reflections</groupId>
            <artifactId>reflections</artifactId>
        </dependency>
    </dependencies>
</project>
