Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8808579
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T02:39:37+00:00 2026-06-14T02:39:37+00:00

I just found one daunting thing. There are two versions of spring dependency coordinates.

  • 0

I just found one daunting thing. There are two versions of spring dependency coordinates.

Project has dependencies on spring mvc and spring flow. There are two parallel sets of dependencies.

Spring MVC has dependencies of the following scheme: org.springframework:spring-asm.

Spring Flow has dependencies of the following scheme: org.springfrmaework:org.springframework.asm.

Why are there two different sets of the same dependency? How can it be overcome?

<dependency>
        <groupId>org.springframework.webflow</groupId>
        <artifactId>org.springframework.webflow</artifactId>
        <version>2.3.1.RELEASE</version>
    </dependency>


<dependency>
        <groupId>org.springframework</groupId>
        <artifactId>spring-webmvc</artifactId>
        <version>3.0.4.RELEASE</version>
    </dependency>
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T02:39:39+00:00Added an answer on June 14, 2026 at 2:39 am

    It’s basically a question of the artifacts you are using:

    <dependency>
        <groupId>org.springframework.webflow</groupId>
        <artifactId>org.springframework.webflow</artifactId>
        <version>2.3.1.RELEASE</version>
    </dependency>
    

    Is an artifact from the SpringSource Enterprise Bundle Repository and those artifacts are OSGi compliant. I quote:

    Welcome to the SpringSource Bundle Repository. Here you’ll find
    OSGi-ready versions of hundreds of open source enterprise libraries
    that are commonly used when developing Spring applications.

    On the other hand, you have:

    <dependency>
        <groupId>org.springframework</groupId>
        <artifactId>spring-webmvc</artifactId>
        <version>3.0.4.RELEASE</version>
    </dependency>
    

    Is a standard artifact from the maven repository.

    org.springframework.asm

    Is a patched version of the asm artifact for use with OSGi.

    The best solution to fix this is only using the SEBR repository artifacts.

    I recommend this because one time I had a problem with the jars from the maven central repo (they were corrupt) so I try to use the SEBR for any spring dependency. But I quote from the documentation:

    If OSGi does not matter to you, either place works, though there are
    some pros and cons between them. In general, pick one place or the
    other for your project; do not mix them. This is particularly
    important since EBR artifacts necessarily use a different naming
    convention than Maven Central artifacts.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I just found that there's no LinkedList implementation in Objective-C, but I need one.
Ok, so I've just installed VS 2012 and found one thing that puzzles me
I just found a bug in one of the rake tasks shipped with Rails.
I just migrated one of my app from iOS to WP7. I found that
I have looked but have not found a specific answer for changing just one
Just found a piece of my code that had one original typo in it.
I just found a solution to one of the weirdest bug i have ever
I'm looking for a BNF/EBNF of XML Schema. I just found the one for
I've searched the site for similar posts but i found just one where the
I'm reading APUE these days, and just found an issue. One common way to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.