diff options
-rw-r--r-- | catalog-be/pom.xml | 13 | ||||
-rw-r--r-- | pom.xml | 2 |
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 --> @@ -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> |