diff options
author | Lusheng Ji <lji@research.att.com> | 2018-04-30 23:23:50 -0400 |
---|---|---|
committer | Lusheng Ji <lji@research.att.com> | 2018-05-01 03:40:51 +0000 |
commit | 484380e9971ea299f9349fef8c98869812fbb207 (patch) | |
tree | a2a3dad56f541d033a7f2933d36a968fb7a4a3a9 /dcae-analytics-aai/pom.xml | |
parent | 4754cc656acb01fed18da470ebc99f2d6debd9fe (diff) |
Address NexusIQ issuesv2.2.13.0.1-ONAP3.0.0-ONAP2.0.0-ONAPcasablancabeijing2.0.0-ONAP
Changed netty version.
Issue-ID: DCAEGEN2-412
Change-Id: I588175087d1ae2f00a53a8d8626f4af08be4c352
Signed-off-by: Lusheng Ji <lji@research.att.com>
Diffstat (limited to 'dcae-analytics-aai/pom.xml')
-rw-r--r-- | dcae-analytics-aai/pom.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dcae-analytics-aai/pom.xml b/dcae-analytics-aai/pom.xml index ce9835b..14e89ca 100644 --- a/dcae-analytics-aai/pom.xml +++ b/dcae-analytics-aai/pom.xml @@ -28,7 +28,7 @@ <parent> <artifactId>dcae-analytics</artifactId> <groupId>org.onap.dcaegen2.analytics.tca</groupId> - <version>2.2.0-SNAPSHOT</version> + <version>2.2.1-SNAPSHOT</version> </parent> @@ -85,6 +85,7 @@ <!-- JACKSON JSON --> + <!-- <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-core</artifactId> @@ -97,6 +98,7 @@ <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-annotations</artifactId> </dependency> + --> <!-- TEST DEPENDENCIES --> <dependency> |