Commit c9b9e93 1 parent 6383ad1 commit c9b9e93 Copy full SHA for c9b9e93
File tree 7 files changed +1
-421
lines changed
edc-controlplane/edc-controlplane-base
edc-dataplane/edc-dataplane-base
dataplane-selector-configuration
7 files changed +1
-421
lines changed Original file line number Diff line number Diff line change 199
199
<artifactId >transfer-pull-http-dynamic-receiver</artifactId >
200
200
</dependency >
201
201
202
- <!-- patch versions -->
203
- <dependency >
204
- <groupId >com.fasterxml.jackson.core</groupId >
205
- <artifactId >jackson-core</artifactId >
206
- </dependency >
207
- <dependency >
208
- <groupId >com.fasterxml.jackson.core</groupId >
209
- <artifactId >jackson-annotations</artifactId >
210
- </dependency >
211
- <dependency >
212
- <groupId >com.fasterxml.jackson.core</groupId >
213
- <artifactId >jackson-databind</artifactId >
214
- </dependency >
215
- <dependency >
216
- <groupId >com.fasterxml.jackson.datatype</groupId >
217
- <artifactId >jackson-datatype-jsr310</artifactId >
218
- </dependency >
219
202
</dependencies >
220
203
</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 >
Original file line number Diff line number Diff line change 115
115
<artifactId >slf4j-api</artifactId >
116
116
</dependency >
117
117
118
- <!-- patch versions -->
119
- <dependency >
120
- <groupId >com.fasterxml.jackson.core</groupId >
121
- <artifactId >jackson-core</artifactId >
122
- </dependency >
123
- <dependency >
124
- <groupId >com.fasterxml.jackson.core</groupId >
125
- <artifactId >jackson-annotations</artifactId >
126
- </dependency >
127
- <dependency >
128
- <groupId >com.fasterxml.jackson.core</groupId >
129
- <artifactId >jackson-databind</artifactId >
130
- </dependency >
131
- <dependency >
132
- <groupId >com.fasterxml.jackson.datatype</groupId >
133
- <artifactId >jackson-datatype-jsr310</artifactId >
134
- </dependency >
135
-
136
118
<!-- Test Dependencies -->
137
119
<dependency >
138
120
<groupId >org.eclipse.edc</groupId >
You can’t perform that action at this time.
0 commit comments