mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-17 23:13:10 +00:00
[DS-3423] Update a few dependencies and fix license headers
This commit is contained in:
@@ -100,7 +100,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>net.sf.ehcache</groupId>
|
<groupId>net.sf.ehcache</groupId>
|
||||||
<artifactId>ehcache-core</artifactId>
|
<artifactId>ehcache-core</artifactId>
|
||||||
<version>2.4.3</version>
|
<version>2.6.11</version>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- for filters -->
|
<!-- for filters -->
|
||||||
|
@@ -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/
|
||||||
|
#
|
||||||
|
|
||||||
|
@@ -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>
|
<!doctype html>
|
||||||
<head>
|
<head>
|
||||||
|
7
pom.xml
7
pom.xml
@@ -28,13 +28,8 @@
|
|||||||
<solr.version>4.10.4</solr.version>
|
<solr.version>4.10.4</solr.version>
|
||||||
<jena.version>2.13.0</jena.version>
|
<jena.version>2.13.0</jena.version>
|
||||||
<slf4j.version>1.7.22</slf4j.version>
|
<slf4j.version>1.7.22</slf4j.version>
|
||||||
<!--
|
<hibernate.version>5.2.8.Final</hibernate.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>
|
|
||||||
<spring.version>4.3.6.RELEASE</spring.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,
|
<!-- '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. -->
|
as it is used to reference the LICENSE_HEADER and *.properties file(s) in that directory. -->
|
||||||
<root.basedir>${basedir}</root.basedir>
|
<root.basedir>${basedir}</root.basedir>
|
||||||
|
Reference in New Issue
Block a user