aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2022-12-18 03:36:29 +0300
committerGravatar Vitaly Takmazov2022-12-18 03:36:29 +0300
commitdef99956c5773ef5f1c5110e3d63b55e6abbd327 (patch)
tree45698348ef78dc8fab7d017ec218d68ce5b014e3 /pom.xml
parentdec25289272868118619294dbbd8b4a9c12b09d7 (diff)
postgres: escape search query using `pgjdbc` built-in function
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 15167a87..b80f5e78 100644
--- a/pom.xml
+++ b/pom.xml
@@ -268,7 +268,6 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
- <scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.kohlschutter.junixsocket</groupId>