diff options
author | Singal, Kapil (ks220y) <ks220y@att.com> | 2019-12-03 10:48:17 -0500 |
---|---|---|
committer | Singal, Kapil (ks220y) <ks220y@att.com> | 2019-12-03 10:48:17 -0500 |
commit | f15762deff2e139fa225b899801ec3e46416435d (patch) | |
tree | 39448644ded1ffb8831f085d209a7ca064f3fbfd /springboot/springboot2 | |
parent | 03800a7552a2aa672b312d1d5ab0b1afd201e12c (diff) |
Refactoring POMs as per ODL Neon
Cleaning up poms and fixing versioning as per ODL NEON
Issue-ID: CCSDK-1977
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Change-Id: Ifca4fa413ec3370108828e3da4fce8585cada925
Diffstat (limited to 'springboot/springboot2')
-rwxr-xr-x | springboot/springboot2/pom.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/springboot/springboot2/pom.xml b/springboot/springboot2/pom.xml index e6fb0502..e6bd3040 100755 --- a/springboot/springboot2/pom.xml +++ b/springboot/springboot2/pom.xml @@ -110,15 +110,14 @@ <kroto-plus.version>0.5.0</kroto-plus.version> <mockk.version>1.9.3</mockk.version> - <apache.httpcomponents.core.version>4.4.4</apache.httpcomponents.core.version> - <apache.httpcomponents.client.version>4.5.2</apache.httpcomponents.client.version> + <apache.httpcomponents.core.version>4.4.10</apache.httpcomponents.core.version> + <apache.httpcomponents.client.version>4.5.6</apache.httpcomponents.client.version> <derby.version>10.14.2.0</derby.version> <eelf.version>1.0.0</eelf.version> <grpc.version>1.25.0</grpc.version> <protobuff.java.version>3.10.0</protobuff.java.version> <protobuff.java.utils.version>3.10.0</protobuff.java.utils.version> <atomix.version>3.1.5</atomix.version> - <jackson.bom.version>2.9.9.20190807</jackson.bom.version> <jersey.version>2.25.1</jersey.version> <jettison.version>1.3.8</jettison.version> <junit.version>4.12</junit.version> |