Skip to content

Commit 6beb5ae

Browse files
authored
Fix ClassNotFoundException at application startup (#985)
1 parent 7812a09 commit 6beb5ae

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,17 @@
3434
</properties>
3535
<dependencyManagement>
3636
<dependencies>
37-
<dependency>
38-
<groupId>io.quarkus</groupId>
39-
<artifactId>quarkus-bom</artifactId>
40-
<version>${quarkus.version}</version>
37+
<dependency>
38+
<groupId>software.amazon.awssdk</groupId>
39+
<artifactId>bom</artifactId>
40+
<version>${awssdk.version}</version>
4141
<type>pom</type>
4242
<scope>import</scope>
4343
</dependency>
4444
<dependency>
45-
<groupId>software.amazon.awssdk</groupId>
46-
<artifactId>bom</artifactId>
47-
<version>${awssdk.version}</version>
45+
<groupId>io.quarkus</groupId>
46+
<artifactId>quarkus-bom</artifactId>
47+
<version>${quarkus.version}</version>
4848
<type>pom</type>
4949
<scope>import</scope>
5050
</dependency>

0 commit comments

Comments
 (0)