This is an automated email from the ASF dual-hosted git repository.
reta pushed a commit to branch 3.4.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git
The following commit(s) were added to refs/heads/3.4.x-fixes by this push:
new 061104d Fixing the enforcer issues (banned dependencies)
061104d is described below
commit 061104df8a9435ea618b1cba9f78b76793a7db57
Author: reta <[email protected]>
AuthorDate: Mon Mar 29 20:37:22 2021 -0400
Fixing the enforcer issues (banned dependencies)
---
rt/rs/extensions/search/pom.xml | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/rt/rs/extensions/search/pom.xml b/rt/rs/extensions/search/pom.xml
index 30679c4..e58a2b7 100644
--- a/rt/rs/extensions/search/pom.xml
+++ b/rt/rs/extensions/search/pom.xml
@@ -84,6 +84,16 @@
<groupId>org.apache.tika</groupId>
<artifactId>tika-core</artifactId>
<optional>true</optional>
+ <exclusions>
+ <exclusion>
+ <groupId>javax.xml.bind</groupId>
+ <artifactId>jaxb-api</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>javax.activation</groupId>
+ <artifactId>activation</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.apache.tika</groupId>
@@ -92,7 +102,7 @@
<exclusions>
<exclusion>
<groupId>org.apache.poi</groupId>
- <artifactId>poi-ooxml</artifactId>
+ <artifactId>poi-ooxml</artifactId>
</exclusion>
<exclusion>
<groupId>javax.xml.bind</groupId>