<?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.message</groupId>
	<artifactId>srm-message-single</artifactId>
	<packaging>jar</packaging>

	<name>srm-message-single</name>

	<parent>
		<groupId>com.els.srm.v5</groupId>
		<artifactId>srm-message-module</artifactId>
		<version>1.8.0-prd-SNAPSHOT</version>
	</parent>

	<dependencies>
		<dependency>
			<groupId>com.els.srm.v5</groupId>
			<artifactId>srm-core-single</artifactId>
			<version>${project.version}</version>
		</dependency>
		<dependency>
			<groupId>com.els.srm.v5.message</groupId>
			<artifactId>srm-message</artifactId>
			<version>${project.version}</version>
		</dependency>
	</dependencies>
</project>
