aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2017-08-30 10:56:39 -0700
committerGary Wu <gary.i.wu@huawei.com>2017-08-30 10:59:12 -0700
commit4764be478f82bea1c8a0ab85bb990d6d806cce4e (patch)
tree91037d920d266408b530af9ee059e0252547068e
parentb3ee14fb8956568fc3dd3f7bc389be554dfc3263 (diff)
Allow SNAPSHOT dependencies on oparent for now
Temporarily allow SNAPSHOT dependencies on oparent during the transition period while the Independent Versioning process is being rolled out. Change-Id: I2bd023546c047da6fac5ae0dec714be9f3aaba13 Issue-id: INT-103 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
-rw-r--r--pom.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 1bd4a4f..d45dbd6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -99,6 +99,9 @@
<requireReleaseDeps>
<failWhenParentIsSnapshot>false</failWhenParentIsSnapshot>
<onlyWhenRelease>true</onlyWhenRelease>
+ <excludes>
+ <exclude>org.onap.oparent:*</exclude>
+ </excludes>
</requireReleaseDeps>
</rules>
</configuration>