Fix the license issue- javax.jms:1.1 99/73499/1
authoramshegokar <AS00500801@techmahindra.com>
Mon, 26 Nov 2018 06:52:55 +0000 (12:22 +0530)
committeramshegokar <AS00500801@techmahindra.com>
Mon, 26 Nov 2018 06:56:55 +0000 (12:26 +0530)
Fix the license issue - javax.jms: 1.1

Change-Id: Ic7937e3a690378ffa0887b7be948ff5166314fbb
Issue-ID: DCAEGEN2-925
Signed-off-by: amshegokar <AS00500801@techmahindra.com>
UniversalVesAdapter/pom.xml

index cff2fd0..fd0c79a 100644 (file)
                                        <groupId>ognl</groupId>
                                        <artifactId>ognl</artifactId>
                                </exclusion>
+                               <exclusion>
+                                       <groupId>javax.jms</groupId>
+                                       <artifactId>jms</artifactId>
+                               </exclusion>
                        </exclusions>
                </dependency>
                <dependency>
                        <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>