Giter VIP home page Giter VIP logo

Comments (8)

christopherjm avatar christopherjm commented on May 27, 2024

taken from an issue commented by matwojcik. I am also experiencing the same on the latest snapshot for spring-social 1.1.0.BUILD-SNAPSHOT

from spring-social-google.

cl4r1ty avatar cl4r1ty commented on May 27, 2024

I was getting this error with spring-social version 1.1.0.M3 which is fairly new using 1.0.0.M2 of spring-social.google.

The current code in the repo actually works it just hasn't been pushed to maven. If you want to use it from your local m2 cache do this:

Add this to the build.gradle file after the other plugins:
apply plugin: 'maven'

Run: ./gradlew install
It will be placed in: /Users/username/.m2/repository/org/springframework/social/spring-social-google/1.0.0.BUILD-SNAPSHOT

Add to your pom:


org.springframework.social
spring-social-google
1.0.0.BUILD-SNAPSHOT

Worked fine with 1.1.0.M3, didn't try snapshots of spring-social.

from spring-social-google.

weekens avatar weekens commented on May 27, 2024

It would be cool to have current version of spring-social-google in Maven repo, becuase I also have to compile a SNAPSHOT locally to be able to work with spring-social-1.0.0.M3.

from spring-social-google.

cl4r1ty avatar cl4r1ty commented on May 27, 2024

Until it gets put into maven central or the spring repo my company has a snapshot built in our maven repo.

<!-- Spring Social Google-->
<dependency>
  <groupId>org.springframework.social</groupId>
  <artifactId>spring-social-google</artifactId>
  <version>1.0.0.BUILD-SNAPSHOT</version>
</dependency>

<repository>
  <id>sourceclearSnapshots</id>
  <url>https://maven.sourceclear.com/content/repositories/snapshots/</url>
</repository>

from spring-social-google.

weekens avatar weekens commented on May 27, 2024

Great! Could you also make a release artifact? SNAPSHOT means Google connectivity code may change unpredictibly when I build a webapp, and that's a bit scary.

from spring-social-google.

cl4r1ty avatar cl4r1ty commented on May 27, 2024

Since it's not my project I don't want to define a release.

from spring-social-google.

christopherjm avatar christopherjm commented on May 27, 2024

Thank you! cl4r1ty. Hope you wont mind us using your repository in the meantime.
I will revert back to the master once a release has been defined.

from spring-social-google.

GabiAxel avatar GabiAxel commented on May 27, 2024

Just released M3. Please use it with Spring Social 1.1.0.M4

from spring-social-google.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.