NihalJain commented on code in PR #142: URL: https://github.com/apache/hbase-thirdparty/pull/142#discussion_r2207129179
########## pom.xml: ########## @@ -519,28 +573,65 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-enforcer-plugin</artifactId> - <configuration> - <rules> - <enforceBytecodeVersion> - <maxJdkVersion>${compileSource}</maxJdkVersion> - <ignoreClasses> - <ignoreClass>module-info</ignoreClass> - <ignoreClass>**.glassfish.jersey.internal.jsr166.SubmissionPublisher*</ignoreClass> - <ignoreClass>**.glassfish.jersey.internal.jsr166.JerseyFlowSubscriber*</ignoreClass> - </ignoreClasses> - <ignoreOptionals>true</ignoreOptionals> - <ignoredScopes> - <ignoredScope>test</ignoredScope> - </ignoredScopes> - <message>HBase has unsupported dependencies. - HBase requires that all dependencies be compiled with version ${compileSource} or earlier + <executions> Review Comment: ah okay sure let me take care of that -- 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: issues-unsubscr...@hbase.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org