<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<project 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" xmlns="http://maven.apache.org/POM/4.0.0">
  <modelVersion>4.0.0</modelVersion>
  <groupId>gradle.plugin.io.github.daggerok</groupId>
  <artifactId>soapui-runner</artifactId>
  <version>4.6.3-rc.0</version>
  <dependencies>
    <dependency>
      <groupId>org.codehaus.groovy</groupId>
      <artifactId>groovy-all</artifactId>
      <version>2.4.11</version>
      <scope>compile</scope>
      <type>jar</type>
      <optional>false</optional>
    </dependency>
    <dependency>
      <groupId>com.smartbear.soapui</groupId>
      <artifactId>soapui</artifactId>
      <version>4.6.3</version>
      <scope>compile</scope>
      <type>jar</type>
      <optional>false</optional>
      <exclusions>
        <exclusion>
          <groupId>teamdev</groupId>
          <artifactId>xulrunner-mac</artifactId>
        </exclusion>
        <exclusion>
          <groupId>teamdev</groupId>
          <artifactId>engine-gecko15</artifactId>
        </exclusion>
        <exclusion>
          <groupId>teamdev</groupId>
          <artifactId>engine-gecko</artifactId>
        </exclusion>
        <exclusion>
          <groupId>teamdev</groupId>
          <artifactId>xulrunner-linux64</artifactId>
        </exclusion>
        <exclusion>
          <groupId>com.jgoodies</groupId>
          <artifactId>forms</artifactId>
        </exclusion>
        <exclusion>
          <groupId>teamdev</groupId>
          <artifactId>xulrunner15-windows</artifactId>
        </exclusion>
        <exclusion>
          <groupId>teamdev</groupId>
          <artifactId>jniwrap</artifactId>
        </exclusion>
        <exclusion>
          <groupId>teamdev</groupId>
          <artifactId>MozillaInterfaces</artifactId>
        </exclusion>
        <exclusion>
          <groupId>teamdev</groupId>
          <artifactId>xulrunner15-mac</artifactId>
        </exclusion>
        <exclusion>
          <groupId>teamdev</groupId>
          <artifactId>comfyj</artifactId>
        </exclusion>
        <exclusion>
          <groupId>teamdev</groupId>
          <artifactId>engine-ie</artifactId>
        </exclusion>
        <exclusion>
          <groupId>teamdev</groupId>
          <artifactId>engine-webkit</artifactId>
        </exclusion>
        <exclusion>
          <groupId>teamdev</groupId>
          <artifactId>jxbrowser</artifactId>
        </exclusion>
        <exclusion>
          <groupId>teamdev</groupId>
          <artifactId>xulrunner-windows</artifactId>
        </exclusion>
        <exclusion>
          <groupId>com.jgoodies</groupId>
          <artifactId>binding</artifactId>
        </exclusion>
        <exclusion>
          <groupId>teamdev</groupId>
          <artifactId>winpack</artifactId>
        </exclusion>
        <exclusion>
          <groupId>teamdev</groupId>
          <artifactId>xulrunner-linux</artifactId>
        </exclusion>
        <exclusion>
          <groupId>com.jgoodies</groupId>
          <artifactId>looks</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
  </dependencies>
</project>
