<?xml version="1.0"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
   <modelVersion>4.0.0</modelVersion>
    <groupId>org.mule.modules</groupId>
    <artifactId>mule-module-siebel-integrationobject</artifactId>
    <packaging>mule-module</packaging>
    <name>Mule Module Siebel Integration Object Connector</name>
    <parent>
		<groupId>siebel-modules-parent</groupId>
		<artifactId>siebel-parent</artifactId>
		<version>2.1.1-SNAPSHOT</version>
	</parent>
  

    <!-- For testing including siebel with scope compile, it should be provided instead -->
    
</project>