<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.protocols.ss7.management</groupId>
		<artifactId>management</artifactId>
		<version>1.0.0.BETA7</version>
	</parent>

	<artifactId>linkset</artifactId>
	<name>Mobicents SS7 :: Management :: ${pom.artifactId}</name>

	<dependencies>
		<!-- shell -->
		<dependency>
			<groupId>${pom.groupId}</groupId>
			<artifactId>shell</artifactId>
			<version>${pom.version}</version>
		</dependency>
		<!-- non mobicents -->
		<dependency>
			<groupId>log4j</groupId>
			<artifactId>log4j</artifactId>
			<scope>provided</scope>
		</dependency>
		<dependency>
			<groupId>junit</groupId>
			<artifactId>junit</artifactId>
			<scope>provided</scope>
		</dependency>
		<dependency>
			<groupId>javolution</groupId>
			<artifactId>javolution</artifactId>
		</dependency>

		<dependency>
			<groupId>org.mobicents.protocols.stream</groupId>
			<artifactId>stream</artifactId>
		</dependency>
	</dependencies>

</project>
