mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-04 20:45:52 +01:00
Cleanup
This commit is contained in:
@@ -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