<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/maven-v4_0_0.xsd">

	<modelVersion>4.0.0</modelVersion>

	<parent>
		<groupId>org.mobicents.diameter</groupId>
		<artifactId>mobicents-diameter-mux-parent</artifactId>
		<version>1.5.0.FINAL</version> 
	</parent>
	
	<artifactId>mobicents-diameter-mux-jar</artifactId>

	<name>Mobicents :: Diameter Multiplexer :: ${pom.artifactId}</name>
	
	<packaging>jar</packaging>

	<dependencies>
		<dependency>
			<groupId>org.jboss.jbossas</groupId>
			<artifactId>jboss-as-system-jmx</artifactId>
			<version>${jboss.version}</version>
		</dependency>

		<dependency>
			<groupId>org.mobicents.diameter</groupId>
			<artifactId>jdiameter-api</artifactId>
		</dependency>

		<dependency>
			<groupId>org.mobicents.diameter</groupId>
			<artifactId>jdiameter-impl</artifactId>
		</dependency>

		<dependency>
			<groupId>org.mobicents.diameter</groupId>
			<artifactId>jdiameter-ha-api</artifactId>
		</dependency>

		<dependency>
			<groupId>org.mobicents.diameter</groupId>
			<artifactId>jdiameter-ha-impl</artifactId>
		</dependency>
	</dependencies>

	<build>
		<finalName>mobicents-diameter-mux-${pom.version}</finalName>
	</build>

</project>
