aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-be/pom.xml
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 /catalog-be/pom.xml
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
Diffstat (limited to 'catalog-be/pom.xml')
-rw-r--r--catalog-be/pom.xml13
1 files changed, 6 insertions, 7 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 -->