kylixs commented on a change in pull request #261:
URL: https://github.com/apache/dubbo-samples/pull/261#discussion_r559433749



##########
File path: dubbo-samples-http/pom.xml
##########
@@ -56,6 +56,11 @@
                 <version>${dubbo.version}</version>
                 <type>pom</type>
             </dependency>
+            <dependency>
+                <groupId>com.fasterxml.jackson.core</groupId>
+                <artifactId>jackson-databind</artifactId>
+                <version>2.9.10.8</version>
+            </dependency>

Review comment:
       jackson 那几个组件的版本都要管理起来,避免组件版本不一致,运行时出现MethodNotFound错误




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to