mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-01-06 23:52:12 +01:00
Cleanup
This commit is contained in:
@@ -55,8 +55,6 @@ public class GitDeleteRemoteBranchCommand implements DeleteRemoteBranchCommand {
|
||||
push.setCredentialsProvider(credentialsProvider);
|
||||
}
|
||||
push.setRefSpecs(refSpec).call();
|
||||
|
||||
// List<String> result = git.branchDelete().setBranchNames(name).call();
|
||||
} catch (GitAPIException ex) {
|
||||
throw new RepositoryClientException("could not delete branch", ex);
|
||||
}
|
||||
|
||||
@@ -39,8 +39,6 @@
|
||||
|
||||
<dependencies>
|
||||
|
||||
<!-- servlet api -->
|
||||
|
||||
<dependency>
|
||||
<groupId>javax.servlet</groupId>
|
||||
<artifactId>javax.servlet-api</artifactId>
|
||||
|
||||
@@ -48,11 +48,7 @@ import static de.otto.edison.hal.Links.linkingTo;
|
||||
/**
|
||||
* Web Service Resource to support integration tests.
|
||||
*/
|
||||
@OpenAPIDefinition(tags = {
|
||||
@Tag(name = "Integration Test", description = "Support for integration tests")
|
||||
})
|
||||
@Path(IntegrationTestResource.INTEGRATION_TEST_PATH_V2)
|
||||
@Extension
|
||||
public class IntegrationTestResource {
|
||||
|
||||
static final String INTEGRATION_TEST_PATH_V2 = "v2/integration-test";
|
||||
|
||||
Reference in New Issue
Block a user