aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJulien Gouesse <[email protected]>2019-06-01 14:50:59 +0200
committerJulien Gouesse <[email protected]>2019-06-01 14:50:59 +0200
commit9acf1606a9aa9e120c3672a166750d17bfdf35ff (patch)
tree21338dd39e0aefb1e2e791754a14381634b7caf6 /pom.xml
parent9e3d502e0501fe0b25d691ba5e44623189c4a829 (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.xml9
1 files changed, 2 insertions, 7 deletions
diff --git a/pom.xml b/pom.xml
index df9afba..cc30012 100644
--- a/pom.xml
+++ b/pom.xml
@@ -94,7 +94,7 @@
<bottom><![CDATA[<i>Copyright &copy; {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 &copy; {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>