<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <!-- This module was also published with a richer model, Gradle metadata,  -->
  <!-- which should be used instead. Do not delete the following line which  -->
  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
  <!-- that they should prefer consuming it instead. -->
  <!-- do_not_remove: published-with-gradle-metadata -->
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.blackducksoftware.integration</groupId>
  <artifactId>blackduck-detect</artifactId>
  <version>8.0.0</version>
  <packaging>hpi</packaging>
  <name>Synopsys Detect plugin</name>
  <description>Synopsys Detect Plugin for Jenkins</description>
  <url>https://wiki.jenkins.io/display/JENKINS/Synopsys+Detect+Plugin</url>
  <scm>
    <connection>scm:git:git://github.com/jenkinsci/synopsys-detect-plugin.git</connection>
    <url>https://github.com/jenkinsci/synopsys-detect-plugin</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.synopsys.integration</groupId>
      <artifactId>blackduck-common</artifactId>
      <version>66.1.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.synopsys.integration</groupId>
      <artifactId>jenkins-common</artifactId>
      <version>0.5.5</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jvnet.localizer</groupId>
      <artifactId>localizer</artifactId>
      <version>1.31</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jenkins-ci.plugins</groupId>
      <artifactId>credentials</artifactId>
      <version>1139.veb_9579fca_33b_</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jenkins-ci.plugins</groupId>
      <artifactId>plain-credentials</artifactId>
      <version>1.8</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jenkins-ci.plugins.workflow</groupId>
      <artifactId>workflow-job</artifactId>
      <version>1203.v7b_7023424efe</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.jenkins-ci.plugins</groupId>
      <artifactId>job-dsl</artifactId>
      <version>1.80</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.jenkins-ci.plugins.workflow</groupId>
      <artifactId>workflow-cps</artifactId>
      <version>2729.2732.vda_e3f07b_5a_f8</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.jenkins-ci.plugins.workflow</groupId>
      <artifactId>workflow-step-api</artifactId>
      <version>622.vb_8e7c15b_c95a_</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
  </dependencies>
  <repositories>
    <repository>
      <id>maven</id>
      <url>https://repo.jenkins-ci.org/releases/</url>
    </repository>
    <repository>
      <id>maven2</id>
      <url>https://sig-repo.synopsys.com/bds-integrations-release</url>
    </repository>
    <repository>
      <id>maven3</id>
      <url>https://sig-repo.synopsys.com/bds-bdio-release</url>
    </repository>
    <repository>
      <id>maven4</id>
      <url>https://plugins.gradle.org/m2/</url>
    </repository>
    <repository>
      <id>jenkins</id>
      <url>https://repo.jenkins-ci.org/public/</url>
    </repository>
  </repositories>
</project>
