<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>

	<packaging>jainslee-library</packaging>

	<parent>
		<artifactId>mobicents-slee-ra-map</artifactId>
		<groupId>org.mobicents.resources</groupId>
		<version>2.1.0.GA</version>
	</parent>

	<artifactId>mobicents-slee-ra-map-library</artifactId>

	<name>Mobicents :: Resources :: ${pom.artifactId}</name>

	<dependencies>
		<dependency>
			<artifactId>MTP</artifactId>
			<groupId>org.mobicents.protocols.ss7.mtp</groupId>
			<version>${mtp.version}</version>
		</dependency>
			
		<dependency>
			<artifactId>map-api</artifactId>
			<groupId>org.mobicents.protocols.ss7.map</groupId>
			<version>${map.version}</version>
		</dependency>
		<dependency>
			<artifactId>map-impl</artifactId>
			<groupId>org.mobicents.protocols.ss7.map</groupId>
			<version>${map.version}</version>
		</dependency>

		<dependency>
			<artifactId>tcap-api</artifactId>
			<groupId>org.mobicents.protocols.ss7.tcap</groupId>
			<version>${tcap.version}</version>
		</dependency>
		<dependency>
			<artifactId>tcap-impl</artifactId>
			<groupId>org.mobicents.protocols.ss7.tcap</groupId>
			<version>${tcap.version}</version>
		</dependency>

		<dependency>
			<artifactId>sccp-api</artifactId>
			<groupId>org.mobicents.protocols.ss7.sccp</groupId>
			<version>${sccp.version}</version>
		</dependency>
		<dependency>
			<artifactId>sccp-impl</artifactId>
			<groupId>org.mobicents.protocols.ss7.sccp</groupId>
			<version>${sccp.version}</version>
		</dependency>
		
		<dependency>
			<artifactId>asn</artifactId>
			<groupId>org.mobicents.protocols.asn</groupId>
			<version>${asn.version}</version>
		</dependency>		
	</dependencies>

	<build>
		<plugins>
			<plugin>
				<groupId>org.mobicents.tools</groupId>
				<artifactId>maven-library-plugin</artifactId>
				<version>
					${mobicents.tools.mavenplugin.library.version}
				</version>
				<extensions>true</extensions>
				<configuration>
					<library-name>library-map</library-name>
					<library-vendor>library-map</library-vendor>
					<library-version>2.0</library-version>
				</configuration>
			</plugin>
		</plugins>
	</build>

</project>