<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>com.suncode</groupId>
    <artifactId>plusworkflow-plugin-parent</artifactId>
    <version>4.3.10</version>
  </parent>
  <groupId>com.suncode.plugin</groupId>
  <artifactId>ecol-plugin</artifactId>
  <version>1.1.6</version>
  <packaging>bundle</packaging>
  <name>Wtyczka kliecka Ecol-Unicon</name>
  <description>Wtyczka kliecka Ecol-Unicon</description>
  <dependencies>
        <dependency>
            <groupId>com.suncode</groupId>
            <artifactId>plusworkflow-api</artifactId>
            <scope>provided</scope>
        </dependency>

      <dependency>
          <groupId>com.suncode</groupId>
          <artifactId>cuf-core</artifactId>
          <scope>provided</scope>
          <exclusions>
              <exclusion>
                  <groupId>*</groupId>
                  <artifactId>*</artifactId>
              </exclusion>
          </exclusions>
      </dependency>

      <dependency>
          <groupId>com.suncode.plugin</groupId>
          <artifactId>pzmodule</artifactId>
          <version>4.2.0</version>
          <scope>provided</scope>
          <exclusions>
              <exclusion>
                  <groupId>*</groupId>
                  <artifactId>*</artifactId>
              </exclusion>
          </exclusions>
      </dependency>

        <!-- Delegacje -->
		<dependency>
            <groupId>com.suncode.plugin</groupId>
            <artifactId>business-trip</artifactId>
            <version>4.2.0</version>
            <scope>provided</scope>
            <exclusions>
                <exclusion>
                    <groupId>*</groupId>
                    <artifactId>*</artifactId>
                </exclusion>
            </exclusions>
        </dependency>
  </dependencies>
</project>