aboutsummaryrefslogtreecommitdiffstats
path: root/client/pom.xml
diff options
context:
space:
mode:
authorjonmv <venstad@gmail.com>2022-10-21 13:25:55 +0200
committerjonmv <venstad@gmail.com>2022-10-21 13:25:55 +0200
commit60149c673b244d27f0c7af00f1015479ed611cb0 (patch)
tree0d7240853c045ca46f8ed851273e8c7f7e82a4a4 /client/pom.xml
parent56e1715bb9d40ed751c4e377a3d1ee47aab84380 (diff)
Surely, escapeJava cannot be right--use JSON escaping instead
Diffstat (limited to 'client/pom.xml')
-rw-r--r--client/pom.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/client/pom.xml b/client/pom.xml
index 9d643d63cf8..a310e7d6feb 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -22,11 +22,6 @@
<artifactId>jackson-databind</artifactId>
</dependency>
<dependency>
- <groupId>org.apache.commons</groupId>
- <artifactId>commons-text</artifactId>
- <version>1.10.0</version>
- </dependency>
- <dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<scope>test</scope>