[DS-3423] Update a few dependencies and fix license headers

This commit is contained in:
Mark H. Wood
2017-03-09 15:30:00 -05:00
parent ce801dfac9
commit 0248b1471d
4 changed files with 19 additions and 7 deletions

View File

@@ -100,7 +100,7 @@
<dependency>
<groupId>net.sf.ehcache</groupId>
<artifactId>ehcache-core</artifactId>
<version>2.4.3</version>
<version>2.6.11</version>
<scope>compile</scope>
</dependency>
<!-- for filters -->

View File

@@ -0,0 +1,8 @@
#
# The contents of this file are subject to the license and copyright
# detailed in the LICENSE and NOTICE files at the root of the source
# tree and available online at
#
# http://www.dspace.org/license/
#

View File

@@ -1,3 +1,12 @@
<!--
The contents of this file are subject to the license and copyright
detailed in the LICENSE and NOTICE files at the root of the source
tree and available online at
http://www.dspace.org/license/
-->
<!doctype html>
<head>

View File

@@ -28,13 +28,8 @@
<solr.version>4.10.4</solr.version>
<jena.version>2.13.0</jena.version>
<slf4j.version>1.7.22</slf4j.version>
<!--
Hibernate version pinned to 4.2, 4.3 does not work with the spring version we are currently using
Upgrading the spring version will make the XMLUI crash
-->
<hibernate.version>5.0.11.Final</hibernate.version>
<hibernate.version>5.2.8.Final</hibernate.version>
<spring.version>4.3.6.RELEASE</spring.version>
<!-- <spring.version>4.2.4.RELEASE</spring.version> -->
<!-- 'root.basedir' is the path to the root [dspace-src] dir. It must be redefined by each child POM,
as it is used to reference the LICENSE_HEADER and *.properties file(s) in that directory. -->
<root.basedir>${basedir}</root.basedir>