You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: