pagerduty-notification-2.0.4.pom
PagerDuty Notification unspecified
Checksums
| MD5 | a602a9247beb48677fee2b88e82a4af1 |
| SHA1 | 40a8fbce9c30de30bfb043355b53eefdc2af986b |
| SHA256 | 25588327acc8ba5c2b142fa0c02ef8a9782b7d48642ba7859fdcdd129b37288d |
| SHA512 | 51441f09873e148cff369e58c596a5c8d3836daa923e3b20a349509b0419052e0b12eb71ceb25d546d8caf1bc2f140bbcb61062abd6b360178b14a5471f355cf |
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>org.rundeck.plugins</groupId>
<artifactId>pagerduty-notification</artifactId>
<version>2.0.4</version>
<name>PagerDuty Notification unspecified</name>
<description>PagerDuty Notification unspecified</description>
<url>https://github.com/rundeck-plugins/pagerduty-notification</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>gschueler</id>
<name>Greg Schueler</name>
<email>greg@rundeck.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:git@github.com/rundeck-plugins/pagerduty-notification.git</connection>
<developerConnection>scm:git:git@github.com:rundeck-plugins/pagerduty-notification.git</developerConnection>
<url>https://github.com/rundeck-plugins/pagerduty-notification</url>
</scm>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>5.5.0</version>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>org.apache.groovy</groupId>
<artifactId>groovy-all</artifactId>
<version>4.0.33</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.20.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.squareup.retrofit2</groupId>
<artifactId>retrofit</artifactId>
<version>2.12.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.14.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.squareup.retrofit2</groupId>
<artifactId>converter-gson</artifactId>
<version>2.12.0</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</project>