You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Nick Dimiduk (Jira)" <ji...@apache.org> on 2022/10/04 10:42:00 UTC

[jira] [Created] (HBASE-27411) Dependency on org.bouncycastle:bcprov-jdk15on:jar define multiple times

Nick Dimiduk created HBASE-27411:
------------------------------------

             Summary: 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


{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)