Git Product home page Git Product logo

Comments (3)

ms-xiaosnow avatar ms-xiaosnow commented on April 28, 2024

see #40 , you could execlue the incompatible version using <execlusions> tag

from aliyun-spring-boot.

theonefx avatar theonefx commented on April 28, 2024

try move dependencyManagement to parent module:
image

from aliyun-spring-boot.

theonefx avatar theonefx commented on April 28, 2024

There is the dependency tree:

[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] demo [pom]
[INFO] common-module [jar]
[INFO] m1-sub-module [jar]
[INFO]
[INFO] --------------------------< com.example:demo >--------------------------
[INFO] Building demo 0.0.1-SNAPSHOT [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ demo ---
[INFO] com.example:demo:pom:0.0.1-SNAPSHOT
[INFO]
[INFO] ---------------------< com.example:common-module >----------------------
[INFO] Building common-module 0.0.1-SNAPSHOT [2/3]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ common-module ---
[INFO] com.example:common-module:jar:0.0.1-SNAPSHOT
[INFO] - com.alibaba.cloud:aliyun-oss-spring-boot-starter:jar:1.0.0:compile
[INFO] +- com.alibaba.cloud:aliyun-context-spring-boot-starter:jar:1.0.0:compile
[INFO] | +- com.alibaba.cloud:alicloud-context:jar:1.0.5:compile
[INFO] | - com.aliyun:aliyun-java-sdk-edas:jar:2.44.0:compile
[INFO] | - com.google.code.gson:gson:jar:2.8.6:compile
[INFO] - com.aliyun.oss:aliyun-sdk-oss:jar:3.1.0:compile
[INFO] +- org.apache.httpcomponents:httpclient:jar:4.5.12:compile
[INFO] | +- org.apache.httpcomponents:httpcore:jar:4.4.13:compile
[INFO] | - commons-codec:commons-codec:jar:1.14:compile
[INFO] +- org.jdom:jdom:jar:1.1:compile
[INFO] +- com.sun.jersey:jersey-json:jar:1.9:compile
[INFO] | +- org.codehaus.jettison:jettison:jar:1.1:compile
[INFO] | | - stax:stax-api:jar:1.0.1:compile
[INFO] | +- com.sun.xml.bind:jaxb-impl:jar:2.2.3-1:compile
[INFO] | +- org.codehaus.jackson:jackson-core-asl:jar:1.8.3:compile
[INFO] | +- org.codehaus.jackson:jackson-mapper-asl:jar:1.8.3:compile
[INFO] | +- org.codehaus.jackson:jackson-jaxrs:jar:1.8.3:compile
[INFO] | +- org.codehaus.jackson:jackson-xc:jar:1.8.3:compile
[INFO] | - com.sun.jersey:jersey-core:jar:1.9:compile
[INFO] +- com.aliyun:aliyun-java-sdk-core:jar:4.5.0:compile
[INFO] | +- commons-logging:commons-logging:jar:1.2:compile
[INFO] | +- javax.xml.bind:jaxb-api:jar:2.3.1:compile
[INFO] | | - javax.activation:javax.activation-api:jar:1.2.0:compile
[INFO] | +- org.jacoco:org.jacoco.agent:jar:runtime:0.8.5:compile
[INFO] | +- org.ini4j:ini4j:jar:0.5.4:compile
[INFO] | +- org.slf4j:slf4j-api:jar:1.7.30:compile
[INFO] | +- io.opentracing:opentracing-api:jar:0.33.0:compile
[INFO] | - io.opentracing:opentracing-util:jar:0.33.0:compile
[INFO] | - io.opentracing:opentracing-noop:jar:0.33.0:compile
[INFO] +- com.aliyun:aliyun-java-sdk-ram:jar:3.0.0:compile
[INFO] +- com.aliyun:aliyun-java-sdk-sts:jar:3.0.0:compile
[INFO] - com.aliyun:aliyun-java-sdk-ecs:jar:4.2.0:compile
[INFO]
[INFO] ---------------------< com.example:m1-sub-module >----------------------
[INFO] Building m1-sub-module 0.0.1-SNAPSHOT [3/3]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ m1-sub-module ---
[INFO] com.example:m1-sub-module:jar:0.0.1-SNAPSHOT
[INFO] - com.example:common-module:jar:0.0.1-SNAPSHOT:compile
[INFO] - com.alibaba.cloud:aliyun-oss-spring-boot-starter:jar:1.0.0:compile
[INFO] +- com.alibaba.cloud:aliyun-context-spring-boot-starter:jar:1.0.0:compile
[INFO] | +- com.alibaba.cloud:alicloud-context:jar:1.0.5:compile
[INFO] | - com.aliyun:aliyun-java-sdk-edas:jar:2.44.0:compile
[INFO] | - com.google.code.gson:gson:jar:2.8.6:compile
[INFO] - com.aliyun.oss:aliyun-sdk-oss:jar:3.1.0:compile
[INFO] +- org.apache.httpcomponents:httpclient:jar:4.5.12:compile
[INFO] | +- org.apache.httpcomponents:httpcore:jar:4.4.13:compile
[INFO] | - commons-codec:commons-codec:jar:1.14:compile
[INFO] +- org.jdom:jdom:jar:1.1:compile
[INFO] +- com.sun.jersey:jersey-json:jar:1.9:compile
[INFO] | +- org.codehaus.jettison:jettison:jar:1.1:compile
[INFO] | | - stax:stax-api:jar:1.0.1:compile
[INFO] | +- com.sun.xml.bind:jaxb-impl:jar:2.2.3-1:compile
[INFO] | +- org.codehaus.jackson:jackson-core-asl:jar:1.8.3:compile
[INFO] | +- org.codehaus.jackson:jackson-mapper-asl:jar:1.8.3:compile
[INFO] | +- org.codehaus.jackson:jackson-jaxrs:jar:1.8.3:compile
[INFO] | +- org.codehaus.jackson:jackson-xc:jar:1.8.3:compile
[INFO] | - com.sun.jersey:jersey-core:jar:1.9:compile
[INFO] +- com.aliyun:aliyun-java-sdk-core:jar:4.5.0:compile
[INFO] | +- commons-logging:commons-logging:jar:1.2:compile
[INFO] | +- javax.xml.bind:jaxb-api:jar:2.3.1:compile
[INFO] | | - javax.activation:javax.activation-api:jar:1.2.0:compile
[INFO] | +- org.jacoco:org.jacoco.agent:jar:runtime:0.8.5:compile
[INFO] | +- org.ini4j:ini4j:jar:0.5.4:compile
[INFO] | +- org.slf4j:slf4j-api:jar:1.7.30:compile
[INFO] | +- io.opentracing:opentracing-api:jar:0.33.0:compile
[INFO] | - io.opentracing:opentracing-util:jar:0.33.0:compile
[INFO] | - io.opentracing:opentracing-noop:jar:0.33.0:compile
[INFO] +- com.aliyun:aliyun-java-sdk-ram:jar:3.0.0:compile
[INFO] +- com.aliyun:aliyun-java-sdk-sts:jar:3.0.0:compile
[INFO] - com.aliyun:aliyun-java-sdk-ecs:jar:4.2.0:compile
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for demo 0.0.1-SNAPSHOT:
[INFO]
[INFO] demo ............................................... SUCCESS [ 0.691 s]
[INFO] common-module ...................................... SUCCESS [ 0.218 s]
[INFO] m1-sub-module ...................................... SUCCESS [ 0.063 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.297 s
[INFO] Finished at: 2020-08-31T19:25:37+08:00
[INFO] ------------------------------------------------------------------------

from aliyun-spring-boot.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.