<?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-common</artifactId>
  <packaging>jar</packaging>
  <name>Mule Workday Connector - Common Library</name>
  <description>Mule Workday Connector - Common Library across all Workday connectors</description>

  	<parent>
		<groupId>org.mule.modules</groupId>
  		<artifactId>workday-parent</artifactId>
		<version>4.2.0</version>
	</parent>
  
  <dependencies>
    <dependency>
      <groupId>com.zaubersoftware</groupId>
      <artifactId>commons-ws</artifactId>
    </dependency>
    <dependency>
        <groupId>org.apache.cxf</groupId>
        <artifactId>cxf-rt-databinding-jaxb</artifactId>
        <scope>provided</scope>
    </dependency>
    <dependency>
        <groupId>org.mule.modules</groupId>
        <artifactId>mule-module-cxf</artifactId>
        <scope>provided</scope>
    </dependency>
	<dependency>
		<groupId>org.mule.modules</groupId>
		<artifactId>mule-connector-test</artifactId>
	</dependency>
  </dependencies>
  
</project>
