pd-runner-api-1.0.13-9106f9f-20260225.183907-1.pom

API for PagerDuty Runner

Checksums

MD5 6962b05a7456aa53ef3230e3269ac417
SHA1 10ec64a1ee31bcce127d674a19b43626b250e4aa
SHA256 9f9a7bf7401a38b50dfb261d0c26e1431c7b8e0988f557ab8f7939aa667004c5
SHA512 fee614464bee1b6f4200d2b5eb5feaea6be1a529da42279980e780077b02a2d24a2cce2aa99672394fa871f0693ca0cc473515439ba69ae800804597d640ac83

POM

<?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">
  <!-- 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.rundeck.sidecar</groupId>
  <artifactId>pd-runner-api</artifactId>
  <version>1.0.13-9106f9f-SNAPSHOT</version>
  <name>PagerDuty Runner API</name>
  <description>API for PagerDuty Runner</description>
  <url>https://github.com/rundeckpro/sidecar</url>
  <scm>
    <connection>scm:git:git://github.com/rundeckpro/sidecar.git</connection>
    <developerConnection>scm:git:ssh://github.com/rundeckpro/sidecar.git</developerConnection>
    <url>https://github.com/rundeckpro/sidecar</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>javax.validation</groupId>
      <artifactId>validation-api</artifactId>
      <version>2.0.1.Final</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <groupId>ch.qos.logback</groupId>
          <artifactId>logback-classic</artifactId>
        </exclusion>
        <exclusion>
          <groupId>ch.qos.logback</groupId>
          <artifactId>logback-core</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-annotations</artifactId>
      <version>2.17.3</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <groupId>ch.qos.logback</groupId>
          <artifactId>logback-classic</artifactId>
        </exclusion>
        <exclusion>
          <groupId>ch.qos.logback</groupId>
          <artifactId>logback-core</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
  </dependencies>
</project>