Skip to content

Commit c9b9e93

Browse files
authored
Use upstream jackson version (#741)
1 parent 6383ad1 commit c9b9e93

File tree

7 files changed

+1
-421
lines changed

7 files changed

+1
-421
lines changed

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

-17
Original file line numberDiff line numberDiff line change
@@ -199,22 +199,5 @@
199199
<artifactId>transfer-pull-http-dynamic-receiver</artifactId>
200200
</dependency>
201201

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>
219202
</dependencies>
220203
</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>

edc-extensions/provision-additional-headers/pom.xml

-18
Original file line numberDiff line numberDiff line change
@@ -115,24 +115,6 @@
115115
<artifactId>slf4j-api</artifactId>
116116
</dependency>
117117

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-
136118
<!-- Test Dependencies -->
137119
<dependency>
138120
<groupId>org.eclipse.edc</groupId>

0 commit comments

Comments
 (0)