EelisK commented on a change in pull request #16798:
URL: https://github.com/apache/flink/pull/16798#discussion_r709608571



##########
File path: flink-connectors/flink-connector-rabbitmq/pom.xml
##########
@@ -92,4 +92,31 @@ under the License.
 
        </dependencies>
 
+       <build>
+               <plugins>
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-shade-plugin</artifactId>
+                               <executions>
+                                       <execution>
+                                               <id>shade-flink</id>
+                                               <configuration>
+                                                       <artifactSet>
+                                                               <includes 
combine.children="append">
+                                                                       
<include>com.rabbitmq:amqp-client</include>
+                                                               </includes>
+                                                       </artifactSet>
+                                                       <relocations>
+                                                               <relocation>
+                                                                       
<pattern>com.rabbitmq</pattern>
+                                                                       
<shadedPattern>org.apache.flink.rabbitmq.shaded.com.rabbitmq</shadedPattern>
+                                                               </relocation>
+                                                       </relocations>
+                                               </configuration>
+                                       </execution>
+                               </executions>
+                       </plugin>
+               </plugins>
+       </build>
+

Review comment:
       @dianfu Ah, I see :+1: I addressed your comments in the latest change




-- 
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]


Reply via email to