artifact = new DefaultArtifact( this.getProject().getArtifact().toString() );
UserParameterWrapper userParameterWrapper = new UserParameterWrapper(this.getIncludedScopesList(),this.getExcludedScopesList(),this.isIncludeOptional(),this.getSeverity() );
//ViewScopeManager initialisieren
DependencyRestService.init( artifact,this.getRepoSystem(),this.getRepoSession(), userParameterWrapper );
//TODO port eventuell variabel machen