lihaosky commented on code in PR #26770:
URL: https://github.com/apache/flink/pull/26770#discussion_r2198106413
##########
flink-models/flink-model-openai/pom.xml:
##########
@@ -128,4 +137,54 @@ under the License.
<url>https://repo1.maven.org/maven2</url>
</repository>
</repositories>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-shade-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>shade-flink</id>
Review Comment:
The shaded package is only for openai model provider. Yes, Flink
dependencies will be provided at runtime since I changed their scope to
`provided`. It's the same file connector:
https://github.com/apache/flink/blob/master/flink-connectors/flink-connector-files/pom.xml#L48-L81
--
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]