mirror of https://github.com/apache/archiva.git
added missing @Inject
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1135973 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e75bb63a99
commit
90df2242ac
|
@ -41,6 +41,7 @@ import org.apache.maven.artifact.versioning.DefaultArtifactVersion;
|
|||
import org.springframework.context.annotation.Scope;
|
||||
import org.springframework.stereotype.Controller;
|
||||
|
||||
import javax.inject.Inject;
|
||||
import java.text.DecimalFormat;
|
||||
import java.text.DecimalFormatSymbols;
|
||||
import java.util.ArrayList;
|
||||
|
@ -73,6 +74,7 @@ public class ShowArtifactAction
|
|||
/**
|
||||
* plexus.requirement
|
||||
*/
|
||||
@Inject
|
||||
private RepositoryContentFactory repositoryFactory;
|
||||
|
||||
/* .\ Exposed Output Objects \.__________________________________ */
|
||||
|
|
Loading…
Reference in New Issue