<?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>

	<artifactId>mule-module-workday-system</artifactId>
	<packaging>pom</packaging>
	<name>Mule Workday System Connector</name>
	<description>Mule Workday System Connector</description>


	<modules>
		<module>mule-module-workday-externalintegrations</module>
		<module>mule-module-workday-identitymanagement</module>
		<module>mule-module-workday-integrations</module>
		<module>mule-module-workday-notification</module>
		<module>mule-module-workday-tenantdatatranslation</module>
	</modules>


	<parent>
		<groupId>org.mule.modules</groupId>
  		<artifactId>workday-parent</artifactId>
		<version>4.1.0</version>
	</parent>

	<properties>
		<workday.version>v23.0</workday.version>
		<utils.version>1.1.2</utils.version>
		<cxf.version>2.5.1</cxf.version>
		<ws.version>1.0.1</ws.version>
		<category>Standard</category>
		<mule.module.cxf.version>3.4.0</mule.module.cxf.version>
		<licensePath>LICENSE.md</licensePath>
		<sonar.exclusions>org/mule/modules/workday/staffing/config/spring,org/mule/modules/workday/staffing/config,org/mule/modules/workday/payroll/config/spring,org/mule/modules/workday/payroll/config,org/mule/modules/workday/cash/config/spring,org/mule/modules/workday/cash/config</sonar.exclusions>
		<devkit.studio.package.skip>false</devkit.studio.package.skip>
	</properties>

	<build>
		<plugins>
			<plugin>
				<groupId>org.mule.tools.devkit</groupId>
				<artifactId>mule-devkit-maven-plugin</artifactId>
				<extensions>true</extensions>
				<configuration>
					<excludeMuleDependencies>true</excludeMuleDependencies>
					<inclusions>
						<inclusion>
							<groupId>org.mule.modules</groupId>
							<artifactId>mule-module-workday-common</artifactId>
						</inclusion>
					</inclusions>
				</configuration>
			</plugin>
		</plugins>
		<resources>
			<resource>
				<filtering>false</filtering>
				<directory>src/main/resources/wsdl</directory>
				<excludes>
					<exclude>**/*.wsdl</exclude>
				</excludes>
			</resource>
		</resources>
	</build>

	<dependencies>
		<dependency>
			<groupId>com.zaubersoftware</groupId>
			<artifactId>commons-ws</artifactId>
			<version>${ws.version}</version>
		</dependency>
		<dependency>
			<groupId>org.apache.cxf</groupId>
			<artifactId>cxf-rt-databinding-jaxb</artifactId>
			<version>${cxf.version}</version>
			<scope>provided</scope>
		</dependency>
		<dependency>
			<groupId>org.mule.modules</groupId>
			<artifactId>mule-module-cxf</artifactId>
			<version>${mule.module.cxf.version}</version>
			<scope>provided</scope>
		</dependency>
		<dependency>
			<groupId>org.mule.modules</groupId>
			<artifactId>mule-connector-test</artifactId>
			<version>2.0.5</version>
		</dependency>
		<dependency>
			<groupId>org.mule.modules</groupId>
			<artifactId>mule-module-workday-common</artifactId>
			<version>4.1.0</version>
		</dependency>
	</dependencies>

</project>
