<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.servlet.sip.example</groupId>
		<artifactId>jslee-sips-interop-demo-jslee-services-parent</artifactId>
		<version>2.0.0.ALPHA2</version>
	</parent>
	
	<artifactId>jslee-sips-interop-demo-jslee-interop-sbb</artifactId>
		
	<dependencies>
	
		<dependency>
			<groupId>org.mobicents.servlet.sip.example</groupId>
			<artifactId>jslee-sips-interop-commons</artifactId>
			<version>2.0.0.ALPHA2</version>
			<scope>provided</scope>
		</dependency>
		<dependency>
			<groupId>org.mobicents.servlet.sip</groupId>
			<artifactId>sip-servlets-spec</artifactId>
			<version>2.0.0.ALPHA2</version>
			<scope>provided</scope>
		</dependency>
		<dependency>		
			<groupId>org.mobicents.servlet.sip.example</groupId>
			<artifactId>jslee-sips-interop-demo-slee-custom-events</artifactId>
			<version>2.0.0.ALPHA2</version>
		</dependency>
		<dependency>		
			<groupId>org.mobicents.servers.media</groupId>
			<artifactId>mobicents-media-server-constants</artifactId>
			<version>${mms.version}</version>
			<scope>provided</scope>
		</dependency>		
		<dependency>				
			<groupId>org.mobicents.servers.media.controllers</groupId>
			<artifactId>msc-ratype</artifactId>
			<version>${mms.version}</version>
			<scope>provided</scope>
		</dependency>
		<dependency>
			<groupId>org.mobicents.resources</groupId>
			<artifactId>tts-ratype</artifactId>
			<version>1.2.6.GA</version>
			<scope>provided</scope>
		</dependency>
		<dependency>
			<groupId>commons-logging</groupId>
			<artifactId>commons-logging-api</artifactId>
			<version>${commons-logging.version}</version>
			<scope>provided</scope>
		</dependency>
	</dependencies>
   
</project>
