Fix incorrect jakarta.inject artifact version
Closes gh-30270
This commit is contained in:
parent
534d1cd35b
commit
8b9d2e3f95
|
|
@ -7189,7 +7189,7 @@ You can add the following dependency to your file pom.xml:
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>jakarta.inject</groupId>
|
<groupId>jakarta.inject</groupId>
|
||||||
<artifactId>jakarta.inject-api</artifactId>
|
<artifactId>jakarta.inject-api</artifactId>
|
||||||
<version>1</version>
|
<version>2.0.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
----
|
----
|
||||||
=====
|
=====
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue