FAILURE: Build failed with an exception.

* What went wrong:
Could not resolve all dependencies for configuration ':databus2-relay:databus2-event-producer-mock:compile'.
> Artifact 'com.oracle:ojdbc6:11.2.0.2.0@jar' not found.

* 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: 21 mins 56.197 secs

databus编译:Could not resolve all dependencies for configuration ':databus2-relay:databus2-event-producer-mock:compile

解决方法:将ojdbc6.jar重命名为:ojdbc6-11.2.0.2.0.jar这个坑总算踩过,然后就编译成功了:

databus编译:Could not resolve all dependencies for configuration ':databus2-relay:databus2-event-producer-mock:compile

相关文章:

  • 2021-12-11
  • 2022-12-23
  • 2021-05-24
  • 2022-12-23
  • 2021-09-18
  • 2021-06-26
猜你喜欢
  • 2021-12-30
  • 2022-12-23
  • 2021-10-25
  • 2022-12-23
  • 2021-12-16
  • 2021-11-22
  • 2021-08-01
相关资源
相似解决方案