diff options
author | bobbymander <bobby.mander@att.com> | 2018-03-30 09:31:32 -0400 |
---|---|---|
committer | bobbymander <bobby.mander@att.com> | 2018-03-30 12:41:58 -0400 |
commit | 95ba8a85dacd65101f550e2d32dda33780b16dbd (patch) | |
tree | 29bc821151d3c25e01f2ece29ce75943e28dfefe /pom.xml | |
parent | a9de6d45f97b3229cb14e164c791715a3dfed026 (diff) |
POM fixes due to update in cadi-aaf
Issue-ID: POLICY-507
Change-Id: I493233f8e0e90eaf24e9c09c7433c6fb9fadb268
Signed-off-by: bobbymander <bobby.mander@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -61,7 +61,7 @@ <jetty.plugin.version>9.2.3.v20140905</jetty.plugin.version> <dmaap.version>1.1.3</dmaap.version> <httpclient.version>4.5.5</httpclient.version> - <jackson.version>2.9.5</jackson.version> + <jackson.version>2.9.4</jackson.version> <commons.fileupload.version>1.3.3</commons.fileupload.version> </properties> <modules> @@ -137,6 +137,12 @@ <artifactId>xml-apis</artifactId> <version>1.3.03</version> </dependency> + <!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind --> + <dependency> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-databind</artifactId> + <version>${jackson.version}</version> + </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> |