diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2018-11-06 12:37:39 -0500 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2018-11-07 14:44:54 +0000 |
commit | 57a98ce05e318115afe19c6dc8af11b904c890ca (patch) | |
tree | 4b9d98c6dfd60702533c1a7ffe2dc2c4c5e90de2 /integration | |
parent | da5b8f4c57d554d1356b96fefc43f0f8c00edf64 (diff) |
Upgrade to dmaap 1.1.93.0.2-ONAP3.0.1-ONAP2.0.1casablanca
v1.1.9 removes javax.jms java dependency license issue.
Issue-ID: POLICY-1229
Change-Id: I6eb439ffd1a28072ff56281f30ab00100d2dca2c
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
(cherry picked from commit 4c9fc2bf45961636977b49e797a164f2860b7f76)
Diffstat (limited to 'integration')
-rw-r--r-- | integration/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/integration/pom.xml b/integration/pom.xml index b4aeb438..6d44cb1b 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -36,7 +36,7 @@ <maven.compiler.source>1.8</maven.compiler.source> <maven.compiler.target>1.8</maven.compiler.target> <version.logback>1.2.3</version.logback> - <version.dmaap>1.1.8</version.dmaap> + <version.dmaap>1.1.9</version.dmaap> <version.powermock>1.7.4</version.powermock> </properties> |