Merge pull request #16505 from zhem0004/removeUnnecessaryToBackport

Refactor: removing dependencies that aren't necessary to back-port
This commit is contained in:
Anton Georgiev 2023-01-20 08:58:39 -05:00 committed by GitHub
commit facb64866f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -107,8 +107,4 @@ libraryDependencies ++= Seq(
"org.springframework.data" % "spring-data-commons" % "2.7.6",
"org.glassfish" % "javax.el" % "3.0.1-b12",
"org.apache.httpcomponents" % "httpclient" % "4.5.13",
"org.postgresql" % "postgresql" % "42.2.16",
"org.hibernate" % "hibernate-core" % "5.6.1.Final",
"org.flywaydb" % "flyway-core" % "7.8.2",
"com.zaxxer" % "HikariCP" % "4.0.3"
)