Browse Source

Fix incorrect jakarta.inject artifact version

Closes gh-30270
pull/30283/head
Filip Blondeel 2 years ago committed by Brian Clozel
parent
commit
8b9d2e3f95
  1. 2
      framework-docs/src/docs/asciidoc/core/core-beans.adoc

2
framework-docs/src/docs/asciidoc/core/core-beans.adoc

@ -7189,7 +7189,7 @@ You can add the following dependency to your file pom.xml: @@ -7189,7 +7189,7 @@ You can add the following dependency to your file pom.xml:
<dependency>
<groupId>jakarta.inject</groupId>
<artifactId>jakarta.inject-api</artifactId>
<version>1</version>
<version>2.0.0</version>
</dependency>
----
=====

Loading…
Cancel
Save