We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 241b306 commit 872f783Copy full SHA for 872f783
components/camel-undertow-spring-security/pom.xml
@@ -36,6 +36,23 @@
36
<firstVersion>3.3.0</firstVersion>
37
</properties>
38
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
+
56
<dependencies>
57
<dependency>
58
<groupId>org.apache.camel</groupId>
@@ -70,7 +87,7 @@
70
87
<version>${nimbus-jose-jwt}</version>
71
88
<scope>test</scope>
72
89
</dependency>
73
-
90
74
91
</dependencies>
75
92
76
93
</project>
0 commit comments