error-handling
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.palantir.remoting2</groupId>
<artifactId>error-handling</artifactId>
<version>2.6.3</version>
</dependency><?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">
<modelVersion>4.0.0</modelVersion>
<url>https://github.com/palantir/http-remoting</url>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
</license>
</licenses>
<developers>
<developer>
<id>palantir</id>
<name>Palantir Technologies Inc</name>
<organizationUrl>https://www.palantir.com</organizationUrl>
</developer>
</developers>
<description>Palantir open source project</description>
<organization>
<name>Palantir Technologies Inc</name>
<url>https://palantir.com</url>
</organization>
<scm>
<url>https://github.com/palantir/http-remoting</url>
</scm>
<groupId>com.palantir.remoting2</groupId>
<artifactId>error-handling</artifactId>
<version>2.6.3</version>
<dependencies>
<dependency>
<groupId>com.palantir.remoting2</groupId>
<artifactId>jackson-support</artifactId>
<version>2.6.3</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<scope>runtime</scope>
<version>2.6.7</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-guava</artifactId>
<scope>runtime</scope>
<version>2.6.7</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-jdk8</artifactId>
<scope>runtime</scope>
<version>2.6.7</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-afterburner</artifactId>
<scope>runtime</scope>
<version>2.6.7</version>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
<scope>runtime</scope>
<version>3.0.0</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<scope>runtime</scope>
<version>18.0</version>
</dependency>
<dependency>
<groupId>javax.ws.rs</groupId>
<artifactId>javax.ws.rs-api</artifactId>
<scope>runtime</scope>
<version>2.0.1</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<scope>runtime</scope>
<version>1.7.12</version>
</dependency>
</dependencies>
<name>error-handling</name>
</project>