summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorsunil unnava <sunil.unnava@att.com>2018-10-30 12:25:58 -0400
committersunil unnava <sunil.unnava@att.com>2018-10-30 12:26:25 -0400
commit208535582481360e8fbe91ffdb8eff5bd4cd98b3 (patch)
treeee14808d84eb92e82b0e8d6ca0718c72f6e510ef /pom.xml
parent9c7ecb5a8e32d9bd7bf667cf3d4ee50a1baae6a4 (diff)
Fix for a license issue1.1.12
Issue-ID: DMAAP-871 Change-Id: I17de03e3fe658d8a5e531133c757523e63bb744d Signed-off-by: sunil unnava <sunil.unnava@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 022dd50..f9d66a6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -14,7 +14,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.onap.dmaap.messagerouter.msgrtr</groupId>
<artifactId>msgrtr</artifactId>
- <version>1.1.13-SNAPSHOT</version>
+ <version>1.1.12-SNAPSHOT</version>
<packaging>jar</packaging>
<name>dmaap-messagerouter-msgrtr</name>
<description>Message Router - Restful interface built for kafka</description>
@@ -210,6 +210,12 @@
<groupId>com.att.aft</groupId>
<artifactId>dme2</artifactId>
<version>3.1.200-oss</version>
+ <exclusions>
+ <exclusion>
+ <groupId>javax.jms</groupId>
+ <artifactId>jms</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<!-- slf4j logger -->