diff options
author | Singal, Kapil (ks220y) <ks220y@att.com> | 2021-06-09 09:54:36 -0400 |
---|---|---|
committer | Singal, Kapil (ks220y) <ks220y@att.com> | 2021-06-09 09:54:36 -0400 |
commit | 0c8b420a365208d7c832756a4b33cba208ddd7c0 (patch) | |
tree | c980d1a38d83e8ed9ad0fbc3b4cfc87f4cc42e9a /dependencies-odl-bom/pom.xml | |
parent | b2db3c41156f0855daafa8afe29f0aca43cc225d (diff) |
Exluding transitive dependencies from jaxb-api and adding jakarta.activation-api explicitly
Issue-ID: CCSDK-3329
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Change-Id: I292daf886b8ee908e29c89141daa05b8119116e0
Diffstat (limited to 'dependencies-odl-bom/pom.xml')
-rw-r--r-- | dependencies-odl-bom/pom.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dependencies-odl-bom/pom.xml b/dependencies-odl-bom/pom.xml index 060345ab..392e4166 100644 --- a/dependencies-odl-bom/pom.xml +++ b/dependencies-odl-bom/pom.xml @@ -115,6 +115,17 @@ <groupId>javax.xml.bind</groupId> <artifactId>jaxb-api</artifactId> <version>2.3.1</version> + <exclusions> + <exclusion> + <groupId>*</groupId> + <artifactId>*</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>jakarta.activation</groupId> + <artifactId>jakarta.activation-api</artifactId> + <version>2.0.1</version> </dependency> <!-- Below provides javax.jws --> <dependency> |