aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoramshegokar <AS00500801@techmahindra.com>2018-11-26 12:22:55 +0530
committeramshegokar <AS00500801@techmahindra.com>2018-11-26 12:26:55 +0530
commit4a8d434d9082f7c3eeeafa2fef2aa70223a64db3 (patch)
tree721d405f59112790dc552dd27f113e2e4bc6d14f
parentaeda9528a7dbfed6c7a06b85bd39ff71006d1549 (diff)
Fix the license issue- javax.jms:1.1
Fix the license issue - javax.jms: 1.1 Change-Id: Ic7937e3a690378ffa0887b7be948ff5166314fbb Issue-ID: DCAEGEN2-925 Signed-off-by: amshegokar <AS00500801@techmahindra.com>
-rw-r--r--UniversalVesAdapter/pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/UniversalVesAdapter/pom.xml b/UniversalVesAdapter/pom.xml
index cff2fd0..fd0c79a 100644
--- a/UniversalVesAdapter/pom.xml
+++ b/UniversalVesAdapter/pom.xml
@@ -90,6 +90,10 @@
<groupId>ognl</groupId>
<artifactId>ognl</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>javax.jms</groupId>
+ <artifactId>jms</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>
@@ -101,6 +105,12 @@
<groupId>org.onap.dmaap.messagerouter.dmaapclient</groupId>
<artifactId>dmaapClient</artifactId>
<version>1.1.3</version>
+ <exclusions>
+ <exclusion>
+ <groupId>javax.jms</groupId>
+ <artifactId>jms</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<!-- Database dependency -->
<dependency>