ssl-config
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.palantir.remoting2</groupId>
<artifactId>ssl-config</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>ssl-config</artifactId>
<version>2.6.3</version>
<dependencies>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<scope>runtime</scope>
<version>2.6.7</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<scope>runtime</scope>
<version>18.0</version>
</dependency>
</dependencies>
<name>ssl-config</name>
</project>