File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -68,12 +68,10 @@ dependencies {
6868
6969javadoc. options. links(" http://docs.oracle.com/javase/6/docs/api/" );
7070javadoc. options. links(" http://jsr-305.googlecode.com/svn/trunk/javadoc/" );
71- javadoc. options. links(" http://fasterxml.github.com/jackson-databind/javadoc/2.2.0/" );
72- javadoc. options. links(" http://fasterxml.github.com/jackson-core/javadoc/2.2.0/" );
73- javadoc. options. links(" http://fasterxml.github.com/jackson-annotations/javadoc/2.2.0/" );
74- javadoc. options. links(" http://docs.guava-libraries.googlecode.com/git-history/v16.0.1/javadoc/" );
71+ javadoc. options. links(" http://fasterxml.github.com/jackson-databind/javadoc/2.4/" );
72+ javadoc. options. links(" http://fasterxml.github.com/jackson-core/javadoc/2.4/" );
73+ javadoc. options. links(" http://fasterxml.github.com/jackson-annotations/javadoc/2.4/" );
7574javadoc. options. links(" http://fge.github.io/msg-simple/" );
76- javadoc. options. links(" http://fge.github.io/jackson-coreutils/" );
7775
7876/*
7977 * Repositories to use
You can’t perform that action at this time.
0 commit comments