Skip to content

Commit bff4458

Browse files
committed
MCR-3126 sort pom.xml
1 parent 3151a53 commit bff4458

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

mycore-ocfl/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,6 @@
5555
<groupId>io.ocfl</groupId>
5656
<artifactId>ocfl-java-core</artifactId>
5757
</dependency>
58-
<dependency>
59-
<groupId>software.amazon.awssdk</groupId>
60-
<artifactId>netty-nio-client</artifactId>
61-
<!-- use same version as ocfl-java -->
62-
<version>2.26.21</version>
63-
</dependency>
6458
<dependency>
6559
<groupId>jakarta.inject</groupId>
6660
<artifactId>jakarta.inject-api</artifactId>
@@ -89,6 +83,12 @@
8983
<groupId>org.mycore</groupId>
9084
<artifactId>mycore-user2</artifactId>
9185
</dependency>
86+
<dependency>
87+
<groupId>software.amazon.awssdk</groupId>
88+
<artifactId>netty-nio-client</artifactId>
89+
<!-- use same version as ocfl-java -->
90+
<version>2.26.21</version>
91+
</dependency>
9292
<dependency>
9393
<groupId>org.mycore</groupId>
9494
<artifactId>mycore-base</artifactId>

0 commit comments

Comments
 (0)