aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvasraz <vasyl.razinkov@est.tech>2021-08-18 16:16:14 +0100
committerVasyl Razinkov <vasyl.razinkov@est.tech>2021-08-19 11:10:32 +0000
commitb886cdecf766a51f8c74953d2f0b8187b9e32cab (patch)
tree53a15408dcd8eee501d3617b2ceb09b3b57655ae
parent7edf3d37320c593aa92d62338fe7fe2acb35b606 (diff)
Fix the license issue - javax.jms: 1.1
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: I3cc500def5309467a091d581f56f4fb94e7a1600 Issue-ID: SDC-1877
-rw-r--r--catalog-be/pom.xml13
-rw-r--r--pom.xml2
2 files changed, 7 insertions, 8 deletions
diff --git a/catalog-be/pom.xml b/catalog-be/pom.xml
index 841c8fb6a3..18e85419fa 100644
--- a/catalog-be/pom.xml
+++ b/catalog-be/pom.xml
@@ -714,13 +714,12 @@
<groupId>com.att.aft</groupId>
<artifactId>dme2</artifactId>
<version>3.1.200-oss</version>
- </dependency>
-
- <dependency>
- <groupId>javax.jms</groupId>
- <artifactId>jms</artifactId>
- <version>1.1</version>
- <scope>provided</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>javax.jms</groupId>
+ <artifactId>jms</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<!-- CADI -->
diff --git a/pom.xml b/pom.xml
index 70572e593c..e5f7c15f6d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -74,7 +74,7 @@ Modifications copyright (c) 2018-2019 Nokia
<javax.validation.version>2.0.1.Final</javax.validation.version>
<jetty.version>9.4.41.v20210516</jetty.version>
- <cxf.version>3.4.3</cxf.version>
+ <cxf.version>3.4.4</cxf.version>
<org.owasp.esapi.version>2.2.0.0</org.owasp.esapi.version>
<org.dom4j.version>2.1.3</org.dom4j.version>