aliyun / aliyun/alibabacloud-java-async-sdk

aliyun-gateway-pop、aliyun-java-core依赖冲突

Open
#12 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Java
Stars
34
Forks
29
PR merge metrics
No merged PRs in 30d

Description

当我引入这两个依赖:

        <dependency>
            <groupId>com.aliyun</groupId>
            <artifactId>alibabacloud-dysmsapi20170525</artifactId>
            <version>3.0.1</version>
        </dependency>
        <dependency>
            <groupId>com.aliyun</groupId>
            <artifactId>alibabacloud-dyvmsapi20170525</artifactId>
            <version>2.0.4</version>
        </dependency>

你将会得到这两个内部依赖的冲突:

aliyun-gateway-pop

image

aliyun-java-core:

image

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Reproduce the conflict using the two Maven dependencies shown in the issue: alibabacloud-dysmsapi20170525:3.0.1 and alibabacloud-dyvmsapi20170525:2.0.4. Inspect the resolved versions of aliyun-gateway-pop and aliyun-java-core, then determine the compatible dependency resolution; done means both SDK dependencies can be used without an internal dependency conflict.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
build-system
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.