<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.tibco.ep</groupId>
  <artifactId>ep-maven-plugin</artifactId>
  <version>2.1.0</version>
  <packaging>maven-plugin</packaging>
  <name>Event Processing Maven Plugin</name>
  <description>Event Processing Maven Plugin</description>
  <url>https://github.com/TIBCOSoftware/tibco-streaming-maven-plugin/ep-maven-plugin</url>
  <inceptionYear>2018</inceptionYear>
  <organization>
    <name>TIBCO Software Inc.</name>
    <url>http://www.tibco.com</url>
  </organization>
  <licenses>
    <license>
      <name>BSD 3-Clause License</name>
      <url>https://raw.githubusercontent.com/TIBCOSoftware/tibco-streaming-maven-plugin/master/docs/LICENSE</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>plord</id>
      <name>Peter Lord</name>
      <email>plord@tibco.com</email>
      <organization>TIBCO Software Inc.</organization>
      <roles>
        <role>developer</role>
      </roles>
    </developer>
    <developer>
      <id>flionell</id>
      <name>Frederic Lionello</name>
      <email>flionell@tibco.com</email>
      <organization>TIBCO Software Inc.</organization>
      <roles>
        <role>developer</role>
      </roles>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/TIBCOSoftware/tibco-streaming-maven-plugin/ep-maven-plugin</connection>
    <url>https://github.com/TIBCOSoftware/tibco-streaming-maven-plugin/ep-maven-plugin</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.apache.maven</groupId>
      <artifactId>maven-plugin-api</artifactId>
      <version>3.6.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.maven</groupId>
      <artifactId>maven-core</artifactId>
      <version>3.6.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.maven</groupId>
      <artifactId>maven-compat</artifactId>
      <version>3.6.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.maven.plugin-tools</groupId>
      <artifactId>maven-plugin-annotations</artifactId>
      <version>3.6.0</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.maven.plugins</groupId>
      <artifactId>maven-assembly-plugin</artifactId>
      <version>3.1.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.maven.plugins</groupId>
      <artifactId>maven-dependency-plugin</artifactId>
      <version>3.1.1</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <artifactId>maven-reporting-api</artifactId>
          <groupId>org.apache.maven.reporting</groupId>
        </exclusion>
        <exclusion>
          <artifactId>maven-reporting-impl</artifactId>
          <groupId>org.apache.maven.reporting</groupId>
        </exclusion>
        <exclusion>
          <artifactId>doxia-site-renderer</artifactId>
          <groupId>org.apache.maven.doxia</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-compress</artifactId>
      <version>1.19</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.maven.surefire</groupId>
      <artifactId>surefire-api</artifactId>
      <version>2.4.3</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.codehaus.plexus</groupId>
      <artifactId>plexus-interpolation</artifactId>
      <version>1.26</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <version>1.7.26</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.13.1</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
