-
Notifications
You must be signed in to change notification settings - Fork 11
Description
Expected Behavior
Maven is supposed to import all dependencies.
Current Behavior
Maven is not able to pull the given versions from central repo
Context
I'm unable to compile my code. It says (After I change spring social to release version)
[ERROR] \spring-social-bitbucket-master\src\main\java\org\springframework\social\bitbucket\config\annotation\TwitterProviderConfigRegistrar.java:[7,51] error:
When I change the version to 1.1.0 release version I'm getting the following
[ERROR] \spring-social-bitbucket-master\src\main\java\org\springframework\social\bitbucket\config\annotation\TwitterProviderConfigRegistrar.java:[7,51] error: cannot find symbol
[ERROR] \spring-social-bitbucket-master\src\main\java\org\springframework\social\bitbucket\config\annotation\TwitterProviderConfigRegistrar.java:[18,8] error: cannot find symbol
[ERROR] \spring-social-bitbucket-master\src\main\java\org\springframework\social\bitbucket\config\annotation\TwitterProviderConfigRegistrar.java:[25,4] error: method does not override or implement a method from a supertype
Your Environment
Maven 3.5.2