zentol commented on code in PR #26770:
URL: https://github.com/apache/flink/pull/26770#discussion_r2198116958
##########
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:
but you are still relocation references to a bunch of dependencies, like
jackson. Where are those relocated dependencies being provided? Is there
another module that bundles and relocates these dependencies?
--
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]