spring-attic / spring-social-samples

Samples of using Spring Social
http://projects.spring.io/spring-social
Apache License 2.0
531 stars 811 forks source link

Cannot build showcase #33

Open gitgrimbo opened 10 years ago

gitgrimbo commented 10 years ago

Using commit - https://github.com/spring-projects/spring-social-samples/commit/77a79c2fcba8102463acbe84457614f89d0648a4

commit 77a79c2fcba8102463acbe84457614f89d0648a4
Author: Craig Walls <cwalls@gopivotal.com>
Date:   Tue Jun 17 16:39:03 2014 -0500

    Remove SpringSocialDialect bean now that Boot is taking care of it.

No 1.1.2.BUILD-SNAPSHOT dependencies can be found.

\spring-social-samples\spring-social-showcase-boot>gradlew build
:compileJava

FAILURE: Build failed with an exception.

* What went wrong:
Could not resolve all dependencies for configuration ':compile'.
> Could not find org.springframework.boot:spring-boot-starter-social-facebook:1.1.2.BUILD-SNAPSHOT.
  Required by:
      :spring-social-showcase-boot:unspecified
> Could not find org.springframework.boot:spring-boot-starter-social-twitter:1.1.2.BUILD-SNAPSHOT.
  Required by:
      :spring-social-showcase-boot:unspecified
> Could not find org.springframework.boot:spring-boot-starter-social-linkedin:1.1.2.BUILD-SNAPSHOT.
  Required by:
      :spring-social-showcase-boot:unspecified
> Could not find org.springframework.boot:spring-boot-starter-actuator:1.1.2.BUILD-SNAPSHOT.
  Required by:
      :spring-social-showcase-boot:unspecified
> Could not find org.springframework.boot:spring-boot-starter-security:1.1.2.BUILD-SNAPSHOT.
  Required by:
      :spring-social-showcase-boot:unspecified
> Could not find org.springframework.boot:spring-boot-starter-thymeleaf:1.1.2.BUILD-SNAPSHOT.
  Required by:
      :spring-social-showcase-boot:unspecified
> Could not find org.springframework.boot:spring-boot-starter-web:1.1.2.BUILD-SNAPSHOT.
  Required by:
      :spring-social-showcase-boot:unspecified
> Could not find org.springframework.boot:spring-boot-starter-jdbc:1.1.2.BUILD-SNAPSHOT.
  Required by:
      :spring-social-showcase-boot:unspecified

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

Total time: 12.534 secs