Http 204 response results with exception in rest resolution
[ccsdk/cds.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 56ebbe0..df42391 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
     <parent>
         <groupId>org.onap.ccsdk.parent</groupId>
         <artifactId>spring-boot-starter-parent</artifactId>
-        <version>2.4.0-SNAPSHOT</version>
+        <version>2.4.0</version>
         <relativePath/>
     </parent>
 
@@ -58,7 +58,7 @@ limitations under the License.
         <jacoco.version>0.8.3</jacoco.version>
 
         <!-- Properties for POM Format -->
-        <format.skipValidate>true</format.skipValidate>
+        <format.skipValidate>false</format.skipValidate>
         <format.skipExecute>true</format.skipExecute>
 
         <java.version>11</java.version>