Skip to content

Commit

Permalink
fix: remove jackson databind lib bump (#140)
Browse files Browse the repository at this point in the history
* fix: remove jackson databind lib bump

* fix:typo
  • Loading branch information
regiluze authored Sep 13, 2023
1 parent fa3d7b8 commit d55cd62
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 12 deletions.
2 changes: 1 addition & 1 deletion spm-client-common-libs-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.12.7.1</version>
<version>2.10.0.pr1</version>
<scope>${common.lib.scope}</scope>
</dependency>

Expand Down
5 changes: 0 additions & 5 deletions spm-monitor-generic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@
<description>Generic SPM system monitoring tool</description>

<dependencies>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.12.1</version>
</dependency>
<dependency>
<groupId>com.sematext.spm</groupId>
<artifactId>spm-monitor</artifactId>
Expand Down
6 changes: 0 additions & 6 deletions spm-monitor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@
<url>http://maven.apache.org</url>

<dependencies>

<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.12.1</version>
</dependency>
<dependency>
<groupId>com.tngtech.java</groupId>
<artifactId>junit-dataprovider</artifactId>
Expand Down

0 comments on commit d55cd62

Please sign in to comment.