We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0050944 commit 0a0456eCopy full SHA for 0a0456e
1 file changed
pom.xml
@@ -129,6 +129,17 @@
129
<groupId>de.ruedigermoeller</groupId>
130
<artifactId>fst</artifactId>
131
<version>2.57</version>
132
+ <exclusions>
133
+ <exclusion>
134
+ <groupId>com.fasterxml.jackson.core</groupId>
135
+ <artifactId>jackson-core</artifactId>
136
+ </exclusion>
137
+ </exclusions>
138
+ </dependency>
139
+ <dependency>
140
141
142
+ <version>2.19.2</version>
143
</dependency>
144
<dependency>
145
<groupId>junit</groupId>
0 commit comments