Closed GoogleCodeExporter closed 9 years ago
Looks like there are a number of people dealing with similar issues. I found
this glassfish bug that may help.
https://java.net/jira/browse/GLASSFISH-20850
Original comment by LukeISan...@gmail.com
on 14 Feb 2014 at 7:53
General Maven remark: `mvn dependency:tree` will list only the *selected*
dependencies. Thus you'll always see Guava at most once (provided it was not
shaded under another GAV). Add the -Dverbose flag to see which dependencies
(versions) were suppressed. This should tell you against which version of Guava
other third party dependencies are built.
Original comment by stephan...@gmail.com
on 14 Feb 2014 at 9:19
@Stephan...I used the -Dverbose. No other dependency is including Guava.
Checking at other forums, including the one Luke posted, we made a decision to
move to Tomcat. GlassFish's own dependencies leak into apps classpath (and GF
uses an older Guava.) Fixing the issue requires meddling with GF's own
libraries and is error-prone. Such errors are a disaster waiting to happen.
Thanks all for the help.
Original comment by hsaqal...@gmail.com
on 15 Feb 2014 at 7:24
This issue has been migrated to GitHub.
It can be found at https://github.com/google/guava/issues/<issue id>
Original comment by cgdecker@google.com
on 1 Nov 2014 at 4:10
Original comment by cgdecker@google.com
on 1 Nov 2014 at 4:17
Original comment by cgdecker@google.com
on 3 Nov 2014 at 9:07
Original issue reported on code.google.com by
hsaqal...@gmail.com
on 14 Feb 2014 at 7:48