<?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>
  <groupId>com.github.spring-social</groupId>
  <artifactId>spring-social-google</artifactId>
  <version>1.1.3</version>
  <dependencies>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter</artifactId>
      <version>1.5.3.RELEASE</version>
      <scope>runtime</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-configuration-processor</artifactId>
      <version>1.5.3.RELEASE</version>
      <scope>runtime</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.springframework.social</groupId>
      <artifactId>spring-social-core</artifactId>
      <version>1.1.4.RELEASE</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework.social</groupId>
      <artifactId>spring-social-config</artifactId>
      <version>1.1.4.RELEASE</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework.social</groupId>
      <artifactId>spring-social-security</artifactId>
      <version>1.1.4.RELEASE</version>
      <scope>runtime</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-core</artifactId>
      <version>2.8.6</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-databind</artifactId>
      <version>2.8.6</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-annotations</artifactId>
      <version>2.8.6</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
  <name>spring-social-google</name>
  <description>Google API for Spring Social</description>
  <properties>
    <nebula_Manifest_Version>1.0</nebula_Manifest_Version>
    <nebula_Implementation_Title>com.github.spring-social#spring-social-google;1.1.3</nebula_Implementation_Title>
    <nebula_Implementation_Version>1.1.3</nebula_Implementation_Version>
    <nebula_Built_Status>integration</nebula_Built_Status>
    <nebula_Built_By>travis</nebula_Built_By>
    <nebula_Built_OS>Linux</nebula_Built_OS>
    <nebula_Build_Date>2017-05-26_15:44:46</nebula_Build_Date>
    <nebula_Gradle_Version>3.5</nebula_Gradle_Version>
    <nebula_Module_Source></nebula_Module_Source>
    <nebula_Module_Origin>https://github.com/spring-social/spring-social-google.git</nebula_Module_Origin>
    <nebula_Change>c57db6f</nebula_Change>
    <nebula_Branch>c57db6ff61d7ad7a62996f9b2f2ce982f5535b7a</nebula_Branch>
    <nebula_Build_Host>testing-docker-f247d70d-3239-46ca-8980-9768c4fe98c0</nebula_Build_Host>
    <nebula_Build_Job>spring-social/spring-social-google</nebula_Build_Job>
    <nebula_Build_Number>67</nebula_Build_Number>
    <nebula_Build_Id>236423833</nebula_Build_Id>
    <nebula_Created_By>1.8.0_111-b14 (Oracle Corporation)</nebula_Created_By>
    <nebula_Build_Java_Version>1.8.0_111</nebula_Build_Java_Version>
    <nebula_Module_Owner>michael@laccetti.com</nebula_Module_Owner>
    <nebula_Module_Email>michael@laccetti.com</nebula_Module_Email>
    <nebula_X_Compile_Target_JDK>1.8</nebula_X_Compile_Target_JDK>
    <nebula_X_Compile_Source_JDK>1.8</nebula_X_Compile_Source_JDK>
  </properties>
  <url>https://github.com/spring-social/spring-social-google</url>
  <scm>
    <url>https://github.com/spring-social/spring-social-google.git</url>
  </scm>
  <developers>
    <developer>
      <id>mlaccetti</id>
      <name>Michael Laccetti</name>
      <email>michael@laccetti.com</email>
    </developer>
  </developers>
  <licenses>
    <license>
      <name>Apache-2.0</name>
      <url>https://opensource.org/licenses/Apache-2.0</url>
    </license>
  </licenses>
</project>
