<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.servers.diameter.resources</groupId>
  	<artifactId>sh-common-parent</artifactId>
  	<version>2.4.1.FINAL</version>
	</parent>

	<artifactId>sh-common-library</artifactId>

	<name>Mobicents :: Diameter Resources :: ${pom.artifactId}</name>
	
	<dependencies>
    <dependency>
      <groupId>${pom.groupId}</groupId>
      <artifactId>sh-common-events</artifactId>
      <version>${pom.version}</version>
    </dependency>
    <dependency>
      <groupId>${pom.groupId}</groupId>
      <artifactId>sh-common-ratype</artifactId>
      <version>${pom.version}</version>
    </dependency>
    <dependency>
      <groupId>${pom.groupId}</groupId>
      <artifactId>sh-common-ra</artifactId>
      <version>${pom.version}</version>
    </dependency>

	</dependencies>
	
	<build>
		<plugins>
			<plugin>
				<groupId>org.mobicents.tools</groupId>
				<artifactId>maven-library-plugin</artifactId>
				<executions>
					<execution>
						<goals>
							<goal>copy-dependencies</goal>
							<goal>generate-descriptor</goal>
						</goals>
					</execution>
				</executions>
				<configuration>
					<library-name>diameter.sh.common</library-name>
					<library-vendor>java.net</library-vendor>
					<library-version>1.0</library-version>
					<library-ref>
						<library-name>diameter.base.common</library-name>
						<library-vendor>java.net</library-vendor>
						<library-version>1.0</library-version>
					</library-ref>
				</configuration>
			</plugin>
		</plugins>
	</build>
	
</project>
