diff options
author | Julien Gouesse <[email protected]> | 2019-06-01 14:50:59 +0200 |
---|---|---|
committer | Julien Gouesse <[email protected]> | 2019-06-01 14:50:59 +0200 |
commit | 9acf1606a9aa9e120c3672a166750d17bfdf35ff (patch) | |
tree | 21338dd39e0aefb1e2e791754a14381634b7caf6 /pom.xml | |
parent | 9e3d502e0501fe0b25d691ba5e44623189c4a829 (diff) |
Removes the last reference to Google Guava and updates the links to the Java API documentation
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 9 |
1 files changed, 2 insertions, 7 deletions
@@ -94,7 +94,7 @@ <bottom><![CDATA[<i>Copyright © {inceptionYear}-{currentYear} Ardor Labs. All Rights Reserved.</i>]]> </bottom> <links> - <link>http://docs.oracle.com/javase/6/docs/api/</link> + <link>https://docs.oracle.com/javase/8/docs/api/</link> </links> <destDir>javadoc</destDir> <linksource>true</linksource> @@ -165,7 +165,7 @@ <bottom><![CDATA[<i>Copyright © {inceptionYear}-{currentYear} Ardor Labs. All Rights Reserved.</i>]]> </bottom> <links> - <link>http://docs.oracle.com/javase/6/docs/api/</link> + <link>https://docs.oracle.com/javase/8/docs/api/</link> </links> <destDir>javadoc</destDir> <linksource>true</linksource> @@ -280,11 +280,6 @@ <dependencyManagement> <dependencies> <dependency> - <groupId>com.google.guava</groupId> - <artifactId>guava</artifactId> - <version>19.0</version> - </dependency> - <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.12</version> |