The addition of the morsel about "managed from 3.1.0" pivoted me into
looking in the dependencyManagement section of the parent project, and
there it was, the declaration I somehow glossed over:

      <dependency>
        <groupId>javax.servlet</groupId>
        <artifactId>javax.servlet-api</artifactId>
        <version>3.0.1</version>
        <scope>provided</scope>
      </dependency>

Removing it resolved the problem. Thanks Jens and Thomas!

On Tue, Aug 16, 2016 at 4:46 PM Thomas Broyer <t.bro...@gmail.com> wrote:

> "version managed from 3.1.0" means that gwt-user depends on 3.1.0 but your
> dependency tree somehow "manages" the version to be 3.0.1. This (I believe)
> means you have 3.0.1 somewhere in your dependencyManagement.
>
> --
> You received this message because you are subscribed to the Google Groups
> "GWT Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to google-web-toolkit+unsubscr...@googlegroups.com.
> To post to this group, send email to google-web-toolkit@googlegroups.com.
> Visit this group at https://groups.google.com/group/google-web-toolkit.
> For more options, visit https://groups.google.com/d/optout.
>
-- 
*BORIS BRUDNOY*
Web Application Developer, Java/GWT Enthusiast (LinkedIn
<http://ca.linkedin.com/in/borisbrudnoy>)

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

Reply via email to