mirror of
https://github.com/Alfresco/alfresco-transform-core.git
synced 2025-05-12 17:04:48 +00:00
Spring boot 3.2.2 uses activemq 5.18.3 as default, so dependencyManagement entries are no longer needed
This commit is contained in:
parent
196f6f0160
commit
f5dba48808
12
pom.xml
12
pom.xml
@ -188,18 +188,6 @@
|
|||||||
<artifactId>testcontainers</artifactId>
|
<artifactId>testcontainers</artifactId>
|
||||||
<version>1.19.4</version>
|
<version>1.19.4</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- PRODSEC-7375 / CVE-2023-46604-->
|
|
||||||
<!-- Both dependencies can be removed once spring-boot-starter-activemq has secure versions of those dependencies-->
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.apache.activemq</groupId>
|
|
||||||
<artifactId>activemq-client</artifactId>
|
|
||||||
<version>5.18.3</version>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.apache.activemq</groupId>
|
|
||||||
<artifactId>activemq-client-jakarta</artifactId>
|
|
||||||
<version>5.18.3</version>
|
|
||||||
</dependency>
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</dependencyManagement>
|
</dependencyManagement>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user