Giter Club home page Giter Club logo

Comments (3)

PolukovY avatar PolukovY commented on August 27, 2024

The issue with dependencies

./mvnw test dependency:tree -DskipTests=true

extract the part that case the issue

[INFO] eventuate.tram.examples.customers.and.orders:common-swagger:jar:0.1.0-SNAPSHOT
[INFO] \- io.eventuate.util:eventuate-util-spring-swagger:jar:0.4.0.RELEASE:compile
[INFO]    +- io.springfox:springfox-swagger2:jar:2.9.2:compile
[INFO]    |  +- io.swagger:swagger-annotations:jar:1.5.20:compile
[INFO]    |  +- io.swagger:swagger-models:jar:1.5.20:compile
[INFO]    |  |  \- com.fasterxml.jackson.core:jackson-annotations:jar:2.9.5:compile
[INFO]    |  +- io.springfox:springfox-spi:jar:2.9.2:compile
[INFO]    |  |  \- io.springfox:springfox-core:jar:2.9.2:compile
[INFO]    |  |     \- net.bytebuddy:byte-buddy:jar:1.8.12:compile
[INFO]    |  +- io.springfox:springfox-schema:jar:2.9.2:compile
[INFO]    |  +- io.springfox:springfox-swagger-common:jar:2.9.2:compile
[INFO]    |  +- io.springfox:springfox-spring-web:jar:2.9.2:compile
[INFO]    |  +- com.google.guava:guava:jar:20.0:compile
[INFO]    |  +- com.fasterxml:classmate:jar:1.4.0:compile
[INFO]    |  +- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO]    |  +- org.springframework.plugin:spring-plugin-core:jar:1.2.0.RELEASE:compile
[INFO]    |  |  +- org.springframework:spring-beans:jar:4.0.9.RELEASE:compile
[INFO]    |  |  +- org.springframework:spring-context:jar:4.0.9.RELEASE:compile
[INFO]    |  |  \- org.springframework:spring-aop:jar:4.0.9.RELEASE:compile
[INFO]    |  |     \- aopalliance:aopalliance:jar:1.0:compile
[INFO]    |  +- org.springframework.plugin:spring-plugin-metadata:jar:1.2.0.RELEASE:compile
[INFO]    |  \- org.mapstruct:mapstruct:jar:1.2.0.Final:compile
[INFO]    +- io.springfox:springfox-swagger-ui:jar:2.9.2:compile
[INFO]    \- org.springframework.boot:spring-boot-starter-web:jar:1.4.7.RELEASE:compile
[INFO]       +- org.springframework.boot:spring-boot-starter:jar:1.4.7.RELEASE:compile
[INFO]       |  +- org.springframework.boot:spring-boot:jar:1.4.7.RELEASE:compile
[INFO]       |  +- org.springframework.boot:spring-boot-autoconfigure:jar:1.4.7.RELEASE:compile
[INFO]       |  +- org.springframework.boot:spring-boot-starter-logging:jar:1.4.7.RELEASE:compile
[INFO]       |  |  +- ch.qos.logback:logback-classic:jar:1.1.11:compile
[INFO]       |  |  |  \- ch.qos.logback:logback-core:jar:1.1.11:compile
[INFO]       |  |  +- org.slf4j:jcl-over-slf4j:jar:1.7.25:compile
[INFO]       |  |  +- org.slf4j:jul-to-slf4j:jar:1.7.25:compile
[INFO]       |  |  \- org.slf4j:log4j-over-slf4j:jar:1.7.25:compile
[INFO]       |  +- org.springframework:spring-core:jar:4.3.9.RELEASE:compile`

expected:

  • spring-code:5.2.5.RELEASE

actual:

  • spring-code:4.3.22.RELEASE

from eventuate-tram-examples-customers-and-orders.

cer avatar cer commented on August 27, 2024

Thanks. The maven build accidentally references a SNAPSHOT dependency. It's possible that this is why the build passed at one point on the CI server.

from eventuate-tram-examples-customers-and-orders.

cer avatar cer commented on August 27, 2024

A couple of issues:

  • build-and-test-all-mysql-maven.sh was not running the complete set of tests so this problem was hidden
  • Maven dependency resolution was resolving to an older versions of some artifacts (spring-core, spring-boot-*), resulting in an inconsistent set of dependencies

from eventuate-tram-examples-customers-and-orders.

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.