mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-13 21:13:19 +00:00
Minor update to latest Spring / Spring Boot / Spring Security. Other minor POM dependency cleanup
This commit is contained in:
@@ -57,6 +57,13 @@
|
|||||||
<groupId>org.springframework.boot</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
<artifactId>spring-boot-starter-data-rest</artifactId>
|
<artifactId>spring-boot-starter-data-rest</artifactId>
|
||||||
<version>${spring-boot.version}</version>
|
<version>${spring-boot.version}</version>
|
||||||
|
<exclusions>
|
||||||
|
<!-- Later version brought in by spring-boot-starter-web above -->
|
||||||
|
<exclusion>
|
||||||
|
<groupId>com.fasterxml.jackson.datatype</groupId>
|
||||||
|
<artifactId>jackson-datatype-jdk8</artifactId>
|
||||||
|
</exclusion>
|
||||||
|
</exclusions>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.springframework.boot</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
@@ -73,7 +80,6 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>javax.cache</groupId>
|
<groupId>javax.cache</groupId>
|
||||||
<artifactId>cache-api</artifactId>
|
<artifactId>cache-api</artifactId>
|
||||||
<version>1.1.0</version>
|
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- https://mvnrepository.com/artifact/org.ehcache/ehcache -->
|
<!-- https://mvnrepository.com/artifact/org.ehcache/ehcache -->
|
||||||
<dependency>
|
<dependency>
|
||||||
|
@@ -19,7 +19,6 @@
|
|||||||
<properties>
|
<properties>
|
||||||
<!-- This is the path to the root [dspace-src] directory. -->
|
<!-- This is the path to the root [dspace-src] directory. -->
|
||||||
<root.basedir>${basedir}/..</root.basedir>
|
<root.basedir>${basedir}/..</root.basedir>
|
||||||
<spring-security.version>5.3.10.RELEASE</spring-security.version>
|
|
||||||
</properties>
|
</properties>
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
|
@@ -264,6 +264,13 @@
|
|||||||
<groupId>org.springframework.boot</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
<artifactId>spring-boot-starter-data-rest</artifactId>
|
<artifactId>spring-boot-starter-data-rest</artifactId>
|
||||||
<version>${spring-boot.version}</version>
|
<version>${spring-boot.version}</version>
|
||||||
|
<exclusions>
|
||||||
|
<!-- Later version brought in by spring-boot-starter-web above -->
|
||||||
|
<exclusion>
|
||||||
|
<groupId>com.fasterxml.jackson.datatype</groupId>
|
||||||
|
<artifactId>jackson-datatype-jdk8</artifactId>
|
||||||
|
</exclusion>
|
||||||
|
</exclusions>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
@@ -457,7 +464,6 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>javax.cache</groupId>
|
<groupId>javax.cache</groupId>
|
||||||
<artifactId>cache-api</artifactId>
|
<artifactId>cache-api</artifactId>
|
||||||
<version>1.1.0</version>
|
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- https://mvnrepository.com/artifact/org.ehcache/ehcache -->
|
<!-- https://mvnrepository.com/artifact/org.ehcache/ehcache -->
|
||||||
<dependency>
|
<dependency>
|
||||||
|
6
pom.xml
6
pom.xml
@@ -19,9 +19,9 @@
|
|||||||
<properties>
|
<properties>
|
||||||
<!--=== GENERAL / DSPACE-API DEPENDENCIES ===-->
|
<!--=== GENERAL / DSPACE-API DEPENDENCIES ===-->
|
||||||
<java.version>11</java.version>
|
<java.version>11</java.version>
|
||||||
<spring.version>5.3.18</spring.version>
|
<spring.version>5.3.20</spring.version>
|
||||||
<spring-boot.version>2.6.6</spring-boot.version>
|
<spring-boot.version>2.6.8</spring-boot.version>
|
||||||
<spring-security.version>5.6.2</spring-security.version> <!-- sync with version used by spring-boot-->
|
<spring-security.version>5.6.5</spring-security.version> <!-- sync with version used by spring-boot-->
|
||||||
<hibernate.version>5.6.5.Final</hibernate.version>
|
<hibernate.version>5.6.5.Final</hibernate.version>
|
||||||
<hibernate-validator.version>6.0.23.Final</hibernate-validator.version>
|
<hibernate-validator.version>6.0.23.Final</hibernate-validator.version>
|
||||||
<postgresql.driver.version>42.3.3</postgresql.driver.version>
|
<postgresql.driver.version>42.3.3</postgresql.driver.version>
|
||||||
|
Reference in New Issue
Block a user