Skip to content

Commit 7a40a2b

Browse files
committed
PP-13658 refine Dropwizard 4 migration
Fine tune Dropwizard 4 bom dependencies.
1 parent db45c7c commit 7a40a2b

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,10 @@
123123
<groupId>com.google.guava</groupId>
124124
<artifactId>guava</artifactId>
125125
</dependency>
126+
<dependency>
127+
<groupId>jakarta.inject</groupId>
128+
<artifactId>jakarta.inject-api</artifactId>
129+
</dependency>
126130

127131
<!-- Main dependencies that need explicit versions -->
128132
<dependency>
@@ -170,11 +174,6 @@
170174
<artifactId>dropwizard-sentry</artifactId>
171175
<version>2.1.2-4</version>
172176
</dependency>
173-
<dependency>
174-
<groupId>jakarta.inject</groupId>
175-
<artifactId>jakarta.inject-api</artifactId>
176-
<version>2.0.1</version>
177-
</dependency>
178177

179178
<!-- Test dependencies that are imported from one of the BOMs specified
180179
in <dependencyManagement> so no explicit versions needed -->

0 commit comments

Comments
 (0)