mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
Exclude jakarta.transaction-api from commons-dbcp2 (#2772)
This commit is contained in:
11
pom.xml
11
pom.xml
@@ -851,6 +851,17 @@
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-dbcp2</artifactId>
|
||||
<version>${dependency.commons-dbcp.version}</version>
|
||||
<exclusions>
|
||||
<!-- Exclude jakarta.transaction-api so that other repositories importing
|
||||
the alfresco-repository as a dependency, not having community-repo as
|
||||
a parent, and therefore not sharing the dependencyManagement with it,
|
||||
won't inherit the outdated jakarta.transaction-api version coming from
|
||||
this library -->
|
||||
<exclusion>
|
||||
<groupId>jakarta.transaction</groupId>
|
||||
<artifactId>jakarta.transaction-api</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.google.code.gson</groupId>
|
||||
|
Reference in New Issue
Block a user