molsionmo commented on a change in pull request #11825:
URL: https://github.com/apache/flink/pull/11825#discussion_r413532729
##########
File path: flink-metrics/flink-metrics-prometheus/pom.xml
##########
@@ -102,34 +102,4 @@ under the License.
</dependency>
</dependencies>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-shade-plugin</artifactId>
- <executions>
- <execution>
- <id>shade-flink</id>
- <phase>package</phase>
- <goals>
- <goal>shade</goal>
- </goals>
- <configuration>
- <artifactSet>
- <includes>
-
<include>io.prometheus:*</include>
- </includes>
- </artifactSet>
- <relocations
combine.children="append">
Review comment:
Sorry,I misunderstood your meaning and have restored the configuration
of fatjar
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]