openesb-components/contrib-gestalt/sipbc/jar/pom.xml

55 lines
1.9 KiB
XML
Executable File

<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>com.gestalt.jbi.components.binding.sip</groupId>
<artifactId>sip-binding-component</artifactId>
<version>0.9.5-SNAPSHOT</version>
</parent>
<artifactId>sip-binding-component-impl</artifactId>
<name>Gestalt :: JBI Components :: Binding Components :: Server Neutral :: SIP Binding Component :: Jar Artifact</name>
<packaging>jar</packaging>
<dependencies>
<dependency>
<groupId>com.gestalt.jbi.components.binding.sip</groupId>
<artifactId>sip-binding-component-extensions-impl</artifactId>
</dependency>
<dependency>
<groupId>com.gestalt.jbi.components.common</groupId>
<artifactId>common-jbi-runtime</artifactId>
</dependency>
<dependency>
<groupId>com.gestalt.jbi.components.common</groupId>
<artifactId>nmr-common-jbi-runtime</artifactId>
</dependency>
<dependency>
<groupId>com.gestalt.jbi.components.common</groupId>
<artifactId>wsdl-common-jbi-runtime</artifactId>
</dependency>
<dependency>
<groupId>com.gestalt.sip</groupId>
<artifactId>sip-message-utilities</artifactId>
</dependency>
<dependency>
<groupId>javax.jbi</groupId>
<artifactId>jbi</artifactId>
<version>1.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
<build>
<resources>
<resource>
<directory>${basedir}/src/main/java</directory>
<includes>
<include>**/Bundle*.properties</include>
</includes>
</resource>
</resources>
</build>
</project>