private IProjectService projectService;
@Override
@PostConstruct
protected void initConverters() {
addConverter(new ArtifactKeyToArtifactSpringConverter(artifactService));
addConverter(new StringToProjectSpringConverter(projectService));
addConverter(new ProjectToStringSpringConverter());
super.initConverters();