mirror of
https://github.com/Alfresco/alfresco-transform-core.git
synced 2025-07-07 18:24:50 +00:00
ATS-35 : T-Engines: update Docker Transformers to Spring Boot 2.0.x GA
- override mockito & byte-buddy transitive dependencies (from Spring Boot 2.0.5 - starter parent) for Java 11 - mockito 2.15.0 to 2.22.0 - byte-buddy from 1.17.11 to 1.9.0
This commit is contained in:
parent
24d44398ab
commit
ca0867c3b8
@ -34,6 +34,32 @@
|
||||
<groupId>org.alfresco</groupId>
|
||||
<artifactId>alfresco-transform-data-model</artifactId>
|
||||
</dependency>
|
||||
|
||||
<!-- ATS-71: override mockito & byte-buddy (for JDK 11) -->
|
||||
<!-- Revisit (& remove if possible) when we upgrade Spring Boot Starter Parent (eg. 2.0.5 to 2.1) -->
|
||||
<dependency>
|
||||
<groupId>org.mockito</groupId>
|
||||
<artifactId>mockito-core</artifactId>
|
||||
<version>2.22.0</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.mockito</groupId>
|
||||
<artifactId>mockito-inline</artifactId>
|
||||
<version>2.22.0</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>net.bytebuddy</groupId>
|
||||
<artifactId>byte-buddy</artifactId>
|
||||
<version>1.9.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>net.bytebuddy</groupId>
|
||||
<artifactId>byte-buddy-agent</artifactId>
|
||||
<version>1.9.0</version>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
|
Loading…
x
Reference in New Issue
Block a user