mirror of https://github.com/apache/archiva.git
Moving some interfaces to the repository-api module
This commit is contained in:
parent
e2cdbc2b72
commit
e4af2d6c41
|
@ -27,7 +27,7 @@ import org.apache.archiva.repository.ContentNotFoundException;
|
|||
import org.apache.archiva.repository.ManagedRepository;
|
||||
import org.apache.archiva.repository.ManagedRepositoryContent;
|
||||
import org.apache.archiva.repository.RepositoryException;
|
||||
import org.apache.archiva.repository.layout.LayoutException;
|
||||
import org.apache.archiva.repository.LayoutException;
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
import java.nio.file.Path;
|
|
@ -23,7 +23,7 @@ import org.apache.archiva.model.ArtifactReference;
|
|||
import org.apache.archiva.model.RepositoryURL;
|
||||
import org.apache.archiva.repository.RemoteRepository;
|
||||
import org.apache.archiva.repository.RemoteRepositoryContent;
|
||||
import org.apache.archiva.repository.layout.LayoutException;
|
||||
import org.apache.archiva.repository.LayoutException;
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
/**
|
Loading…
Reference in New Issue