Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.38 KB | None | 0 0
  1. Caused by: java.lang.NoSuchMethodError: org.springframework.web.reactive.socket.client.ReactorNettyWebSocketClient.<init>(Ljava/util/function/Consumer;)V
  2.  
  3. [INFO] --- maven-dependency-plugin:3.0.2:tree (default-cli) @ gateway ---
  4. [INFO] cn.rctech.egg:gateway:jar:0.0.1-SNAPSHOT
  5. [INFO] +- org.springframework.boot:spring-boot-starter:jar:2.0.3.RELEASE:compile
  6. [INFO] | +- org.springframework.boot:spring-boot:jar:2.0.3.RELEASE:compile
  7. [INFO] | | - org.springframework:spring-context:jar:5.1.6.RELEASE:compile
  8. [INFO] | | +- org.springframework:spring-aop:jar:5.1.6.RELEASE:compile
  9. [INFO] | | +- org.springframework:spring-beans:jar:5.1.6.RELEASE:compile
  10. [INFO] | | - org.springframework:spring-expression:jar:5.1.6.RELEASE:compile
  11. [INFO] | +- org.springframework.boot:spring-boot-autoconfigure:jar:2.0.3.RELEASE:compile
  12. [INFO] | +- org.springframework.boot:spring-boot-starter-logging:jar:2.0.3.RELEASE:compile
  13. [INFO] | | +- ch.qos.logback:logback-classic:jar:1.2.3:compile
  14. [INFO] | | | +- ch.qos.logback:logback-core:jar:1.2.3:compile
  15. [INFO] | | | - org.slf4j:slf4j-api:jar:1.7.25:compile
  16. [INFO] | | +- org.apache.logging.log4j:log4j-to-slf4j:jar:2.10.0:compile
  17. [INFO] | | | - org.apache.logging.log4j:log4j-api:jar:2.10.0:compile
  18. [INFO] | | - org.slf4j:jul-to-slf4j:jar:1.7.25:compile
  19. [INFO] | +- javax.annotation:javax.annotation-api:jar:1.3.2:compile
  20. [INFO] | +- org.springframework:spring-core:jar:5.1.6.RELEASE:compile
  21. [INFO] | | - org.springframework:spring-jcl:jar:5.1.6.RELEASE:compile
  22. [INFO] | - org.yaml:snakeyaml:jar:1.19:runtime
  23. [INFO] +- org.springframework.cloud:spring-cloud-starter-gateway:jar:2.0.3.RELEASE:compile
  24. [INFO] | +- org.springframework.cloud:spring-cloud-gateway-core:jar:2.0.3.RELEASE:compile
  25. [INFO] | | - io.projectreactor.addons:reactor-extra:jar:3.1.6.RELEASE:compile
  26. [INFO] | | - io.projectreactor:reactor-core:jar:3.1.8.RELEASE:compile
  27. [INFO] | | - org.reactivestreams:reactive-streams:jar:1.0.2:compile
  28. [INFO] | - org.springframework.boot:spring-boot-starter-webflux:jar:2.0.3.RELEASE:compile
  29. [INFO] | +- org.springframework.boot:spring-boot-starter-json:jar:2.0.3.RELEASE:compile
  30. [INFO] | | +- com.fasterxml.jackson.core:jackson-databind:jar:2.9.7:compile
  31. [INFO] | | | - com.fasterxml.jackson.core:jackson-annotations:jar:2.9.7:compile
  32. [INFO] | | +- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.9.7:compile
  33. [INFO] | | +- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.9.7:compile
  34. [INFO] | | - com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.9.7:compile
  35. [INFO] | +- org.springframework.boot:spring-boot-starter-reactor-netty:jar:2.0.3.RELEASE:compile
  36. [INFO] | | - io.projectreactor.ipc:reactor-netty:jar:0.7.8.RELEASE:compile
  37. [INFO] | | +- io.netty:netty-codec-http:jar:4.1.25.Final:compile
  38. [INFO] | | | - io.netty:netty-codec:jar:4.1.25.Final:compile
  39. [INFO] | | +- io.netty:netty-handler:jar:4.1.25.Final:compile
  40. [INFO] | | | +- io.netty:netty-buffer:jar:4.1.25.Final:compile
  41. [INFO] | | | - io.netty:netty-transport:jar:4.1.25.Final:compile
  42. [INFO] | | | - io.netty:netty-resolver:jar:4.1.25.Final:compile
  43. [INFO] | | +- io.netty:netty-handler-proxy:jar:4.1.25.Final:compile
  44. [INFO] | | | - io.netty:netty-codec-socks:jar:4.1.25.Final:compile
  45. [INFO] | | - io.netty:netty-transport-native-epoll:jar:linux-x86_64:4.1.25.Final:compile
  46. [INFO] | | +- io.netty:netty-common:jar:4.1.25.Final:compile
  47. [INFO] | | - io.netty:netty-transport-native-unix-common:jar:4.1.25.Final:compile
  48. [INFO] | +- org.hibernate.validator:hibernate-validator:jar:6.0.10.Final:compile
  49. [INFO] | | +- javax.validation:validation-api:jar:2.0.1.Final:compile
  50. [INFO] | | +- org.jboss.logging:jboss-logging:jar:3.3.2.Final:compile
  51. [INFO] | | - com.fasterxml:classmate:jar:1.3.4:compile
  52. [INFO] | +- org.springframework:spring-web:jar:5.1.6.RELEASE:compile
  53. [INFO] | +- org.springframework:spring-webflux:jar:5.1.6.RELEASE:compile
  54. [INFO] | - org.synchronoss.cloud:nio-multipart-parser:jar:1.1.0:compile
  55. [INFO] | - org.synchronoss.cloud:nio-stream-storage:jar:1.1.3:compile
  56. [INFO] +- com.alibaba.boot:nacos-config-spring-boot-starter:jar:0.2.1:compile
  57. [INFO] | +- com.alibaba.nacos:nacos-spring-context:jar:0.2.3-RC1:compile
  58. [INFO] | | +- com.alibaba.nacos:nacos-client:jar:1.0.0:compile
  59. [INFO] | | | +- com.alibaba.nacos:nacos-common:jar:1.0.0:compile
  60. [INFO] | | | | +- commons-io:commons-io:jar:2.6:compile
  61. [INFO] | | | | - org.apache.commons:commons-lang3:jar:3.7:compile
  62. [INFO] | | | +- com.alibaba.nacos:nacos-api:jar:1.0.0:compile
  63. [INFO] | | | | - com.alibaba:fastjson:jar:1.2.47:compile
  64. [INFO] | | | +- com.google.guava:guava:jar:23.0:compile
  65. [INFO] | | | | +- com.google.code.findbugs:jsr305:jar:1.3.9:compile
  66. [INFO] | | | | +- com.google.errorprone:error_prone_annotations:jar:2.0.18:compile
  67. [INFO] | | | | +- com.google.j2objc:j2objc-annotations:jar:1.1:compile
  68. [INFO] | | | | - org.codehaus.mojo:animal-sniffer-annotations:jar:1.14:compile
  69. [INFO] | | | +- commons-codec:commons-codec:jar:1.10:compile
  70. [INFO] | | | +- com.fasterxml.jackson.core:jackson-core:jar:2.9.7:compile
  71. [INFO] | | | - io.prometheus:simpleclient:jar:0.5.0:compile
  72. [INFO] | | - com.alibaba.spring:spring-context-support:jar:1.0.1:compile
  73. [INFO] | +- com.alibaba.boot:nacos-config-spring-boot-autoconfigure:jar:0.2.1:compile
  74. [INFO] | - com.alibaba.boot:nacos-spring-boot-base:jar:0.2.1:compile
  75. [INFO] +- com.alibaba.boot:nacos-discovery-spring-boot-starter:jar:0.2.1:compile
  76. [INFO] | - com.alibaba.boot:nacos-discovery-spring-boot-autoconfigure:jar:0.2.1:compile
  77. [INFO] - org.springframework.cloud:spring-cloud-starter:jar:2.0.3.RELEASE:compile
  78. [INFO] +- org.springframework.cloud:spring-cloud-context:jar:2.0.3.RELEASE:compile
  79. [INFO] | - org.springframework.security:spring-security-crypto:jar:5.0.6.RELEASE:compile
  80. [INFO] +- org.springframework.cloud:spring-cloud-commons:jar:2.0.3.RELEASE:compile
  81. [INFO] - org.springframework.security:spring-security-rsa:jar:1.0.7.RELEASE:compile
  82. [INFO] - org.bouncycastle:bcpkix-jdk15on:jar:1.60:compile
  83. [INFO] - org.bouncycastle:bcprov-jdk15on:jar:1.60:compile
  84. [INFO] ------------------------------------------------------------------------
  85. [INFO] BUILD SUCCESS
  86. [INFO] ------------------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement