diff options
author | Singal, Kapil (ks220y) <ks220y@att.com> | 2021-06-09 09:54:36 -0400 |
---|---|---|
committer | KAPIL SINGAL <ks220y@att.com> | 2021-06-09 13:55:39 +0000 |
commit | 6993e103802e65b9e335a706eec681314304f08f (patch) | |
tree | 3d6160e4a63ace662a5a058416e66b8b9b989156 /dependencies-odl-bom | |
parent | 930d8da958c43f9c33b41926143ad06858b5aa68 (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')
-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 703f58c8..15331696 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> |