<?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/xsd/maven-4.0.0.xsd">
	<modelVersion>4.0.0</modelVersion>
	<groupId>com.els.srm.v5.topman</groupId>
	<artifactId>srm-topman-cloud</artifactId>
	<name>srm-topman-cloud</name>
	<packaging>jar</packaging>

	<parent>
		<groupId>com.els.srm.v5</groupId>
		<artifactId>srm-topman-module</artifactId>


		<version>1.18.0-mcn-SNAPSHOT</version>






	</parent>

	<dependencies>
		<dependency>
			<groupId>com.els.srm.v5</groupId>
			<artifactId>srm-core-cloud</artifactId>
			<version>${V5.version}</version>
		</dependency>
		<dependency>
			<groupId>com.els.srm.v5.topman</groupId>
			<artifactId>srm-topman</artifactId>
			<version>${project.version}</version>
		</dependency>
		<dependency>
			<groupId>io.springfox</groupId>
			<artifactId>springfox-swagger2</artifactId>
			<version>2.7.0</version>
		</dependency>
    </dependencies>
	<build>
		<finalName>srm-topman-cloud</finalName>
        <plugins>
            <plugin>
                <groupId>org.springframework.boot</groupId>
                <artifactId>spring-boot-maven-plugin</artifactId>
            </plugin>
        </plugins>
    </build>
</project>
