diff --git a/spring-framework-reference/src/beans-standard-annotations.xml b/spring-framework-reference/src/beans-standard-annotations.xml index 19b17735ed..b84a67c57a 100644 --- a/spring-framework-reference/src/beans-standard-annotations.xml +++ b/spring-framework-reference/src/beans-standard-annotations.xml @@ -8,7 +8,7 @@ Those annotations are scanned in the same way as the Spring annotations. You just need to have the relevant jars in your classpath. - If you are using Maven, the javax.inject artifact is available on the standard Maven repository (http://repo1.maven.org/maven2/javax/inject/javax.inject/1/). You just need to add the following dependency to your file pom.xml: + If you are using Maven, the javax.inject artifact is available on the standard Maven repository (http://repo1.maven.org/maven2/javax/inject/javax.inject/1/). You can add the following dependency to your file pom.xml: <dependency> <groupId>javax.inject</groupId>