diff options
author | Vitaly Takmazov | 2022-12-18 03:36:29 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2022-12-18 03:36:29 +0300 |
commit | def99956c5773ef5f1c5110e3d63b55e6abbd327 (patch) | |
tree | 45698348ef78dc8fab7d017ec218d68ce5b014e3 /pom.xml | |
parent | dec25289272868118619294dbbd8b4a9c12b09d7 (diff) |
postgres: escape search query using `pgjdbc` built-in function
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -268,7 +268,6 @@ <dependency> <groupId>org.postgresql</groupId> <artifactId>postgresql</artifactId> - <scope>runtime</scope> </dependency> <dependency> <groupId>com.kohlschutter.junixsocket</groupId> |