<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>
		<artifactId>sip-presence-parent</artifactId>
		<groupId>org.mobicents.servers.sippresence</groupId>
		<version>1.0.0.CR1</version>
		<relativePath>../../..</relativePath>
	</parent>
	
	<groupId>org.mobicents.servers.xdm</groupId>
	<artifactId>xdms-slee-services-du</artifactId>
					
	<dependencies>
		
		<!-- user profile -->
		<dependency>
			<groupId>org.mobicents.slee.enabler.userprofile</groupId>
			<artifactId>sbb</artifactId>
			<version>${pom.version}</version>
		</dependency>
		
		<!-- sip event -->
		<dependency>
			<groupId>org.mobicents.servers.sipevent</groupId>
			<artifactId>sip-event-subscription-control-rls-cache-sbb</artifactId>
			<version>${pom.version}</version>
		</dependency>
		<dependency>
			<groupId>org.mobicents.servers.sipevent</groupId>
			<artifactId>sip-event-client-subscription-library</artifactId>
			<version>${pom.version}</version>
		</dependency>
		<dependency>
			<groupId>org.mobicents.servers.sipevent</groupId>
			<artifactId>sip-event-subscription-control-library</artifactId>
			<version>${pom.version}</version>	
		</dependency>
		<dependency>
			<groupId>org.mobicents.servers.sipevent</groupId>
			<artifactId>sip-event-subscription-control-event</artifactId>
			<version>${pom.version}</version>			
		</dependency>
		<dependency>
			<groupId>org.mobicents.servers.sipevent</groupId>
			<artifactId>sip-event-subscription-control-sbb</artifactId>
			<version>${pom.version}</version>			
		</dependency>
		
		<!-- xdms -->
		<dependency>
			<groupId>${pom.groupId}</groupId>
			<artifactId>xdms-core-xcap-control-library</artifactId>
			<version>${pom.version}</version>
		</dependency>
		<dependency>
			<groupId>${pom.groupId}</groupId>
			<artifactId>xdms-core-xcap-control-sbb</artifactId>
			<version>${pom.version}</version>
		</dependency>			
		<dependency>
			<groupId>${pom.groupId}</groupId>
			<artifactId>xdms-core-subscription-control-sbb</artifactId>
			<version>${pom.version}</version>
		</dependency>			
		<dependency>
			<groupId>${pom.groupId}</groupId>
			<artifactId>xdms-core-internal-client-sbb</artifactId>
			<version>${pom.version}</version>
		</dependency>
	</dependencies>
	
	<build>
		<plugins>
			<plugin>
				<groupId>org.mobicents.tools</groupId>
				<artifactId>maven-du-plugin</artifactId>
				<executions>
					<execution>
						<goals>
							<goal>copy-dependencies</goal>
							<goal>generate-descriptor</goal>
							<goal>generate-ant-management-script</goal>
						</goals>
					</execution>
				</executions>
			</plugin>			
		</plugins>
	</build>
	
</project>