Skip to content

Commit

Permalink
Use upstream jackson version
Browse files Browse the repository at this point in the history
  • Loading branch information
ndr-brt committed Feb 13, 2023
1 parent bb3153d commit 9138d0d
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 421 deletions.
17 changes: 0 additions & 17 deletions edc-controlplane/edc-controlplane-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -199,22 +199,5 @@
<artifactId>transfer-pull-http-dynamic-receiver</artifactId>
</dependency>

<!-- patch versions -->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-jsr310</artifactId>
</dependency>
</dependencies>
</project>
17 changes: 0 additions & 17 deletions edc-dataplane/edc-dataplane-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -131,22 +131,5 @@
<artifactId>http</artifactId>
</dependency>

<!-- patch versions -->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-jsr310</artifactId>
</dependency>
</dependencies>
</project>
18 changes: 0 additions & 18 deletions edc-extensions/cx-oauth2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -127,24 +127,6 @@
<artifactId>okhttp</artifactId>
</dependency>

<!-- patch versions -->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-jsr310</artifactId>
</dependency>

<!-- Test Dependencies -->
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down
18 changes: 0 additions & 18 deletions edc-extensions/dataplane-selector-configuration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,24 +64,6 @@
<artifactId>data-plane-selector-spi</artifactId>
</dependency>

<!-- patch versions -->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-jsr310</artifactId>
</dependency>

<!-- TEST DEPENDENCIES -->
<dependency>
<groupId>org.eclipse.edc</groupId>
Expand Down
18 changes: 0 additions & 18 deletions edc-extensions/hashicorp-vault/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -144,24 +144,6 @@
<artifactId>okhttp</artifactId>
</dependency>

<!-- patch versions -->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-jsr310</artifactId>
</dependency>

<!-- Test Dependencies -->
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down
18 changes: 0 additions & 18 deletions edc-extensions/provision-additional-headers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -115,24 +115,6 @@
<artifactId>slf4j-api</artifactId>
</dependency>

<!-- patch versions -->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-jsr310</artifactId>
</dependency>

<!-- Test Dependencies -->
<dependency>
<groupId>org.eclipse.edc</groupId>
Expand Down
Loading

0 comments on commit 9138d0d

Please sign in to comment.