<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</groupId>
    <artifactId>srm-industryInfo-module</artifactId>
    <version>1.1.1-mcn-SNAPSHOT</version>
  </parent>
  <artifactId>srm-industryInfo-cloud</artifactId>
  <dependencies>
		<dependency>
            <groupId>com.els.srm.v5</groupId>
            <artifactId>srm-core-cloud</artifactId>
            <version>${project.version}</version>
        </dependency>
		<dependency>
			<groupId>com.els.srm.v5</groupId>
			<artifactId>srm-industryInfo</artifactId>
			<version>${project.version}</version>
		</dependency>
	</dependencies>
	 <build>
        <finalName>srm-industryInfo-cloud</finalName>
        <plugins>
            <plugin>
                <groupId>org.springframework.boot</groupId>
                <artifactId>spring-boot-maven-plugin</artifactId>
            </plugin>
        </plugins>
    </build>
</project>