zentol closed pull request #7336: [FLINK-11194][hbase] Use type instead of 
classifier
URL: https://github.com/apache/flink/pull/7336
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/flink-connectors/flink-hbase/pom.xml 
b/flink-connectors/flink-hbase/pom.xml
index 75b9470f45c..2ab0ec4c2aa 100644
--- a/flink-connectors/flink-hbase/pom.xml
+++ b/flink-connectors/flink-hbase/pom.xml
@@ -49,19 +49,6 @@ under the License.
                                        <forkCount>1</forkCount>
                                </configuration>
                        </plugin>
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-shade-plugin</artifactId>
-                               <executions>
-                                       <execution>
-                                               <!-- Disable inherited 
shade-flink because of a problem in the shade plugin -->
-                                               <!-- When enabled you'll run 
into an infinite loop creating the dependency-reduced-pom.xml -->
-                                               <!-- Seems similar to 
https://issues.apache.org/jira/browse/MSHADE-148 -->
-                                               <id>shade-flink</id>
-                                               <phase>none</phase>
-                                       </execution>
-                               </executions>
-                       </plugin>
                </plugins>
        </build>
 
@@ -255,7 +242,7 @@ under the License.
                        <groupId>org.apache.hbase</groupId>
                        <artifactId>hbase-server</artifactId>
                        <version>${hbase.version}</version>
-                       <classifier>tests</classifier>
+                       <type>test-jar</type>
                        <scope>test</scope>
                </dependency>
 


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to