diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2017-08-30 10:56:39 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2017-08-30 10:59:12 -0700 |
commit | 4764be478f82bea1c8a0ab85bb990d6d806cce4e (patch) | |
tree | 91037d920d266408b530af9ee059e0252547068e | |
parent | b3ee14fb8956568fc3dd3f7bc389be554dfc3263 (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.xml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -99,6 +99,9 @@ <requireReleaseDeps> <failWhenParentIsSnapshot>false</failWhenParentIsSnapshot> <onlyWhenRelease>true</onlyWhenRelease> + <excludes> + <exclude>org.onap.oparent:*</exclude> + </excludes> </requireReleaseDeps> </rules> </configuration> |