turboFei commented on PR #2615:
URL: https://github.com/apache/celeborn/pull/2615#issuecomment-2223498789
After add swagger-models for mvn.
For the jar build with mvn:
```
(base) ➜ celeborn git:(openapi_client_shade) jar -tf
openapi/openapi-client/target/celeborn-openapi-client_2.12-0.6.0-SNAPSHOT.jar|grep
'celeborn/shaded'|wc -l
1468
```
For the jar build with sbt:
```
(base) ➜ celeborn git:(openapi_client_shade) jar -tf
openapi/openapi-client/target/scala-2.12/celeborn-openapi-client_2.12-0.6.0-SNAPSHOT.jar|grep
'celeborn/shaded' |wc -l
1468
(base) ➜ celeborn git:(openapi_client_shade)
```
--
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]