mfp-java-token-validator
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.ibm.mfp</groupId>
<artifactId>mfp-java-token-validator</artifactId>
<version>8.0.2017020112</version>
</dependency><!--
IBM Confidential OCO Source Materials
5725-I43 Copyright IBM Corp. 2006, 2016
The source code for this program is not published or otherwise
divested of its trade secrets, irrespective of what has
been deposited with the U.S. Copyright Office.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.ibm.mfp</groupId>
<artifactId>mfp-java-token-validator</artifactId>
<version>8.0.2017020112</version>
<name>IBM MFP OAuth JAVA TOKEN VALIDATOR</name>
<description>IBM MFP Java token validator is used to validate Oauth tokens against an Authorization server, BuildNumber is : 8.0.2017020112</description>
<url>https://hub.jazz.net/project/imflocalsdk/mfp-adapter-build-plugin</url>
<licenses>
<license>
<name>IBM-International License Agreement for Early Release of Programs</name>
<url>https://developer.ibm.com/mobilefirstplatform/beta/license/</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<connection>
scm:git:git@hub.jazz.net/git/imflocalsdk/mfp-sources
</connection>
<developerConnection>
scm:git:git@hub.jazz.net/git/imflocalsdk/mfp-sources
</developerConnection>
<url>
https://hub.jazz.net/project/imflocalsdk/mfp-sources
</url>
</scm>
<developers>
<developer>
<name>IBM MobileFirst Platform Foundation</name>
<email>imfsdkt@us.ibm.com</email>
<organizationUrl>http://www.ibm.com</organizationUrl>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.4.1</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<version>4.4</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.5.4</version>
</dependency>
</dependencies>
</project>