Skip to content

Commit 2e32e53

Browse files
authored
Merge pull request #4899 from hansva/main
temporary override json-smart, fixes #4898
2 parents 2ca76ae + 1e3226e commit 2e32e53

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,14 @@
161161
<artifactId>jandex</artifactId>
162162
<version>${jandex.version}</version>
163163
</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 -->
164172
</dependencies>
165173
</dependencyManagement>
166174

0 commit comments

Comments
 (0)