pd-runner-api-2.0.2-71c2d6d-20260425.004519-1.pom

API for PagerDuty Runner

Checksums

MD5 21b74ecf55399fc7d60d4215b48dcc46
SHA1 2bf02bb77fecda8f262a3729a9da616618b48105
SHA256 6528ae3753ca92e6c65f5b4f2062dbd505c8956e5c7c0a5973fd1f8fdc168011
SHA512 a3ee29d67f17dd15da25a0e9103ba7f58067fa6e0c5bca8e00e22ad022468647afeb72156c033d09ea405f9ae187ed622282928a0d44b80c4655d1cf6c2b902a

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>2.0.2-71c2d6d-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.21</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>io.micronaut.serde</groupId>
      <artifactId>micronaut-serde-api</artifactId>
      <version>2.16.2</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>