<?xml version="1.0" encoding="UTF-8"?>
<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/xsd/maven-4.0.0.xsd">
	<modelVersion>4.0.0</modelVersion>
	<parent>
		<groupId>org.mule.tools.devkit</groupId>
		<artifactId>mule-devkit-parent</artifactId>
		<version>3.6.1</version>
	</parent>
	<groupId>siebel-modules-parent</groupId>
	<artifactId>siebel-parent</artifactId>
	<version>2.1.1-SNAPSHOT</version>
	<packaging>pom</packaging>
	<properties>
		<devkit.studio.package.skip>false</devkit.studio.package.skip>
		<category>Premium</category>
		<licensePath>LICENSE.md</licensePath>
		<licm.version>1.1.4</licm.version>
		<connector.test.version>2.0.6</connector.test.version>
	</properties>

	<!-- For testing including siebel with scope compile, it should be provided 
		instead -->
	<dependencies>
		<dependency>
            <groupId>org.mule.tools.devkit</groupId>
            <artifactId>connector-testing-framework</artifactId>
            <version>0.9.1</version>
            <scope>test</scope>
        </dependency>
        <!-- Connector Testing Framework requiered project -->
         <dependency>
            <groupId>org.mule.tools.devkit</groupId>
            <artifactId>connector-testing-framework-serializers</artifactId>
            <version>0.9.1</version>
            <scope>test</scope>
        </dependency>
		<dependency>
			<groupId>org.mule.tools.devkit</groupId>
			<artifactId>connector-sample-generator</artifactId>
			<version>2.0.1-SNAPSHOT</version>
			<scope>test</scope>
		</dependency>
		<dependency>
			<groupId>siebel-modules-parent</groupId>
			<artifactId>mule-module-siebel-common</artifactId>
			<version>2.1.1-SNAPSHOT</version>
			</dependency>
		<dependency>

			<groupId>siebel</groupId>
			<artifactId>siebel</artifactId>
			<version>8.1.1.11</version>
			<scope>provided</scope>
		</dependency>
		<dependency>
			<groupId>siebel</groupId>
			<artifactId>siebel-ji-enu</artifactId>
			<version>8.1.1.11</version>
			<scope>provided</scope>
		</dependency>
		<dependency>
			<groupId>com.mulesoft.licm</groupId>
			<artifactId>licm</artifactId>
			<version>${licm.version}</version>
			<scope>provided</scope>
		</dependency>
		<dependency>
			<groupId>xalan</groupId>
			<artifactId>xalan</artifactId>
			<version>2.7.2</version>
			<scope>test</scope>
		</dependency>
		<dependency>
            <groupId>org.mule.modules</groupId>
            <artifactId>mule-connector-test</artifactId>
            <version>${connector.test.version}</version>
            <scope>test</scope>
        </dependency>
	</dependencies>

	<repositories>
		<repository>
			<id>mulesoft-releases</id>
			<name>MuleSoft Releases Repository</name>
			<url>http://repository.mulesoft.org/releases/</url>
			<layout>default</layout>
		</repository>
		<repository>
			<id>mulesoft-snapshots</id>
			<name>MuleSoft Snapshots Repository</name>
			<url>http://repository.mulesoft.org/snapshots/</url>
			<layout>default</layout>
		</repository>
		<repository>
			<id>mule-third-party</id>
			<name>Third Parties</name>
			<url>https://repository-master.mulesoft.org/nexus/content/repositories/thirdparty/</url>
		</repository>
	</repositories>

	<distributionManagement>
		<repository>
			<id>mulesoft-releases</id>
			<name>MuleSoft Repository</name>
			<url>http://repository-master.mulesoft.org/releases/</url>
		</repository>
		<snapshotRepository>
			<id>mulesoft-snapshots</id>
			<name>MuleSoft Snapshot Repository</name>
			<url>http://repository-master.mulesoft.org/snapshots/</url>
			<uniqueVersion>false</uniqueVersion>
		</snapshotRepository>
	</distributionManagement>

	<scm>
		<connection>scm:git:git://github.com:mulesoft/siebel-jdb-connector.git
        </connection>
		<developerConnection>
            scm:git:git@github.com:mulesoft/siebel-jdb-connector.git
        </developerConnection>
		<url>http://github.com/mulesoft/siebel-jdb-connector</url>
	</scm>


	<modules>
		<module>mule-module-siebel-common</module>
		<module>mule-module-siebel-businessobject</module>
		<module>mule-module-siebel-businessservice</module>
		<module>mule-module-siebel-integrationobject</module>
    
  </modules>


</project>