diff --git a/modules/integration/tests-integration/pom.xml b/modules/integration/tests-integration/pom.xml index f4c17a4ee9..f188ee3967 100644 --- a/modules/integration/tests-integration/pom.xml +++ b/modules/integration/tests-integration/pom.xml @@ -31,9 +31,9 @@ under the License. pom - + tests-benchmark tests-backend - + tests-restart diff --git a/modules/integration/tests-integration/tests-backend/src/test/java/org/wso2/am/integration/tests/other/MandatoryPropertiesTestWithRestart.java b/modules/integration/tests-integration/tests-backend/src/test/java/org/wso2/am/integration/tests/other/MandatoryPropertiesTestWithRestart.java index 2019c75e6c..8eba2050d6 100644 --- a/modules/integration/tests-integration/tests-backend/src/test/java/org/wso2/am/integration/tests/other/MandatoryPropertiesTestWithRestart.java +++ b/modules/integration/tests-integration/tests-backend/src/test/java/org/wso2/am/integration/tests/other/MandatoryPropertiesTestWithRestart.java @@ -141,5 +141,6 @@ public void testCreateAnAPIThroughThePublisherRestWithMandatoryProperties() thro public void destroy() throws Exception { serverConfigurationManager.restoreToLastConfiguration(); restAPIPublisher.deleteAPI(apiId); + super.cleanUp(); } } \ No newline at end of file diff --git a/pom.xml b/pom.xml index a10d810cca..c5d8c79f2c 100644 --- a/pom.xml +++ b/pom.xml @@ -1281,7 +1281,7 @@ - 9.29.15 + 9.29.17 [9.0.0, 10.0.0)