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-06 12:37:46 -0500 |
commit | 4c9fc2bf45961636977b49e797a164f2860b7f76 (patch) | |
tree | 34f1dd9d3361dfc43753c3b6b31b9fd2f0edca63 | |
parent | e2f4c02870325144a927d65466ac58b149ab5883 (diff) |
Upgrade to dmaap 1.1.9
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>
-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 e6400d50..10ef35a2 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> |