Move dependencies to VIVO

This commit is contained in:
Graham Triggs 2017-09-29 08:43:09 +01:00
parent 69c4f5460c
commit fd2c46f24c

11
dependencies/pom.xml vendored
View file

@ -163,12 +163,6 @@
</exclusion> </exclusion>
</exclusions> </exclusions>
</dependency> </dependency>
<!-- Needed for ORCID? -->
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>fluent-hc</artifactId>
<version>4.5.2</version>
</dependency>
<dependency> <dependency>
<groupId>org.apache.httpcomponents</groupId> <groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId> <artifactId>httpclient</artifactId>
@ -224,11 +218,6 @@
<artifactId>antisamy</artifactId> <artifactId>antisamy</artifactId>
<version>1.5.6</version> <version>1.5.6</version>
</dependency> </dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.1</version>
</dependency>
<!-- Used for JSP runtime --> <!-- Used for JSP runtime -->
<!-- dependency> <!-- dependency>