Skip to content

Commit

Permalink
[Temp] Use jackson-databind snapshot version
Browse files Browse the repository at this point in the history
  • Loading branch information
wplong11 committed Aug 3, 2023
1 parent 8bb23d2 commit 0e29756
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,9 @@

<dependencies>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<groupId>com.github.wplong11</groupId>
<artifactId>jackson-databind</artifactId>
<version>revert-1005-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -253,5 +254,9 @@
<enabled>true</enabled>
</snapshots>
</repository>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
</project>

0 comments on commit 0e29756

Please sign in to comment.