Skip to content

Instantly share code, notes, and snippets.

@victornoel
Created June 25, 2010 09:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save victornoel/452630 to your computer and use it in GitHub Desktop.
Save victornoel/452630 to your computer and use it in GitHub Desktop.
<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>scenario1</artifactId>
<groupId>be.kuleuven.casas.examples.scenario1</groupId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>be.kuleuven.casas.examples.scenario1</groupId>
<artifactId>scenario1-sa</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>jbi-service-assembly</packaging>
<name>scenario1-sa</name>
<dependencies>
<dependency>
<groupId>be.kuleuven.casas.examples.scenario1</groupId>
<artifactId>scenario1-bpel-su</artifactId>
<version>0.0.1-SNAPSHOT</version>
<type>jbi-service-unit</type>
</dependency>
<dependency>
<groupId>be.kuleuven.casas.examples.scenario1</groupId>
<artifactId>scenario1-bpel-http-su</artifactId>
<version>0.0.1-SNAPSHOT</version>
<type>jbi-service-unit</type>
</dependency>
</dependencies>
</project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment