aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2017-08-30 12:51:01 -0700
committerGary Wu <gary.i.wu@huawei.com>2017-08-30 12:51:01 -0700
commit553868f6b9898ae1cdd2f4cbb566e5d33b7f1af4 (patch)
tree712c7b9c76c80ee91230f4ae5c73e9e88fec428e
parentd7a98ca88b25989f45018f3411f2f0210e51df42 (diff)
Make SNAPSHOT dependency checks WARN only for now
Change-Id: I32537204c3b75327492125c6fa888465fc06118a Issue-ID: INT-103 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
-rw-r--r--pom.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 05bf820..2728d55 100644
--- 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>