Commit 16dbc21 1 parent 18d5ad4 commit 16dbc21 Copy full SHA for 16dbc21
File tree 6 files changed +1
-403
lines changed
edc-controlplane/edc-controlplane-base
edc-dataplane/edc-dataplane-base
dataplane-selector-configuration
6 files changed +1
-403
lines changed Original file line number Diff line number Diff line change 195
195
<artifactId >transfer-pull-http-dynamic-receiver</artifactId >
196
196
</dependency >
197
197
198
- <!-- patch versions -->
199
- <dependency >
200
- <groupId >com.fasterxml.jackson.core</groupId >
201
- <artifactId >jackson-core</artifactId >
202
- </dependency >
203
- <dependency >
204
- <groupId >com.fasterxml.jackson.core</groupId >
205
- <artifactId >jackson-annotations</artifactId >
206
- </dependency >
207
- <dependency >
208
- <groupId >com.fasterxml.jackson.core</groupId >
209
- <artifactId >jackson-databind</artifactId >
210
- </dependency >
211
- <dependency >
212
- <groupId >com.fasterxml.jackson.datatype</groupId >
213
- <artifactId >jackson-datatype-jsr310</artifactId >
214
- </dependency >
215
198
</dependencies >
216
199
</project >
Original file line number Diff line number Diff line change 131
131
<artifactId >http</artifactId >
132
132
</dependency >
133
133
134
- <!-- patch versions -->
135
- <dependency >
136
- <groupId >com.fasterxml.jackson.core</groupId >
137
- <artifactId >jackson-core</artifactId >
138
- </dependency >
139
- <dependency >
140
- <groupId >com.fasterxml.jackson.core</groupId >
141
- <artifactId >jackson-annotations</artifactId >
142
- </dependency >
143
- <dependency >
144
- <groupId >com.fasterxml.jackson.core</groupId >
145
- <artifactId >jackson-databind</artifactId >
146
- </dependency >
147
- <dependency >
148
- <groupId >com.fasterxml.jackson.datatype</groupId >
149
- <artifactId >jackson-datatype-jsr310</artifactId >
150
- </dependency >
151
134
</dependencies >
152
135
</project >
Original file line number Diff line number Diff line change 127
127
<artifactId >okhttp</artifactId >
128
128
</dependency >
129
129
130
- <!-- patch versions -->
131
- <dependency >
132
- <groupId >com.fasterxml.jackson.core</groupId >
133
- <artifactId >jackson-core</artifactId >
134
- </dependency >
135
- <dependency >
136
- <groupId >com.fasterxml.jackson.core</groupId >
137
- <artifactId >jackson-annotations</artifactId >
138
- </dependency >
139
- <dependency >
140
- <groupId >com.fasterxml.jackson.core</groupId >
141
- <artifactId >jackson-databind</artifactId >
142
- </dependency >
143
- <dependency >
144
- <groupId >com.fasterxml.jackson.datatype</groupId >
145
- <artifactId >jackson-datatype-jsr310</artifactId >
146
- </dependency >
147
-
148
130
<!-- Test Dependencies -->
149
131
<dependency >
150
132
<groupId >org.junit.jupiter</groupId >
Original file line number Diff line number Diff line change 64
64
<artifactId >data-plane-selector-spi</artifactId >
65
65
</dependency >
66
66
67
- <!-- patch versions -->
68
- <dependency >
69
- <groupId >com.fasterxml.jackson.core</groupId >
70
- <artifactId >jackson-core</artifactId >
71
- </dependency >
72
- <dependency >
73
- <groupId >com.fasterxml.jackson.core</groupId >
74
- <artifactId >jackson-annotations</artifactId >
75
- </dependency >
76
- <dependency >
77
- <groupId >com.fasterxml.jackson.core</groupId >
78
- <artifactId >jackson-databind</artifactId >
79
- </dependency >
80
- <dependency >
81
- <groupId >com.fasterxml.jackson.datatype</groupId >
82
- <artifactId >jackson-datatype-jsr310</artifactId >
83
- </dependency >
84
-
85
67
<!-- TEST DEPENDENCIES -->
86
68
<dependency >
87
69
<groupId >org.eclipse.edc</groupId >
Original file line number Diff line number Diff line change 144
144
<artifactId >okhttp</artifactId >
145
145
</dependency >
146
146
147
- <!-- patch versions -->
148
- <dependency >
149
- <groupId >com.fasterxml.jackson.core</groupId >
150
- <artifactId >jackson-core</artifactId >
151
- </dependency >
152
- <dependency >
153
- <groupId >com.fasterxml.jackson.core</groupId >
154
- <artifactId >jackson-annotations</artifactId >
155
- </dependency >
156
- <dependency >
157
- <groupId >com.fasterxml.jackson.core</groupId >
158
- <artifactId >jackson-databind</artifactId >
159
- </dependency >
160
- <dependency >
161
- <groupId >com.fasterxml.jackson.datatype</groupId >
162
- <artifactId >jackson-datatype-jsr310</artifactId >
163
- </dependency >
164
-
165
147
<!-- Test Dependencies -->
166
148
<dependency >
167
149
<groupId >org.junit.jupiter</groupId >
You can’t perform that action at this time.
0 commit comments