Make SNAPSHOT dependency checks WARN only for now 17/9517/1
authorGary Wu <gary.i.wu@huawei.com>
Wed, 30 Aug 2017 19:51:01 +0000 (12:51 -0700)
committerGary Wu <gary.i.wu@huawei.com>
Wed, 30 Aug 2017 19:51:01 +0000 (12:51 -0700)
Change-Id: I32537204c3b75327492125c6fa888465fc06118a
Issue-ID: INT-103
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
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>