Skip to content

Commit

Permalink
#855 - fix issues with conflicting libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
grabdoc committed Feb 4, 2025
1 parent 8c35110 commit 213d410
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
1 change: 0 additions & 1 deletion auth/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
<!-- lookup parent from repository -->
</parent>

<groupId>io.9tiger</groupId>
<artifactId>auth</artifactId>
<name>auth</name>
<description>auth</description>
Expand Down
8 changes: 3 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
<java.version>21</java.version>

<spring-restdocs.version>3.0.1</spring-restdocs.version>
<jackson.version>2.17.2</jackson.version>

<calcite.version>1.38.0</calcite.version>
<jte.version>3.1.16</jte.version>

Expand All @@ -106,7 +106,7 @@
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-csv</artifactId>
<version>${jackson.version}</version>

</dependency>

<dependency>
Expand Down Expand Up @@ -136,7 +136,6 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>${jackson.version}</version>
</dependency>

<dependency>
Expand All @@ -146,14 +145,13 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>${jackson.version}</version>
</dependency>


<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-jsr310</artifactId>
<version>${jackson.version}</version>

</dependency>


Expand Down

0 comments on commit 213d410

Please sign in to comment.