<!--
  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.0</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 : 20160526-1611-rls</description>
	<url>https://hub.jazz.net/project/imflocalsdk/mfp-adapter-build-plugin</url>
	<licenses>
		<license>
			<name>IBM ILAR</name>
			<url>http://www-03.ibm.com/software/sla/sladb.nsf/sla/bla</url>
			<distribution>repo</distribution>
		</license>
	</licenses>
	<scm>
    <connection>scm:git:git@hub.jazz.net/project/imflocalsdk/mfp-adapter-build-plugin</connection>
    <developerConnection>scm:git:git@hub.jazz.net/project/imflocalsdk/mfp-adapter-build-plugin</developerConnection>
    <url>https://hub.jazz.net/git/imflocalsdk/mfp-adapter-build-plugin</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.3.4</version>
		</dependency>
		<dependency>
			<groupId>org.apache.httpcomponents</groupId>
			<artifactId>httpcore</artifactId>
            <version>4.3.2</version>
		</dependency>
		<dependency>
			<groupId>com.fasterxml.jackson.core</groupId>
			<artifactId>jackson-databind</artifactId>
            <version>2.5.4</version>
		</dependency>
	</dependencies>

</project>
