question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

pom.xml id=latest poitns to old guava 15

See original GitHub issue
    <profile>
        <id>latest</id>
        <properties>
            <guava.version>15.0</guava.version>
            <javassist.version>3.19.0-GA</javassist.version>

I guess that should be at least guava 18.0.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:7
  • Comments:5

github_iconTop GitHub Comments

1reaction
freddyb2commented, Jul 19, 2016

I guess the best could be the last one : <guava.version>19.0</guava.version>

0reactions
morvaelcommented, Feb 17, 2017

I have cloned the repository, updated POM to use latest version of every library, and the code works.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How do I tell Maven to use the latest version of a dependency?
As Tim's answer points out, the maven-versions-plugin is a handy tool for updating dependency versions, particularly the versions:use-latest-versions and ...
Read more >
Unnecessary-looking dependencies · Issue #2824 - GitHub
New in Release 22 are a bunch of Maven dependencies that look like they should be compile-only, but are now required at runtime....
Read more >
Is it possible to make Guava work on Java 8 and Wildfly?
This ServiceManager class belongs to Google Guava. I have tried Guava 17, 16 and 15 and the problem still persists. Does anybody know...
Read more >
Overriding Dependency Versions and Using Version Ranges ...
Get step-by-step guidance on managing dependencies in Maven: declare dependencies, overriding dependency versions, and using version ranges.
Read more >
Maven Getting Started Guide
First, you will notice that a directory named my-app has been created for the new project, and this directory contains a file named...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found