openesb-components/contrib-imola/cics-bc/integration-test/test-nested-wsdl/sa-nested-wsdl/pom.xml

52 lines
1.7 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>
<!--
=========================================================
COORDINATES
=========================================================
-->
<parent>
<groupId>it.imolinfo.jbi4cics</groupId>
<artifactId>test-nested</artifactId>
<version>0.5-SNAPSHOT</version>
</parent>
<artifactId>sa-nested-wsdl</artifactId>
<!--
=========================================================
DESCRIPTION
=========================================================
-->
<name>${pom.groupId}.${pom.artifactId}-${pom.version} # ${pom.packaging}</name>
<!--
=========================================================
PACKAGING
=========================================================
-->
<packaging>jbi-service-assembly</packaging>
<!--
=========================================================
DEPENDENCIES
=========================================================
-->
<dependencies>
<dependency>
<groupId>it.imolinfo.jbi4cics</groupId>
<artifactId>su3-nested-jbi4cics-provider-wsdl</artifactId>
<version>${pom.version}</version>
</dependency>
<dependency>
<groupId>it.imolinfo.jbi4cics</groupId>
<artifactId>su4-nested-http-consumer-wsdl</artifactId>
<version>${pom.version}</version>
</dependency>
</dependencies>
</project>