Skip to content

Commit

Permalink
remove unnecessary dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wh1t3p1g committed Oct 13, 2023
1 parent ff57fe2 commit 6c8caf0
Showing 1 changed file with 1 addition and 26 deletions.
27 changes: 1 addition & 26 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,35 +49,10 @@
<scope>compile</scope>
</dependency>
<!-- serializer start -->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>2.13.2</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.13.2</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.13.2</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-jdk8</artifactId>
<version>2.13.2</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-jsr310</artifactId>
<version>2.13.2</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-parameter-names</artifactId>
<version>2.13.2</version>
<version>${jackson.version}</version>
</dependency>
<dependency>
<groupId>${hessian.group}</groupId>
Expand Down

0 comments on commit 6c8caf0

Please sign in to comment.