Skip to content

Commit 1d7fd56

Browse files
committed
Order Jackson dependencies more logically in pom.xml.
1 parent a93061a commit 1d7fd56

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

+6-6
Original file line numberDiff line numberDiff line change
@@ -493,18 +493,18 @@
493493
<!-- version inherited from the Spring Boot parent POM -->
494494
</dependency>
495495

496-
<dependency>
497-
<groupId>io.github.microutils</groupId>
498-
<artifactId>kotlin-logging-jvm</artifactId>
499-
<version>${kotlin-logging-jvm.version}</version>
500-
</dependency>
501-
502496
<dependency>
503497
<groupId>com.fasterxml.jackson.datatype</groupId>
504498
<artifactId>jackson-datatype-jsr310</artifactId>
505499
<!-- version inherited from the Spring Boot parent POM -->
506500
</dependency>
507501

502+
<dependency>
503+
<groupId>io.github.microutils</groupId>
504+
<artifactId>kotlin-logging-jvm</artifactId>
505+
<version>${kotlin-logging-jvm.version}</version>
506+
</dependency>
507+
508508
<dependency>
509509
<groupId>com.expediagroup</groupId>
510510
<artifactId>graphql-kotlin-ktor-client</artifactId>

0 commit comments

Comments
 (0)