<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
	<modelVersion>4.0.0</modelVersion>
	<parent>
		<groupId>com.els.srm.v5.mcn.base</groupId>
		<artifactId>srm-mcn-base-module</artifactId>
		<version>1.11.0-mcn-SNAPSHOT</version>
	</parent>
	<artifactId>srm-mcn-base-cloud</artifactId>
	<dependencies>
		<dependency>
			<groupId>com.els.srm.v5</groupId>
			<artifactId>srm-core-cloud</artifactId>
			<version>${V5.version}</version>
		</dependency>
		<dependency>
			<groupId>com.els.srm.v5.mcn.base</groupId>
			<artifactId>srm-mcn-base</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-mcn-base-cloud</finalName>
		<plugins>
			<plugin>
				<groupId>org.springframework.boot</groupId>
				<artifactId>spring-boot-maven-plugin</artifactId>
			</plugin>
		</plugins>
	</build>
</project>