Git Product home page Git Product logo

Comments (4)

tbroyer avatar tbroyer commented on May 5, 2024

AFAICT, adding a provider scope wouldn't change dependency conflict resolution.

What likely happens is that you don't have a dependency on gwt-dev so you inherit the one brought transitively by gwteventbinder. And the gwt-maven-plugin won't try to "replace" it with the version matching the one its compiled against.

Indeed using a provided scope for gwt-dev would solve the immediate issue, but the real issue is elsewhere: your project not setting gwt-dev's version to 2.6.1 (you're ultimately responsible for dependency management), gwt-maven-plugin not handling the version conflicts, GWT not providing a "BOM", etc.

from gwteventbinder.

klimeryk avatar klimeryk commented on May 5, 2024

Well, on my side I'm actually using gradle and the gwt-gradle-plugin, which should take care of providing the necessary dependencies on GWT. But it might be a bug in the plugin itself, I'll investigate it further from that side.
Thank you for your help.

from gwteventbinder.

tbroyer avatar tbroyer commented on May 5, 2024

Yes, I think there's a "bug" in the gwt-gradle-plugin similar to the one in the gwt-maven-plugin of not de-duplicating gwt-dev dependencies from the project and the plugin.

That said, you're responsible for dependency management for your project, Gradle or Maven are just tools to assist you. Have a look at ./gradlew dependencies and ./gradlew dependencyInsight --dependency gwt-dev; and either declare gwt-dev explicitly with the appropriate version to override the transitive one from gwteventbinder, or exclude it, or use a dependency resolve rule, or, because gwteventbinder has no other dependency, depend only on the JAR using gwt 'com.google.gwt.eventbinder:eventbinder:1.1.0@jar'

from gwteventbinder.

klimeryk avatar klimeryk commented on May 5, 2024

Thanks for the follow up - I'll look into properly fixing this, but for now the @jar addition did the trick.

from gwteventbinder.

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.