diff --git a/hbase-shaded-jersey/pom.xml b/hbase-shaded-jersey/pom.xml index 767a910..007f2d7 100644 --- a/hbase-shaded-jersey/pom.xml +++ b/hbase-shaded-jersey/pom.xml @@ -106,6 +106,37 @@ + + org.apache.maven.plugins + maven-antrun-plugin + 3.0.0 + + + + relocate-jersey-jdk11-support + package + + + + + + + + + + + + + + + run + + + + diff --git a/hbase-shaded-netty/pom.xml b/hbase-shaded-netty/pom.xml index 27b5457..b27318c 100644 --- a/hbase-shaded-netty/pom.xml +++ b/hbase-shaded-netty/pom.xml @@ -111,7 +111,7 @@ --> org.apache.maven.plugins maven-antrun-plugin - 1.8 + 3.0.0 unpack diff --git a/pom.xml b/pom.xml index b8b9dae..073328e 100644 --- a/pom.xml +++ b/pom.xml @@ -248,6 +248,26 @@ + + org.codehaus.mojo + build-helper-maven-plugin + 3.2.0 + + + regex-property + + regex-property + + + rename.offset.dir + ${rename.offset} + \. + / + false + + + + org.apache.maven.plugins maven-enforcer-plugin @@ -334,6 +354,10 @@ ${compileSource} + + module-info + **.glassfish.jersey.internal.jsr166.SubmissionPublisher* + HBase has unsupported dependencies. HBase requires that all dependencies be compiled with version ${compileSource} or earlier of the JDK to properly build from source. You appear to be using a newer dependency. You can use