minor wording change

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4675 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
Michael Isvy 2011-07-06 06:13:21 +00:00
parent 0f14bd5263
commit 28b6b1e496
1 changed files with 1 additions and 1 deletions

View File

@ -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. Those annotations are scanned in the same way as the Spring annotations. You just need to have the relevant jars in your classpath.
</para> </para>
<note> <note>
If you are using Maven, the <interfacename>javax.inject</interfacename> artifact is available on the standard Maven repository (<ulink url="http://repo1.maven.org/maven2/javax/inject/javax.inject/1/">http://repo1.maven.org/maven2/javax/inject/javax.inject/1/</ulink>). You just need to add the following dependency to your file pom.xml: If you are using Maven, the <interfacename>javax.inject</interfacename> artifact is available on the standard Maven repository (<ulink url="http://repo1.maven.org/maven2/javax/inject/javax.inject/1/">http://repo1.maven.org/maven2/javax/inject/javax.inject/1/</ulink>). You can add the following dependency to your file pom.xml:
<programlisting language="xml"> <programlisting language="xml">
&lt;dependency&gt; &lt;dependency&gt;
&lt;groupId&gt;javax.inject&lt;/groupId&gt; &lt;groupId&gt;javax.inject&lt;/groupId&gt;