diff options
author | Sri Balaji Marripud <sri.balaji.marripud@att.com> | 2020-09-30 01:26:56 -0400 |
---|---|---|
committer | Sri Balaji Marripud <sri.balaji.marripud@att.com> | 2020-09-30 01:27:12 -0400 |
commit | 31dcabeac42f1689d14b715385d9907ac3d4d11e (patch) | |
tree | a9ff6c4e6e219a0c229347ab45e56909487b92f6 /ecomp-sdk/pom.xml | |
parent | 622186289b45d3408c4308de8beb49fefac523bf (diff) |
roll-back the spring version to old
Issue-ID: PORTAL-945
Change-Id: I60b032801e46af05ba94f14816901bb85597b1d7
Signed-off-by: Sri Balaji Marripud <sri.balaji.marripud@att.com>
Diffstat (limited to 'ecomp-sdk/pom.xml')
-rw-r--r-- | ecomp-sdk/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ecomp-sdk/pom.xml b/ecomp-sdk/pom.xml index 07039127..d65b84a8 100644 --- a/ecomp-sdk/pom.xml +++ b/ecomp-sdk/pom.xml @@ -34,8 +34,8 @@ <properties> <encoding>UTF-8</encoding> - <springframework.version>5.2.8.RELEASE</springframework.version> - <hibernate.version>5.4.3.Final</hibernate.version> + <springframework.version>4.3.24.RELEASE</springframework.version> + <hibernate.version>4.3.11.Final</hibernate.version> <skiptests>false</skiptests> <nexusproxy>https://nexus.onap.org</nexusproxy> <snapshotNexusPath>content/repositories/snapshots/</snapshotNexusPath> |