Uploaded image for project: 'Spring Module'
  1. Spring Module
  2. SPRM-127

Spring Module is resolving a wrong spring-core version

    XMLWordPrintable

Details

    • Bug
    • Status: Resolved
    • Critical
    • Resolution: Done
    • None
    • None

    Description

      Spring Module defines explicitly spring-core version 4.1.9-RELEASE and spring-security version 4.0.4-RELEASE.

      The spring-core dependency is set as provided, while spring-security is set as compile scope.

      This causes the compile dependencies from spring-security to be pulled and spring-core version being bumped to 4.2.5-RELEASE.

      Add exclusions for spring-core dependencies or ensure that the new version works properly.

      [34m[INFO](B org.mule.modules:mule-spring-module:mule-extension:1.0.0-SNAPSHOT
      [INFO](B +- org.springframework:spring-core:jar:4.1.9.RELEASE:provided
      [INFO](B | \- commons-logging:commons-logging:jar:1.2:provided
      [INFO](B +- org.springframework.security:spring-security-core:jar:4.0.4.RELEASE:compile
      [INFO](B | +- aopalliance:aopalliance:jar:1.0:compile
      [INFO](B | +- org.springframework:spring-aop:jar:4.2.5.RELEASE:compile
      [INFO](B | +- org.springframework:spring-beans:jar:4.2.5.RELEASE:compile
      [INFO](B | +- org.springframework:spring-context:jar:4.2.5.RELEASE:compile
      [INFO](B | \- org.springframework:spring-expression:jar:4.2.5.RELEASE:compile
      [INFO](B +- org.springframework.security:spring-security-config:jar:4.0.4.RELEASE:test
      [INFO](B +- org.springframework.security:spring-security-web:jar:4.0.4.RELEASE:compile
      [INFO](B | \- org.springframework:spring-web:jar:4.2.5.RELEASE:compile
      [INFO](B +- org.springframework.security:spring-security-ldap:jar:4.0.4.RELEASE:compile
      [INFO](B | +- org.springframework.ldap:spring-ldap-core:jar:2.0.2.RELEASE:compile
      [INFO](B | \- org.springframework:spring-tx:jar:4.2.5.RELEASE:compile

      Attachments

        Activity

          People

            rodrigo.merino@mulesoft.com Rodrigo Merino
            alejandro.iannucci@mulesoft.com Alejandro Iannucci
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: