From 28b6b1e496c06ba4d190ff6b64305a1c8d2d91d1 Mon Sep 17 00:00:00 2001 From: Michael Isvy Date: Wed, 6 Jul 2011 06:13:21 +0000 Subject: [PATCH] SPR-7858 minor wording change git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4675 50f2f4bb-b051-0410-bef5-90022cba6387 --- spring-framework-reference/src/beans-standard-annotations.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-framework-reference/src/beans-standard-annotations.xml b/spring-framework-reference/src/beans-standard-annotations.xml index 19b17735edf..b84a67c57aa 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>