Make SNAPSHOT dependency checks WARN only for now
[oparent.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 05bf820..2728d55 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -98,9 +98,7 @@
                   <requireReleaseDeps>
                     <failWhenParentIsSnapshot>false</failWhenParentIsSnapshot>
                     <onlyWhenRelease>true</onlyWhenRelease>
-                    <excludes>
-                      <exclude>org.onap.oparent:*</exclude>
-                    </excludes>
+                    <level>WARN</level>
                   </requireReleaseDeps>
                 </rules>
               </configuration>