weibozhao commented on a change in pull request #24:
URL: https://github.com/apache/flink-ml/pull/24#discussion_r752930662
##########
File path: flink-ml-lib/pom.xml
##########
@@ -106,6 +112,11 @@ under the License.
<type>jar</type>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>com.google.code.gson</groupId>
+ <artifactId>gson</artifactId>
+ <version>2.8.6</version>
+ </dependency>
Review comment:
For the json tool ReadWriteUtils supply not support some class's
serialization. Here, I use the google replace the default json tool. Then, we
have only one json tool.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]