File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -80,6 +80,12 @@ under the License.
80
80
<groupId >org.testcontainers</groupId >
81
81
<artifactId >rabbitmq</artifactId >
82
82
<scope >test</scope >
83
+ <exclusions >
84
+ <exclusion >
85
+ <groupId >com.fasterxml.jackson.core</groupId >
86
+ <artifactId >jackson-annotations</artifactId >
87
+ </exclusion >
88
+ </exclusions >
83
89
</dependency >
84
90
85
91
<!-- ArchUit test dependencies -->
Original file line number Diff line number Diff line change @@ -110,6 +110,12 @@ under the License.
110
110
<groupId >org.testcontainers</groupId >
111
111
<artifactId >junit-jupiter</artifactId >
112
112
<scope >test</scope >
113
+ <exclusions >
114
+ <exclusion >
115
+ <groupId >com.fasterxml.jackson.core</groupId >
116
+ <artifactId >jackson-annotations</artifactId >
117
+ </exclusion >
118
+ </exclusions >
113
119
</dependency >
114
120
115
121
<!-- Tests will have log4j as the default logging framework available -->
@@ -136,6 +142,12 @@ under the License.
136
142
<groupId >org.apache.flink</groupId >
137
143
<artifactId >flink-test-utils-junit</artifactId >
138
144
<scope >test</scope >
145
+ <exclusions >
146
+ <exclusion >
147
+ <groupId >com.fasterxml.jackson.core</groupId >
148
+ <artifactId >jackson-annotations</artifactId >
149
+ </exclusion >
150
+ </exclusions >
139
151
</dependency >
140
152
141
153
<!-- ArchUit test dependencies -->
@@ -400,4 +412,4 @@ under the License.
400
412
</plugin >
401
413
</plugins >
402
414
</build >
403
- </project >
415
+ </project >
You can’t perform that action at this time.
0 commit comments