We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2ca76ae + 1e3226e commit 2e32e53Copy full SHA for 2e32e53
pom.xml
@@ -161,6 +161,14 @@
161
<artifactId>jandex</artifactId>
162
<version>${jandex.version}</version>
163
</dependency>
164
+ <!-- Workaround for https://github.com/netplex/json-smart-v2/issues/240
165
+ To be reverted once the issue is fixed upstream -->
166
+ <dependency>
167
+ <groupId>net.minidev</groupId>
168
+ <artifactId>json-smart</artifactId>
169
+ <version>2.5.2</version>
170
+ </dependency>
171
+ <!-- End workaround -->
172
</dependencies>
173
</dependencyManagement>
174
0 commit comments