summaryrefslogtreecommitdiffstats
path: root/catalog-be
diff options
context:
space:
mode:
Diffstat (limited to 'catalog-be')
-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 -->