Skip to content

Commit 872f783

Browse files
committed
fix(ci): missing dependency workaround
Ref netplex/json-smart-v2#240
1 parent 241b306 commit 872f783

File tree

1 file changed

+18
-1
lines changed
  • components/camel-undertow-spring-security

1 file changed

+18
-1
lines changed

components/camel-undertow-spring-security/pom.xml

+18-1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,23 @@
3636
<firstVersion>3.3.0</firstVersion>
3737
</properties>
3838

39+
<!--
40+
Workaround for https://github.com/netplex/json-smart-v2/issues/240
41+
To be reverted once the issue is fixed upstream
42+
-->
43+
<dependencyManagement>
44+
<dependencies>
45+
<dependency>
46+
<groupId>net.minidev</groupId>
47+
<artifactId>json-smart</artifactId>
48+
<version>2.5.2</version>
49+
</dependency>
50+
</dependencies>
51+
</dependencyManagement>
52+
<!--
53+
End workaround
54+
-->
55+
3956
<dependencies>
4057
<dependency>
4158
<groupId>org.apache.camel</groupId>
@@ -70,7 +87,7 @@
7087
<version>${nimbus-jose-jwt}</version>
7188
<scope>test</scope>
7289
</dependency>
73-
90+
7491
</dependencies>
7592

7693
</project>

0 commit comments

Comments
 (0)