Skip to content

Commit 16dbc21

Browse files
committed
Use upstream jackson version
1 parent 18d5ad4 commit 16dbc21

File tree

6 files changed

+1
-403
lines changed

6 files changed

+1
-403
lines changed

edc-controlplane/edc-controlplane-base/pom.xml

-17
Original file line numberDiff line numberDiff line change
@@ -195,22 +195,5 @@
195195
<artifactId>transfer-pull-http-dynamic-receiver</artifactId>
196196
</dependency>
197197

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>
215198
</dependencies>
216199
</project>

edc-dataplane/edc-dataplane-base/pom.xml

-17
Original file line numberDiff line numberDiff line change
@@ -131,22 +131,5 @@
131131
<artifactId>http</artifactId>
132132
</dependency>
133133

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>
151134
</dependencies>
152135
</project>

edc-extensions/cx-oauth2/pom.xml

-18
Original file line numberDiff line numberDiff line change
@@ -127,24 +127,6 @@
127127
<artifactId>okhttp</artifactId>
128128
</dependency>
129129

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-
148130
<!-- Test Dependencies -->
149131
<dependency>
150132
<groupId>org.junit.jupiter</groupId>

edc-extensions/dataplane-selector-configuration/pom.xml

-18
Original file line numberDiff line numberDiff line change
@@ -64,24 +64,6 @@
6464
<artifactId>data-plane-selector-spi</artifactId>
6565
</dependency>
6666

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-
8567
<!-- TEST DEPENDENCIES -->
8668
<dependency>
8769
<groupId>org.eclipse.edc</groupId>

edc-extensions/hashicorp-vault/pom.xml

-18
Original file line numberDiff line numberDiff line change
@@ -144,24 +144,6 @@
144144
<artifactId>okhttp</artifactId>
145145
</dependency>
146146

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-
165147
<!-- Test Dependencies -->
166148
<dependency>
167149
<groupId>org.junit.jupiter</groupId>

0 commit comments

Comments
 (0)