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

65 lines
2.4 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.uddi</groupId>
<artifactId>uddi-binding-component</artifactId>
<version>0.9.4-SNAPSHOT</version>
</parent>
<artifactId>uddi-binding-component-impl</artifactId>
<name>Gestalt :: JBI Components :: Binding Components :: Server Neutral :: UDDI Binding Component :: Jar Artifact</name>
<packaging>jar</packaging>
<dependencies>
<dependency>
<groupId>com.gestalt.jbi.components.common</groupId>
<artifactId>nmr-common-jbi-runtime</artifactId>
</dependency>
<dependency>
<groupId>javax.jbi</groupId>
<artifactId>jbi</artifactId>
<version>1.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.uddi4j</groupId>
<artifactId>uddi4j</artifactId>
<version>2.0.5</version>
</dependency>
<dependency>
<groupId>soap</groupId>
<artifactId>soap</artifactId>
<version>2.3.1</version>
</dependency>
<dependency>
<groupId>javax.activation</groupId>
<artifactId>activation</artifactId>
<version>1.1</version>
</dependency>
<dependency>
<groupId>javax.mail</groupId>
<artifactId>mail</artifactId>
<version>1.4</version>
</dependency>
<dependency>
<groupId>com.gestalt.jbi.components.binding.uddi</groupId>
<artifactId>uddi-binding-component-extensions-impl</artifactId>
</dependency>
<dependency>
<groupId>com.gestalt.jbi.components.common</groupId>
<artifactId>wsdl-common-jbi-runtime</artifactId>
</dependency>
<dependency>
<groupId>com.gestalt.jbi.components.common</groupId>
<artifactId>common-jbi-runtime</artifactId>
</dependency>
<dependency>
<groupId>com.gestalt.jbi.mock</groupId>
<artifactId>jbi-mock</artifactId>
<version>0.8</version>
</dependency>
</dependencies>
</project>