We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db45c7c commit 7a40a2bCopy full SHA for 7a40a2b
1 file changed
pom.xml
@@ -123,6 +123,10 @@
123
<groupId>com.google.guava</groupId>
124
<artifactId>guava</artifactId>
125
</dependency>
126
+ <dependency>
127
+ <groupId>jakarta.inject</groupId>
128
+ <artifactId>jakarta.inject-api</artifactId>
129
+ </dependency>
130
131
<!-- Main dependencies that need explicit versions -->
132
<dependency>
@@ -170,11 +174,6 @@
170
174
<artifactId>dropwizard-sentry</artifactId>
171
175
<version>2.1.2-4</version>
172
176
173
- <dependency>
- <groupId>jakarta.inject</groupId>
- <artifactId>jakarta.inject-api</artifactId>
- <version>2.0.1</version>
177
- </dependency>
178
179
<!-- Test dependencies that are imported from one of the BOMs specified
180
in <dependencyManagement> so no explicit versions needed -->
0 commit comments