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

no suitable constructor found for ProviderSignInUtils(no arguments) #45

Open Zane-XY opened 9 years ago

Zane-XY commented 9 years ago

the samples failed to compile after updates to:

 compile group: 'org.springframework.social', name: 'spring-social-core', version: '1.1.1.RELEASE'
 compile group: 'org.springframework.social', name: 'spring-social-security', version: '1.1.1.RELEASE'
 compile group: 'org.springframework.social', name: 'spring-social-web', version: '1.1.1.RELEASE'
 compile group: 'org.springframework.social', name: 'spring-social-facebook', version: '2.0.1.RELEASE'
    compile group: 'org.springframework.social', name: 'spring-social-twitter', version: '1.1.0.RELEASE'

this

        this.providerSignInUtils = new ProviderSignInUtils();

gives no suitable constructor found for ProviderSignInUtils(no arguments)