[ https://issues.apache.org/jira/browse/HBASE-27411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17613268#comment-17613268 ]
Andrew Kyle Purtell commented on HBASE-27411: --------------------------------------------- We also should bring the version up to 1.70 or later because of [https://security.snyk.io/package/maven/org.bouncycastle:bcprov-jdk15on] ("latest non-vulnerable version 1.70") > Dependency on org.bouncycastle:bcprov-jdk15on:jar define multiple times > ------------------------------------------------------------------------ > > Key: HBASE-27411 > URL: https://issues.apache.org/jira/browse/HBASE-27411 > Project: HBase > Issue Type: Task > Components: build > Affects Versions: 3.0.0-alpha-4 > Reporter: Nick Dimiduk > Priority: Minor > > {noformat} > $ env > JAVA_HOME=/Library/Java/JavaVirtualMachines/adoptopenjdk-11.jdk/Contents/Home > mvn -T0.5C clean install -DskipTests > > [INFO] Scanning for projects... > > > [WARNING] > > > [WARNING] Some problems were encountered while building the effective model > for org.apache.hbase:hbase-server:jar:3.0.0-alpha-4-SNAPSHOT > > [WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must > be unique: org.bouncycastle:bcprov-jdk15on:jar -> duplicate declaration of > version (?) @ line 331, column 17 > [WARNING] > > > [WARNING] It is highly recommended to fix these problems because they > threaten the stability of your build. > > [WARNING] > > > [WARNING] For this reason, future Maven versions might no longer support > building such malformed projects. > > [WARNING] > {noformat} -- This message was sent by Atlassian Jira (v8.20.10#820010)